Skip to content
Success

Console Output

Started by user Jan Supol
Running as Jan Supol
Agent basic-zbl6w is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-zbl6w"
  namespace: "jersey"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jersey.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-zbl6w"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-zbl6w"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jersey.svc.cluster.local/jersey/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3044.vb_940a_a_e4f72e"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-jersey"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on basic-zbl6w (basic) in workspace /home/jenkins/agent/workspace/EE10JerseyTCK
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-ee4j/jersey
 > git init /home/jenkins/agent/workspace/EE10JerseyTCK/jersey # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/jersey
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/jersey +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/jersey # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/3.1^{commit} # timeout=10
Checking out Revision 65e0c8f3b3dc1c550a2b4661933519795bd9f722 (refs/remotes/origin/3.1)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 65e0c8f3b3dc1c550a2b4661933519795bd9f722 # timeout=10
Commit message: "merge of the actual 3.x into 3.1 branch"
 > git rev-list --no-walk 65e0c8f3b3dc1c550a2b4661933519795bd9f722 # timeout=10
[EE10JerseyTCK] $ /bin/sh -xe /tmp/jenkins1363210670137259306.sh
+ TOOLS_PREFIX=/opt/tools
+ JAVA_PREFIX=/opt/tools/java/openjdk
+ JAVA_HOME=/opt/tools/java/openjdk/jdk-11/latest
+ MVN_HOME=/opt/tools/apache-maven/latest
+ PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ mkdir TCK
+ cd TCK
++ basename https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee10/staged/eftl/jakarta-restful-ws-tck-3.1.1.zip
+ export tckname=jakarta-restful-ws-tck-3.1.1.zip
+ tckname=jakarta-restful-ws-tck-3.1.1.zip
+ echo jakarta-restful-ws-tck-3.1.1.zip
jakarta-restful-ws-tck-3.1.1.zip
+ wget -q https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee10/staged/eftl/jakarta-restful-ws-tck-3.1.1.zip -O jakarta-restful-ws-tck-3.1.1.zip
+ ls
jakarta-restful-ws-tck-3.1.1.zip
+ jar xvf jakarta-restful-ws-tck-3.1.1.zip
  created: docs/
  created: docs/html-usersguide/
 inflated: docs/html-usersguide/config.html
 inflated: docs/html-usersguide/debug.html
 inflated: docs/html-usersguide/faq.html
 inflated: docs/html-usersguide/install.html
 inflated: docs/html-usersguide/intro.html
 inflated: docs/html-usersguide/preface.html
 inflated: docs/html-usersguide/rebuild.html
 inflated: docs/html-usersguide/rules.html
 inflated: docs/html-usersguide/title.html
 inflated: docs/html-usersguide/toc.html
 inflated: docs/html-usersguide/using.html
  created: docs/html-usersguide/css/
 inflated: docs/html-usersguide/css/style.css
  created: docs/html-usersguide/img/
extracted: docs/html-usersguide/img/eclipse_foundation_logo_tiny.png
  created: docs/pdf-usersguide/
 inflated: docs/pdf-usersguide/Jakarta-RESTful-Web-Services-TCK-Users-Guide.pdf
 inflated: docs/index.html
 inflated: docs/JAXRSTCK3.1-ReleaseNotes.html
 inflated: docs/TCK-Exclude-List.txt
  created: docs/assertions/
 inflated: docs/assertions/JAXRSJavadocAssertions_3.0.0.html
 inflated: docs/assertions/JAXRSJavadocAssertions_3.0.0.xml
 inflated: docs/assertions/JAXRSJavadocAssertions_3.1.0.html
 inflated: docs/assertions/JAXRSJavadocAssertions_3.1.0.xml
 inflated: docs/assertions/JAXRSSpecAssertions_3.0.0.html
 inflated: docs/assertions/JAXRSSpecAssertions_3.0.0.xml
 inflated: docs/assertions/JAXRSSpecAssertions_3.1.0.html
 inflated: docs/assertions/JAXRSSpecAssertions_3.1.0.xml
 inflated: jakarta-restful-ws-tck-3.1.1.jar
 inflated: jakarta-restful-ws-tck-3.1.1.pom
 inflated: jakarta-restful-ws-tck-3.1.1-sources.jar
 inflated: LICENSE.md
+ filename=jakarta-restful-ws-tck-3.1.1
+ echo jakarta-restful-ws-tck-3.1.1
jakarta-restful-ws-tck-3.1.1
+ mvn install:install-file -Dfile=jakarta-restful-ws-tck-3.1.1.jar -DgroupId=jakarta.ws.rs -DartifactId=jakarta-restful-ws-tck -Dversion=3.1.0 -Dpackaging=jar -DgeneratePom=true
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-install-plugin:2.4:install-file (default-cli) @ standalone-pom ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/TCK/jakarta-restful-ws-tck-3.1.1.jar to /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta-restful-ws-tck/3.1.0/jakarta-restful-ws-tck-3.1.0.jar
[INFO] Installing /tmp/mvninstall16043425040326811423.pom to /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta-restful-ws-tck/3.1.0/jakarta-restful-ws-tck-3.1.0.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.815 s
[INFO] Finished at: 2023-02-01T09:52:05Z
[INFO] ------------------------------------------------------------------------
+ cd ..
+ cd jersey
+ git checkout 3.1
Switched to a new branch '3.1'
Branch '3.1' set up to track remote branch '3.1' from 'origin'.
+ git branch --list
* 3.1
+ cd tests/jersey-tck
+ sed -i 's#<jersey.version>3.1.0-M3</jersey.version>#<jersey.version>3.1.0-M8</jersey.version>#p' pom.xml
+ sed -i 's#<glassfish.container.version>6.2.5</glassfish.container.version>#<glassfish.container.version>7.0.0-M8</glassfish.container.version>#p' pom.xml
+ sed -i 's#<glassfish.home>${project.build.directory}/glassfish6</glassfish.home>#<glassfish.home>${project.build.directory}/glassfish7</glassfish.home>#p' pom.xml
+ sed -i 's#<asadmin>${project.build.directory}/glassfish6/glassfish/bin/asadmin</asadmin>#<asadmin>${project.build.directory}/glassfish7/glassfish/bin/asadmin</asadmin>#p' pom.xml
+ sed -i 's#<jersey.version>3.1.0-SNAPSHOT</jersey.version>#<jersey.version>3.1.99-SNAPSHOT</jersey.version>#p' pom.xml
+ cat pom.xml
<?xml version="1.0" encoding="UTF-8" ?>
<!--

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

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

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

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

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

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

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

    <properties>
        <maven.compiler.source>11</maven.compiler.source>
        <maven.compiler.target>11</maven.compiler.target>
        <jersey.version>3.1.0-M8</jersey.version> <!-- the public version that pass the tck -->
        <jersey.version>3.1.0-M8</jersey.version> <!-- the public version that pass the tck -->
        <glassfish.container.version>7.0.0-M8</glassfish.container.version>
        <glassfish.container.version>7.0.0-M8</glassfish.container.version>
        <glassfish.home>${project.build.directory}/glassfish7</glassfish.home>
        <glassfish.home>${project.build.directory}/glassfish7</glassfish.home>
        <jakarta.platform.version>10.0.0-RC1</jakarta.platform.version>
        <junit.jupiter.version>5.7.2</junit.jupiter.version>
        <jakarta.rest.version>3.1.0</jakarta.rest.version>
        <tck.artifactId>jakarta-restful-ws-tck</tck.artifactId>
    </properties>

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

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

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

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

        <dependency>
            <groupId>org.jboss.arquillian.container</groupId>
            <artifactId>arquillian-glassfish-managed-6</artifactId>
            <version>1.0.0.Alpha1</version>
        </dependency>

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

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

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

        <dependency>
            <groupId>org.glassfish.main.common</groupId>
            <artifactId>simple-glassfish-api</artifactId>
            <version>${glassfish.container.version}</version>
        </dependency>

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

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

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

        <dependency>
            <groupId>org.glassfish.jersey.core</groupId>
            <artifactId>jersey-server</artifactId>
            <version>${jersey.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.glassfish.jersey.containers</groupId>
            <artifactId>jersey-container-grizzly2-http</artifactId>
            <version>${jersey.version}</version>
            <scope>test</scope>
        </dependency> 
        <dependency>
            <groupId>org.netbeans.tools</groupId>
            <artifactId>sigtest-maven-plugin</artifactId>
            <version>1.4</version>
        </dependency>
        <dependency>
            <groupId>org.glassfish.jersey.media</groupId>
            <artifactId>jersey-media-json-binding</artifactId>
            <version>${jersey.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.glassfish.jersey.media</groupId>
            <artifactId>jersey-media-jaxb</artifactId>
            <version>${jersey.version}</version>
            <scope>test</scope>
        </dependency>
       <dependency>
            <groupId>org.glassfish.jersey.media</groupId>
            <artifactId>jersey-media-sse</artifactId>
            <version>${jersey.version}</version>
            <scope>test</scope>
        </dependency>

    </dependencies>


    <build>	    
    <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-dependency-plugin</artifactId>
                <version>3.2.0</version>
                <executions>
                    <execution>
                        <id>unpack</id>
                        <phase>pre-integration-test</phase>
                        <goals>
                            <goal>unpack</goal>
                        </goals>
                        <configuration>
                            <artifactItems>
                                <artifactItem>
                                    <groupId>org.glassfish.main.distributions</groupId>
                                    <artifactId>glassfish</artifactId>
                                    <version>${glassfish.container.version}</version>
                                    <type>zip</type>
                                    <overWrite>false</overWrite>
                                    <outputDirectory>${project.build.directory}</outputDirectory>
                                </artifactItem>
                            </artifactItems>
                        </configuration>
                    </execution>
                    <execution>
                        <id>copy</id>
                        <phase>pre-integration-test</phase>
                        <goals>
                            <goal>copy</goal>
                        </goals>
                        <configuration>
                            <artifactItems>
                                <artifactItem>
                                    <groupId>org.glassfish.jersey.core</groupId>
                                    <artifactId>jersey-client</artifactId>
                                    <version>${jersey.version}</version>
                                    <type>jar</type>
                                    <overWrite>true</overWrite>
                                    <outputDirectory>${glassfish.home}/glassfish/modules</outputDirectory>
                                    <destFileName>jersey-client.jar</destFileName>
                                </artifactItem>
                                <artifactItem>
                                    <groupId>org.glassfish.jersey.core</groupId>
                                    <artifactId>jersey-server</artifactId>
                                    <version>${jersey.version}</version>
                                    <type>jar</type>
                                    <overWrite>true</overWrite>
                                    <outputDirectory>${glassfish.home}/glassfish/modules</outputDirectory>
                                    <destFileName>jersey-server.jar</destFileName>
                                </artifactItem>
                                <artifactItem>
                                    <groupId>org.glassfish.jersey.core</groupId>
                                    <artifactId>jersey-common</artifactId>
                                    <version>${jersey.version}</version>
                                    <type>jar</type>
                                    <overWrite>true</overWrite>
                                    <outputDirectory>${glassfish.home}/glassfish/modules</outputDirectory>
                                    <destFileName>jersey-common.jar</destFileName>
                                </artifactItem>
                                <artifactItem>
                                    <groupId>org.glassfish.jersey.containers</groupId>
                                    <artifactId>jersey-container-grizzly2-http</artifactId>
                                    <version>${jersey.version}</version>
                                    <type>jar</type>
                                    <overWrite>true</overWrite>
                                    <outputDirectory>${glassfish.home}/glassfish/modules</outputDirectory>
                                    <destFileName>jersey-container-grizzly2-http.jar</destFileName>
                                </artifactItem>
                                <artifactItem>
                                    <groupId>org.glassfish.jersey.containers</groupId>
                                    <artifactId>jersey-container-servlet-core</artifactId>
                                    <version>${jersey.version}</version>
                                    <type>jar</type>
                                    <overWrite>true</overWrite>
                                    <outputDirectory>${glassfish.home}/glassfish/modules</outputDirectory>
                                    <destFileName>jersey-container-servlet-core.jar</destFileName>
                                </artifactItem>
                                <artifactItem>
                                    <groupId>org.glassfish.jersey.containers</groupId>
                                    <artifactId>jersey-container-servlet</artifactId>
                                    <version>${jersey.version}</version>
                                    <type>jar</type>
                                    <overWrite>true</overWrite>
                                    <outputDirectory>${glassfish.home}/glassfish/modules</outputDirectory>
                                    <destFileName>jersey-container-servlet.jar</destFileName>
                                </artifactItem>
                                <artifactItem>
                                    <groupId>org.glassfish.jersey.media</groupId>
                                    <artifactId>jersey-media-sse</artifactId>
                                    <version>${jersey.version}</version>
                                    <type>jar</type>
                                    <overWrite>true</overWrite>
                                    <outputDirectory>${glassfish.home}/glassfish/modules</outputDirectory>
                                    <destFileName>jersey-media-sse.jar</destFileName>
                                </artifactItem>
                                <artifactItem>
                                    <groupId>org.glassfish.jersey.media</groupId>
                                    <artifactId>jersey-media-json-binding</artifactId>
                                    <version>${jersey.version}</version>
                                    <type>jar</type>
                                    <overWrite>true</overWrite>
                                    <outputDirectory>${glassfish.home}/glassfish/modules</outputDirectory>
                                    <destFileName>jersey-media-json-binding.jar</destFileName>
                                </artifactItem>
                                 <artifactItem>
                                    <groupId>jakarta.ws.rs</groupId>
                                    <artifactId>jakarta.ws.rs-api</artifactId>
                                    <version>${jakarta.rest.version}</version>
                                    <type>jar</type>
                                    <overWrite>true</overWrite>
                                    <outputDirectory>${glassfish.home}/glassfish/modules</outputDirectory>
                                    <destFileName>jakarta.ws.rs-api.jar</destFileName>
                                </artifactItem>
                            </artifactItems>
                        </configuration>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <artifactId>exec-maven-plugin</artifactId>
                <groupId>org.codehaus.mojo</groupId>
                <executions>
                    <execution>
                        <id>StopDomain1</id>
                        <phase>pre-integration-test</phase>
                        <goals>
                            <goal>exec</goal>
                        </goals>
                        <configuration>
                            <workingDirectory>${asadmin.home}</workingDirectory>
                            <executable>${asadmin}</executable>
                            <arguments>
                                <argument>stop-domain</argument>
                            </arguments>
                        </configuration>
                    </execution>
                    <execution>
                        <id>StartDomain1</id>
                        <phase>pre-integration-test</phase>
                        <goals>
                            <goal>exec</goal>
                        </goals>
                        <configuration>
                            <workingDirectory>${asadmin.home}</workingDirectory>
                            <executable>${asadmin}</executable>
                            <arguments>
                                <argument>start-domain</argument>
                            </arguments>
                        </configuration>
                    </execution>
                    <execution>
                        <id>Enable Trace requests</id>
                        <phase>pre-integration-test</phase>
                        <goals>
                            <goal>exec</goal>
                        </goals>
                        <configuration>
                            <workingDirectory>${asadmin.home}</workingDirectory>
                            <executable>${asadmin}</executable>
                            <arguments>
                                <argument>set</argument>
                                <argument>server-config.network-config.protocols.protocol.http-listener-1.http.trace-enabled=true</argument>
                            </arguments>
                        </configuration>
                    </execution>
                    <execution>
                        <id>Delete User j2ee</id>
                        <phase>pre-integration-test</phase>
                        <goals>
                            <goal>exec</goal>
                        </goals>
                        <configuration>
                            <workingDirectory>${asadmin.home}</workingDirectory>
                            <executable>${asadmin}</executable>
                            <arguments>
                                <argument>--passwordfile</argument>
                                <argument>${project.basedir}/j2ee.pass</argument>
                                <argument>delete-file-user</argument>
                                <argument>j2ee</argument>
                            </arguments>
                            <successCodes>
                                <successCode>0</successCode>
                                <successCode>1</successCode>
                            </successCodes>
                        </configuration>
                    </execution>
                    <execution>
                        <id>Add User j2ee</id>
                        <phase>pre-integration-test</phase>
                        <goals>
                            <goal>exec</goal>
                        </goals>
                        <configuration>
                            <workingDirectory>${asadmin.home}</workingDirectory>
                            <executable>${asadmin}</executable>
                            <arguments>
                                <argument>--passwordfile</argument>
                                <argument>${project.basedir}/j2ee.pass</argument>
                                <argument>create-file-user</argument>
                                <argument>--groups</argument>
                                <argument>staff:mgr</argument>
                                <argument>j2ee</argument>
                            </arguments>
                        </configuration>
                    </execution>
                    <execution>
                        <id>Delete User javajoe</id>
                        <phase>pre-integration-test</phase>
                        <goals>
                            <goal>exec</goal>
                        </goals>
                        <configuration>
                            <workingDirectory>${asadmin.home}</workingDirectory>
                            <executable>${asadmin}</executable>
                            <arguments>
                                <argument>--passwordfile</argument>
                                <argument>${project.basedir}/javajoe.pass</argument>
                                <argument>delete-file-user</argument>
                                <argument>javajoe</argument>
                            </arguments>
                            <successCodes>
                                <successCode>0</successCode>
                                <successCode>1</successCode>
                            </successCodes>
                        </configuration>
                    </execution>
                    <execution>
                        <id>Add User javajoe</id>
                        <phase>pre-integration-test</phase>
                        <goals>
                            <goal>exec</goal>
                        </goals>
                        <configuration>
                            <workingDirectory>${asadmin.home}</workingDirectory>
                            <executable>${asadmin}</executable>
                            <arguments>
                                <argument>--passwordfile</argument>
                                <argument>${project.basedir}/javajoe.pass</argument>
                                <argument>create-file-user</argument>
                                <argument>--groups</argument>
                                <argument>guest</argument>
                                <argument>javajoe</argument>
                            </arguments>
                        </configuration>
                    </execution>
                    <execution>
                        <id>list users</id>
                        <phase>pre-integration-test</phase>
                        <goals>
                            <goal>exec</goal>
                        </goals>
                        <configuration>
                            <workingDirectory>${asadmin.home}</workingDirectory>
                            <executable>${asadmin}</executable>
                            <arguments>
                                <argument>list-file-users</argument>
                            </arguments>
                        </configuration>
                    </execution>
                    <execution>
                        <id>StopDomain</id>
                        <phase>pre-integration-test</phase>
                        <goals>
                            <goal>exec</goal>
                        </goals>
                        <configuration>
                            <workingDirectory>${asadmin.home}</workingDirectory>
                            <executable>${asadmin}</executable>
                            <arguments>
                                <argument>stop-domain</argument>
                            </arguments>
                        </configuration>
                    </execution>
                </executions>
            </plugin>
            
            <plugin>
                <artifactId>maven-failsafe-plugin</artifactId>
                <version>3.0.0-M5</version>
                <executions>
                    <execution>
                        <id>gf-tests</id>
                        <goals>
                            <goal>integration-test</goal>
                            <goal>verify</goal>
                        </goals>
                        <configuration>
                            <excludes>
                                <exclude>**/SeBootstrapIT.java</exclude>
                            </excludes>
                            <skipTests>false</skipTests> <!-- Do not skip when the jersey-tck profile is on -->
                            <dependenciesToScan>jakarta.ws.rs:${tck.artifactId}</dependenciesToScan>
                            <systemPropertyVariables>
                                <GLASSFISH_HOME>${glassfish.home}</GLASSFISH_HOME>
                                <servlet_adaptor>org.glassfish.jersey.servlet.ServletContainer</servlet_adaptor>
                                <webServerHost>localhost</webServerHost>
                                <webServerPort>8080</webServerPort>
                                <junit.log.traceflag>true</junit.log.traceflag>
                                <user>j2ee</user>
                                <password>j2ee</password>
                                <authuser>javajoe</authuser>
                                <authpassword>javajoe</authpassword>
                                <porting.ts.url.class.1>ee.jakarta.tck.ws.rs.lib.implementation.sun.common.SunRIURL</porting.ts.url.class.1>
                                <jimage.dir>${project.build.directory}/jdk11-bundle</jimage.dir>
                                <optional.tech.packages.to.ignore>jakarta.xml.bind</optional.tech.packages.to.ignore>
                                <signature.sigTestClasspath>${glassfish.home}/glassfish/modules/jakarta.ws.rs-api.jar:${glassfish.home}/glassfish/modules/jakarta.xml.bind-api.jar:${project.build.directory}/jdk11-bundle/java.base:${project.build.directory}/jdk11-bundle/java.rmi:${project.build.directory}/jdk11-bundle/java.sql:${project.build.directory}/jdk11-bundle/java.naming</signature.sigTestClasspath>
                            </systemPropertyVariables>
                            <environmentVariables>
                                <GLASSFISH_HOME>${glassfish.home}</GLASSFISH_HOME>
                            </environmentVariables>
                        </configuration>
                    </execution>
                    <execution>
                        <id>se-tests</id>
                        <goals>
                            <goal>integration-test</goal>
                            <goal>verify</goal>
                        </goals>
                        <configuration>
                            <skipTests>false</skipTests> <!-- Do not skip when the jersey-tck profile is on -->
                            <includes>
                                <include>**/SeBootstrapIT.java</include>
                            </includes>
                            <dependenciesToScan>jakarta.ws.rs:${tck.artifactId}</dependenciesToScan>
                        </configuration>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>
    <profiles>
        <profile>
            <id>onLinux</id>
            <activation>
                <os>
                    <family>unix</family>
                </os>
            </activation>
            <properties>
                <asadmin.home>${basedir}</asadmin.home>
                <asadmin>${project.build.directory}/glassfish7/glassfish/bin/asadmin</asadmin>
                <asadmin>${project.build.directory}/glassfish7/glassfish/bin/asadmin</asadmin>
            </properties>
        </profile>
        <profile>
            <id>onWindows</id>
            <activation>
                <os>
                    <family>Windows</family>
                </os>
            </activation>
            <properties>
                <asadmin.home>${glassfish.home}/glassfish/bin</asadmin.home>
                <asadmin>asadmin</asadmin>
            </properties>
        </profile>
        <profile>
            <id>jersey-tck</id>
            <properties>
                <jersey.version>3.1.99-SNAPSHOT</jersey.version> <!-- When running the profile, use SNAPSHOT -->
                <jersey.version>3.1.99-SNAPSHOT</jersey.version> <!-- When running the profile, use SNAPSHOT -->
            </properties>
        </profile>
    </profiles>
</project>
+ cd ../..
+ mvn clean install -DskipTests -Pstaging -Pjersey-tck
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.glassfish.jersey.core:jersey-tck:jar:3.1.0
[WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:exec-maven-plugin is missing. @ line 303, 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] Reactor Build Order:
[INFO] 
[INFO] jersey                                                             [pom]
[INFO] jersey-archetypes                                                  [pom]
[INFO] jersey-archetype-heroku-webapp                         [maven-archetype]
[INFO] jersey-archetype-grizzly2                              [maven-archetype]
[INFO] jersey-archetype-webapp                                [maven-archetype]
[INFO] jersey-example-java8-webapp                            [maven-archetype]
[INFO] jersey-bom                                                         [pom]
[INFO] jersey-core-common                                                 [jar]
[INFO] jersey-inject                                                      [pom]
[INFO] jersey-inject-hk2                                                  [jar]
[INFO] jersey-core-client                                                 [jar]
[INFO] jersey-media                                                       [pom]
[INFO] jersey-media-jaxb                                                  [jar]
[INFO] jersey-core-server                                                 [jar]
[INFO] jersey-containers                                                  [pom]
[INFO] jersey-container-grizzly2-http                                     [jar]
[INFO] jersey-container-servlet-core                                      [jar]
[INFO] jersey-test-framework                                              [pom]
[INFO] jersey-test-framework-core                                         [jar]
[INFO] jersey-container-servlet                                           [jar]
[INFO] jersey-container-grizzly2-servlet                                  [jar]
[INFO] jersey-test-framework-providers                                    [pom]
[INFO] jersey-test-framework-provider-grizzly2                            [jar]
[INFO] jersey-connectors                                                  [pom]
[INFO] jersey-connectors-apache                                           [jar]
[INFO] jersey-connectors-apache5                                          [jar]
[INFO] jersey-test-framework-provider-inmemory                            [jar]
[INFO] jersey-test-framework-provider-external                            [jar]
[INFO] jersey-container-jdk-http                                          [jar]
[INFO] jersey-test-framework-provider-jdk-http                            [jar]
[INFO] jersey-container-simple-http                                       [jar]
[INFO] jersey-test-framework-provider-simple                              [jar]
[INFO] jersey-connectors-netty                                            [jar]
[INFO] jersey-container-netty-http                                        [jar]
[INFO] jersey-test-framework-provider-netty                               [jar]
[INFO] jersey-container-jetty-http                                        [jar]
[INFO] jersey-test-framework-provider-jetty                               [jar]
[INFO] jersey-test-framework-provider-bundle                              [pom]
[INFO] jersey-connectors-grizzly                                          [jar]
[INFO] jersey-media-sse                                                   [jar]
[INFO] jersey-connectors-helidon                                          [jar]
[INFO] jersey-connectors-jdk                                              [jar]
[INFO] jersey-extensions                                                  [pom]
[INFO] jersey-ext-entity-filtering                                        [jar]
[INFO] jersey-media-json-jackson                                          [jar]
[INFO] jersey-connectors-jetty                                            [jar]
[INFO] jersey-connectors-jnh                                              [jar]
[INFO] jersey-cdi-support                                                 [pom]
[INFO] jersey-ext-cdi1x                                                   [jar]
[INFO] jersey-glassfish-support                                           [pom]
[INFO] jersey-gf-ejb                                                      [jar]
[INFO] jersey-container-jetty-servlet                                     [jar]
[INFO] jersey-ext-bean-validation                                         [jar]
[INFO] jersey-ext-cdi1x-ban-custom-hk2-binding                            [jar]
[INFO] jersey-ext-cdi-rs-inject                                           [jar]
[INFO] jersey-ext-cdi1x-servlet                                           [jar]
[INFO] jersey-ext-cdi1x-transaction                                       [jar]
[INFO] jersey-ext-cdi1x-validation                                        [jar]
[INFO] jersey-ext-weld2-se                                                [jar]
[INFO] jersey-ext-metainf-services                                        [jar]
[INFO] jersey-ext-mvc                                                     [jar]
[INFO] jersey-ext-mvc-bean-validation                                     [jar]
[INFO] jersey-ext-mvc-freemarker                                          [jar]
[INFO] jersey-ext-mvc-jsp                                                 [jar]
[INFO] jersey-ext-mvc-mustache                                            [jar]
[INFO] jersey-ext-proxy-client                                            [jar]
[INFO] jersey-ext-rx                                                      [pom]
[INFO] jersey-ext-rx-client-guava                                         [jar]
[INFO] jersey-ext-rx-client-rxjava                                        [jar]
[INFO] jersey-ext-rx-client-rxjava2                                       [jar]
[INFO] jersey-spring6                                                     [jar]
[INFO] jersey-wadl-doclet                                                 [jar]
[INFO] jersey-media-json-binding                                          [jar]
[INFO] project                                                            [pom]
[INFO] jersey-mp-rest-client                                              [jar]
[INFO] jersey-mp-config                                                   [jar]
[INFO] jersey-incubator                                                   [pom]
[INFO] jersey-inject-cdi-weld                                             [jar]
[INFO] jersey-declarative-linking                                         [jar]
[INFO] jersey-ext-gae-integration                                         [jar]
[INFO] jersey-media-html-json                                             [jar]
[INFO] jersey-media-kryo                                                  [jar]
[INFO] jersey-open-tracing                                                [jar]
[INFO] jersey-inject-cdi2-se                                              [jar]
[INFO] jersey-media-json-gson                                             [jar]
[INFO] jersey-media-json-jettison                                         [jar]
[INFO] jersey-media-json-processing                                       [jar]
[INFO] jersey-media-moxy                                                  [jar]
[INFO] jersey-media-multipart                                             [jar]
[INFO] jersey-security                                                    [pom]
[INFO] oauth1-signature                                                   [jar]
[INFO] jersey-security                                                    [jar]
[INFO] oauth1-server                                                      [jar]
[INFO] oauth2-client                                                      [jar]
[INFO] jersey-test-framework-util                                         [jar]
[INFO] jersey-tests                                                       [pom]
[INFO] jersey-tests-e2e                                                   [jar]
[INFO] jersey-tests-e2e-client                                            [jar]
[INFO] jersey-tests-e2e-core-common                                       [jar]
[INFO] jersey-tests-e2e-entity                                            [jar]
[INFO] jersey-tests-e2e-inject                                            [pom]
[INFO] jersey-tests-e2e-inject-cdi-se                                     [jar]
[INFO] jersey-tests-e2e-inject-cdi-inject-weld                            [jar]
[INFO] e2e-inject-hk2                                                     [jar]
[INFO] jersey-tests-e2e-server                                            [jar]
[INFO] jersey-tests-e2e-testng                                            [jar]
[INFO] jersey-tests-integration                                           [pom]
[INFO] jersey-asm-integration                                             [jar]
[INFO] jersey-tests-integration-jersey-async-filter                       [war]
[INFO] cdi-integration-project                                            [pom]
[INFO] jersey-tests-cdi-beanvalidation-webapp                             [war]
[INFO] jersey-tests-cdi-client                                            [jar]
[INFO] jersey-tests-cdi-client-on-server                                  [war]
[INFO] jersey-tests-cdi-ejb-webapp                                        [war]
[INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp             [war]
[INFO] cdi-manually-bound                                                 [jar]
[INFO] jersey-tests-cdi-log-check                                         [war]
[INFO] jersey-tests-integration-cdi-multimodule-lib                       [jar]
[INFO] jersey-tests-integration-cdi-multimodule-war                       [war]
[INFO] jersey-tests-integration-cdi-multimodule-war2                      [war]
[INFO] jersey-tests-integration-cdi-multimodule-ear                       [ear]
[INFO] jersey-tests-integration-cdi-multimodule                           [pom]
[INFO] jersey-tests-cdi-multipart-webapp                                  [war]
[INFO] jersey-tests-resource-with-at-context                              [jar]
[INFO] cdi-singleton                                                      [jar]
[INFO] jersey-tests-cdi-webapp                                            [war]
[INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp           [war]
[INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp    [war]
[INFO] jersey-tests-cdi-with-jersey-injection-webapp                      [war]
[INFO] jersey-tests-context-inject-on-server                              [jar]
[INFO] jersey-tests-glassfish-inject-on-server                            [jar]
[INFO] client-connector-provider                                          [jar]
[INFO] jersey-tests-integration-ejb-multimodule-lib                       [jar]
[INFO] jersey-tests-integration-ejb-multimodule-war                       [war]
[INFO] jersey-tests-integration-ejb-multimodule-ear                       [ear]
[INFO] jersey-tests-integration-ejb-multimodule                           [pom]
[INFO] jersey-tests-integration-ejb-multimodule-reload-lib                [jar]
[INFO] jersey-tests-integration-ejb-multimodule-reload-war1               [war]
[INFO] jersey-tests-integration-ejb-multimodule-reload-war2               [war]
[INFO] jersey-tests-integration-ejb-multimodule-reload-ear                [ear]
[INFO] jersey-tests-integration-ejb-multimodule-reload                    [pom]
[INFO] jersey-tests-ejb-webapp                                            [war]
[INFO] jersey-tests-externalproperties                                    [jar]
[INFO] jersey-tests-component-inject                                      [war]
[INFO] j-376-reproducer                                                   [jar]
[INFO] jersey-tests-integration-j-441-war1                                [war]
[INFO] jersey-tests-integration-j-441-war2                                [war]
[INFO] jersey-tests-integration-j-441-ear                                 [ear]
[INFO] jersey-tests-integration-j-441                                     [pom]
[INFO] jersey-tests-integration-j-59-ejb-lib                              [jar]
[INFO] jersey-tests-integration-j-59-cdi-war                              [war]
[INFO] jersey-tests-integration-j-59-ear                                  [ear]
[INFO] jersey-tests-integration-j-59                                      [pom]
[INFO] jersey-tests-integration-jersey-780                                [war]
[INFO] jersey-tests-integration-jersey-1107                               [war]
[INFO] jersey-tests-integration-jersey-1223                               [war]
[INFO] jersey-tests-integration-jersey-1604                               [war]
[INFO] jersey-tests-integration-jersey-1667                               [war]
[INFO] jersey-tests-integration-jersey-1883                               [war]
[INFO] jersey-tests-integration-jersey-1928                               [war]
[INFO] jersey-tests-integration-jersey-1960                               [war]
[INFO] jersey-tests-integration-jersey-1964                               [war]
[INFO] jersey-tests-integration-jersey-2031                               [war]
[INFO] jersey-tests-integration-jersey-2136                               [war]
[INFO] jersey-tests-integration-jersey-2137                               [war]
[INFO] jersey-tests-integration-jersey-2154                               [war]
[INFO] jersey-tests-integration-jersey-2160                               [war]
[INFO] jersey-tests-integration-jersey-2164                               [war]
[INFO] jersey-tests-integration-jersey-2167                               [war]
[INFO] jersey-tests-integration-jersey-2176                               [war]
[INFO] jersey-tests-integration-jersey-2184                               [war]
[INFO] jersey-tests-integration-jersey-2255                               [war]
[INFO] jersey-tests-integration-jersey-2322                               [war]
[INFO] jersey-tests-integration-jersey-2335                               [war]
[INFO] jersey-tests-integration-jersey-2421                               [war]
[INFO] jersey-tests-integration-jersey-2551                               [war]
[INFO] jersey-tests-integration-jersey-2612                               [war]
[INFO] jersey-tests-integration-jersey-2637                               [war]
[INFO] jersey-tests-integration-jersey-2654                               [war]
[INFO] jersey-tests-integration-jersey-2673                               [war]
[INFO] jersey-tests-integration-jersey-2689                               [war]
[INFO] jersey-tests-integration-jersey-2704                               [war]
[INFO] jersey-tests-integration-jersey-2776                               [war]
[INFO] jersey-tests-integration-jersey-2794                               [war]
[INFO] jersey-tests-integration-jersey-2846                               [war]
[INFO] jersey-tests-integration-jersey-2878                               [war]
[INFO] jersey-tests-integration-jersey-2892                               [war]
[INFO] jersey-3662                                                        [jar]
[INFO] jersey-tests-integration-jersey-3670                               [war]
[INFO] jersey-tests-integration-jersey-3796                               [war]
[INFO] jersey-3992                                                        [war]
[INFO] jersey-tests-integration-jersey-4003                               [jar]
[INFO] jersey-tests-integration-jersey-4099                               [war]
[INFO] jersey-4321                                                        [jar]
[INFO] jersey-examples                                                    [pom]
[INFO] jersey-examples-server-sent-events-jersey                          [jar]
[INFO] jersey-4507                                                        [jar]
[INFO] jersey-4542                                                        [jar]
[INFO] jersey-4697                                                        [jar]
[INFO] jersey-4722                                                        [jar]
[INFO] jersey-tests-integration-jersey-4949                               [war]
[INFO] jersey-bundles                                                     [pom]
[INFO] jersey-bundles-jaxrs-ri                                         [bundle]
[INFO] jersey-tests-integration-jersey-5087                               [war]
[INFO] microprofile-integration-project                                   [pom]
[INFO] microprofile-config-project                                        [pom]
[INFO] config-webapp                                                      [jar]
[INFO] helidon-config-webapp                                              [war]
[INFO] jersey-rest-client                                                 [jar]
[INFO] jersey-rest-client-tck                                             [jar]
[INFO] jersey-tests-integration-property-check                            [jar]
[INFO] reactive-streams-integration-project                               [pom]
[INFO] sse-reactive-streams-tck                                           [jar]
[INFO] jersey-tests-integration-jersey-security-digest                    [war]
[INFO] jersey-tests-integration-servlet-2.5-autodiscovery-1               [war]
[INFO] jersey-tests-integration-servlet-2.5-autodiscovery-2               [war]
[INFO] jersey-tests-integration-servlet-2.5-filter                        [war]
[INFO] jersey-tests-integration-servlet-2.5-inflector-1                   [war]
[INFO] jersey-tests-integration-servlet-2.5-init-1                        [war]
[INFO] jersey-tests-integration-servlet-2.5-init-2                        [war]
[INFO] jersey-tests-integration-servlet-2.5-init-3                        [war]
[INFO] jersey-tests-integration-servlet-2.5-init-4                        [war]
[INFO] jersey-tests-integration-servlet-2.5-init-5                        [war]
[INFO] jersey-tests-integration-servlet-2.5-init-6                        [war]
[INFO] jersey-tests-integration-servlet-2.5-init-7                        [war]
[INFO] jersey-tests-integration-servlet-2.5-init-8                        [war]
[INFO] jersey-tests-integration-servlet-2.5-mvc-1                         [war]
[INFO] jersey-tests-integration-servlet-2.5-mvc-2                         [war]
[INFO] jersey-tests-integration-servlet-2.5-mvc-3                         [war]
[INFO] jersey-tests-integration-servlet-2.5-reload                        [war]
[INFO] jersey-tests-integration-servlet-3-async                           [war]
[INFO] jersey-tests-integration-servlet-3-chunked-io                      [war]
[INFO] jersey-tests-integration-servlet-3-filter                          [war]
[INFO] jersey-tests-integration-servlet-3-gf-async                        [war]
[INFO] jersey-tests-integration-servlet-3-inflector-1                     [war]
[INFO] jersey-tests-integration-servlet-3-init-1                          [war]
[INFO] jersey-tests-integration-servlet-3-init-2                          [war]
[INFO] jersey-tests-integration-servlet-3-init-3                          [war]
[INFO] jersey-tests-integration-servlet-3-init-4                          [war]
[INFO] jersey-tests-integration-servlet-3-init-5                          [war]
[INFO] jersey-tests-integration-servlet-3-init-6                          [war]
[INFO] jersey-tests-integration-servlet-3-init-7                          [war]
[INFO] jersey-tests-integration-servlet-3-init-8                          [war]
[INFO] jersey-tests-integration-servlet-3-init-9                          [war]
[INFO] jersey-tests-integration-servlet-3-init-provider                   [war]
[INFO] jersey-tests-integration-servlet-3-params                          [war]
[INFO] jersey-tests-integration-servlet-3-sse-1                           [war]
[INFO] jersey-tests-integration-servlet-4.0-mvc-1                         [war]
[INFO] jersey-tests-integration-servlet-tests                             [war]
[INFO] jersey-tests-integration-servlet-request-wrapper-binding           [war]
[INFO] jersey-tests-integration-servlet-request-wrapper-binding-2         [war]
[INFO] jersey-tests-integration-sonar-test                                [war]
[INFO] jersey-thin-server                                                 [jar]
[INFO] jersey-tests-integration-tracing-support                           [war]
[INFO] jersey-tests-jmockit                                               [jar]
[INFO] jersey-test-framework-memleak-test-common                          [jar]
[INFO] jersey-tests-memleak                                               [pom]
[INFO] jersey-tests-memleak-redeployment                                  [pom]
[INFO] jersey-tests-memleak-redeployment-leaking-test-app                 [war]
[INFO] jersey-examples-webapp-parent-pom                                  [pom]
[INFO] jersey-examples-helloworld-webapp                                  [war]
[INFO] jersey-test-framework-maven                                        [pom]
[INFO] jersey-test-framework-maven-container-runner-plugin       [maven-plugin]
[INFO] jersey-tests-memleak-redeployment-hello-world-app-ref              [jar]
[INFO] jersey-tests-memleak-redeployment-no-jersey-app                    [war]
[INFO] jersey-tests-memleak-redeployment-threadlocals-app                 [war]
[INFO] jersey-tests-memleak-testcase                                      [pom]
[INFO] jersey-tests-memleak-testcase-bean-param-leak                      [war]
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak                   [war]
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client            [jar]
[INFO] jersey-tests-memleak-testcase-leaking-test-app                     [war]
[INFO] jersey-tests-osgi                                                  [pom]
[INFO] jersey-tests-osgi-functional                                       [pom]
[INFO] jersey-tests-stress                                                [jar]
[INFO] jersey-tests-performance                                           [pom]
[INFO] performance-test-benchmarks                                        [jar]
[INFO] jersey-tests-performance-runners                                   [pom]
[INFO] jersey-grizzly-runner                                              [jar]
[INFO] jersey-tests-performance-testcase                                  [pom]
[INFO] jersey-tests-performance-assemblies                                [jar]
[INFO] jersey-tests-performance-filter-dynamic-test                       [jar]
[INFO] jersey-tests-performance-filter-global-test                        [jar]
[INFO] jersey-tests-performance-filter-name-test                          [jar]
[INFO] jersey-tests-performance-interceptor-dynamic-test                  [jar]
[INFO] jersey-tests-performance-interceptor-global-test                   [jar]
[INFO] jersey-tests-performance-interceptor-name-test                     [jar]
[INFO] jersey-tests-performance-custom-provider-test                      [jar]
[INFO] jersey-tests-performance-json-jackson-test                         [jar]
[INFO] jersey-tests-performance-json-moxy-test                            [jar]
[INFO] jersey-tests-performance-mbw-kryo-test                             [jar]
[INFO] jersey-tests-performance-text-plain-test                           [jar]
[INFO] jersey-tests-performance-xml-jaxb-test                             [jar]
[INFO] jersey-tests-performance-xml-moxy-test                             [jar]
[INFO] jersey-tests-performance-param-srl                                 [jar]
[INFO] jersey-tests-performance-proxy-injection-test                      [jar]
[INFO] performance-test-tools                                             [jar]
[INFO] Jakarta RESTful WS Compliance for Jersey                           [jar]
[INFO] jersey-examples-assemblies                                         [jar]
[INFO] jersey-examples-bookmark                                           [war]
[INFO] jersey-examples-bookmark-em                                        [war]
[INFO] jersey-examples-bookstore-webapp                                   [war]
[INFO] jersey-examples-cdi-webapp                                         [war]
[INFO] jersey-examples-clipboard                                          [jar]
[INFO] jersey-examples-clipboard-programmatic                             [jar]
[INFO] jersey-examples-declarative-linking                                [jar]
[INFO] jersey-examples-entity-filtering                                   [jar]
[INFO] jersey-examples-entity-filtering-selectable                        [jar]
[INFO] jersey-examples-entity-filtering-security                          [jar]
[INFO] jersey-examples-extended-wadl-webapp                               [war]
[INFO] jersey-examples-exception-mapping                                  [jar]
[INFO] jersey-examples-freemarker-webapp                                  [war]
[INFO] jersey-examples-groovy                                             [jar]
[INFO] jersey-examples-helloworld                                         [jar]
[INFO] jersey-examples-helloworld-benchmark                               [jar]
[INFO] jersey-examples-helloworld-cdi2-se                                 [jar]
[INFO] jersey-examples-helloworld-netty                                   [jar]
[INFO] jersey-examples-helloworld-programmatic                            [jar]
[INFO] jersey-examples-helloworld-pure-jax-rs                             [jar]
[INFO] jersey-examples-helloworld-weld                                    [jar]
[INFO] jersey-examples-http-patch                                         [jar]
[INFO] jersey-examples-http-trace                                         [jar]
[INFO] jersey-examples-https-clientserver-grizzly                         [jar]
[INFO] jersey-examples-https-server-glassfish                             [war]
[INFO] jersey-examples-java8-webapp                                       [war]
[INFO] jersey-examples-jaxb                                               [jar]
[INFO] jersey-examples-jaxrs-types-injection                              [jar]
[INFO] jersey-examples-ejb                                                [war]
[INFO] jersey-examples-json-binding-webapp                                [war]
[INFO] jersey-examples-json-jackson                                       [jar]
[INFO] jersey-examples-json-jettison                                      [jar]
[INFO] jersey-examples-json-moxy                                          [jar]
[INFO] jersey-examples-json-processing-webapp                             [war]
[INFO] jersey-examples-json-with-padding                                  [jar]
[INFO] jersey-examples-managed-beans-webapp                               [war]
[INFO] jersey-examples-managed-client                                     [jar]
[INFO] jersey-examples-managed-client-webapp                              [war]
[INFO] jersey-examples-managed-client-simple-webapp                       [war]
[INFO] jersey-examples-multipart-webapp                                   [war]
[INFO] jersey-examples-open-tracing                                       [jar]
[INFO] jersey-examples-osgi-helloworld-webapp                             [pom]
[INFO] jersey-examples-osgi-helloworld-webapp-lib                         [jar]
[INFO] jersey-examples-osgi-helloworld-webapp-additional                  [jar]
[INFO] jersey-examples-osgi-helloworld-webapp-alternate-version           [jar]
[INFO] jersey-examples-osgi-helloworld-webapp-wab                         [war]
[INFO] jersey-examples-osgi-helloworld-webapp-test                        [pom]
[INFO] oauth-client-twitter                                               [jar]
[INFO] jersey-examples-reload                                             [jar]
[INFO] jersey-examples-rx-client-webapp                                   [war]
[INFO] jersey-examples-server-async                                       [jar]
[INFO] jersey-examples-server-async-managed                               [jar]
[INFO] jersey-examples-server-async-standalone                            [pom]
[INFO] jersey-examples-server-async-standalone-client                     [jar]
[INFO] jersey-examples-server-async-standalone-webapp                     [war]
[INFO] jersey-examples-server-sent-events-jaxrs                           [jar]
[INFO] jersey-examples-servlet3-webapp                                    [war]
[INFO] jersey-examples-simple-console                                     [jar]
[INFO] jersey-examples-sse-item-store-jersey-webapp                       [war]
[INFO] jersey-examples-sse-item-store-jaxrs-webapp                        [war]
[INFO] jersey-examples-sse-twitter-aggregator                             [jar]
[INFO] jersey-examples-system-properties                                  [jar]
[INFO] jersey-examples-moxy                                               [jar]
[INFO] jersey-test-framework-maven-custom-enforcer-rules                  [jar]
[INFO] 
[INFO] --------------------< org.glassfish.jersey:project >--------------------
[INFO] Building jersey 3.1.99-SNAPSHOT                                  [1/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] --------------< org.glassfish.jersey.archetypes:project >---------------
[INFO] Building jersey-archetypes 3.1.99-SNAPSHOT                       [2/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/archetypes/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] --------< org.glassfish.jersey.archetypes:jersey-heroku-webapp >--------
[INFO] Building jersey-archetype-heroku-webapp 3.1.99-SNAPSHOT          [3/362]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-heroku-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-heroku-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-heroku-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-heroku-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs) @ jersey-heroku-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-sources) @ jersey-heroku-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-heroku-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jersey-heroku-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jersey-heroku-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/archetypes/jersey-heroku-webapp/src/test/resources
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.1:jar (default-jar) @ jersey-heroku-webapp ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.1.99-SNAPSHOT.jar
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-heroku-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.1:integration-test (default-integration-test) @ jersey-heroku-webapp ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-heroku-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/archetypes/jersey-heroku-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.1.99-SNAPSHOT/jersey-heroku-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.1.99-SNAPSHOT/jersey-heroku-webapp-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.1.99-SNAPSHOT/jersey-heroku-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.1:update-local-catalog (default-update-local-catalog) @ jersey-heroku-webapp ---
[INFO] 
[INFO] -----< org.glassfish.jersey.archetypes:jersey-quickstart-grizzly2 >-----
[INFO] Building jersey-archetype-grizzly2 3.1.99-SNAPSHOT               [4/362]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-quickstart-grizzly2 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-quickstart-grizzly2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-quickstart-grizzly2 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-quickstart-grizzly2 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs) @ jersey-quickstart-grizzly2 ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-sources) @ jersey-quickstart-grizzly2 ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-quickstart-grizzly2 ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jersey-quickstart-grizzly2 ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jersey-quickstart-grizzly2 ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/archetypes/jersey-quickstart-grizzly2/src/test/resources
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.1:jar (default-jar) @ jersey-quickstart-grizzly2 ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT.jar
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT.jar
[WARNING] Building an Old (1.x) Archetype: consider migrating it to current 2.x Archetype.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-quickstart-grizzly2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.1:integration-test (default-integration-test) @ jersey-quickstart-grizzly2 ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-quickstart-grizzly2 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/archetypes/jersey-quickstart-grizzly2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.1.99-SNAPSHOT/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.1.99-SNAPSHOT/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.1.99-SNAPSHOT/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.1:update-local-catalog (default-update-local-catalog) @ jersey-quickstart-grizzly2 ---
[INFO] 
[INFO] ------< org.glassfish.jersey.archetypes:jersey-quickstart-webapp >------
[INFO] Building jersey-archetype-webapp 3.1.99-SNAPSHOT                 [5/362]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-quickstart-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-quickstart-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-quickstart-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-quickstart-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs) @ jersey-quickstart-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-sources) @ jersey-quickstart-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-quickstart-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jersey-quickstart-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jersey-quickstart-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/archetypes/jersey-quickstart-webapp/src/test/resources
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.1:jar (default-jar) @ jersey-quickstart-webapp ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.1.99-SNAPSHOT.jar
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.1.99-SNAPSHOT.jar
[WARNING] Building an Old (1.x) Archetype: consider migrating it to current 2.x Archetype.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-quickstart-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.1:integration-test (default-integration-test) @ jersey-quickstart-webapp ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-quickstart-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/archetypes/jersey-quickstart-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.1.99-SNAPSHOT/jersey-quickstart-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.1.99-SNAPSHOT/jersey-quickstart-webapp-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.1.99-SNAPSHOT/jersey-quickstart-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.1:update-local-catalog (default-update-local-catalog) @ jersey-quickstart-webapp ---
[INFO] 
[INFO] ----< org.glassfish.jersey.archetypes:jersey-example-java8-webapp >-----
[INFO] Building jersey-example-java8-webapp 3.1.99-SNAPSHOT             [6/362]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-example-java8-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-example-java8-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-example-java8-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-example-java8-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-example-java8-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-example-java8-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-example-java8-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-example-java8-webapp ---
[INFO] Copying 5 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-example-java8-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/archetypes/jersey-example-java8-webapp/src/test/resources
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.1:jar (default-jar) @ jersey-example-java8-webapp ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.1.99-SNAPSHOT.jar
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-example-java8-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.1:integration-test (default-integration-test) @ jersey-example-java8-webapp ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-example-java8-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/archetypes/jersey-example-java8-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.1.99-SNAPSHOT/jersey-example-java8-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.1.99-SNAPSHOT/jersey-example-java8-webapp-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.1.99-SNAPSHOT/jersey-example-java8-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.1:update-local-catalog (default-update-local-catalog) @ jersey-example-java8-webapp ---
[INFO] 
[INFO] ------------------< org.glassfish.jersey:jersey-bom >-------------------
[INFO] Building jersey-bom 3.1.99-SNAPSHOT                              [7/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-bom ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jersey-bom ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bom/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/jersey-bom/3.1.99-SNAPSHOT/jersey-bom-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] --------------< org.glassfish.jersey.core:jersey-common >---------------
[INFO] Building jersey-core-common 3.1.99-SNAPSHOT                      [8/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-common ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-common ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-common ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ jersey-common ---
[INFO] Storing buildNumber: 2023-02-01 09:53:06 at timestamp: 1675245186037
[INFO] Storing buildScmBranch: 3.1
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-common ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-common ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-common ---
[INFO] Resources:
[INFO] org/glassfish/jersey/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/src/main/resources/org/glassfish/jersey/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-common ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-common ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-common ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-common ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-common ---
[INFO] Copying 7 resources
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 377 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/src/main/java/org/glassfish/jersey/internal/guava/StandardTable.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/src/main/java/org/glassfish/jersey/internal/guava/StandardTable.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/src/main/java/org/glassfish/jersey/internal/guava/Ordering.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/src/main/java/org/glassfish/jersey/internal/guava/Ordering.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 377 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/src/main/java/org/glassfish/jersey/internal/guava/StandardTable.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/src/main/java/org/glassfish/jersey/internal/guava/StandardTable.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/src/main/java/org/glassfish/jersey/internal/guava/Ordering.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/src/main/java/org/glassfish/jersey/internal/guava/Ordering.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-common ---
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 42 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/target/test-classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/src/test/java/org/glassfish/jersey/logging/LoggingInterceptorTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/src/test/java/org/glassfish/jersey/logging/LoggingInterceptorTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-common ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (tests-with-additional-permissions) @ jersey-common ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/target/jersey-common-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-common ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-common ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.1.99-SNAPSHOT/jersey-common-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.1.99-SNAPSHOT/jersey-common-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/target/jersey-common-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.1.99-SNAPSHOT/jersey-common-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------------< org.glassfish.jersey.inject:project >-----------------
[INFO] Building jersey-inject 3.1.99-SNAPSHOT                           [9/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.glassfish.jersey.inject:jersey-hk2 >---------------
[INFO] Building jersey-inject-hk2 3.1.99-SNAPSHOT                      [10/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-hk2 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-hk2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-hk2 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-hk2 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-hk2 ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-hk2 ---
[INFO] Resources:
[INFO] org/glassfish/jersey/inject/hk2/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/hk2/src/main/resources/org/glassfish/jersey/inject/hk2/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-hk2 ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/hk2/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-hk2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-hk2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-hk2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-hk2 ---
[INFO] Copying 4 resources
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-hk2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/hk2/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/ImmediateHk2InjectionManager.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/ImmediateHk2InjectionManager.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-hk2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/hk2/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/ImmediateHk2InjectionManager.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/ImmediateHk2InjectionManager.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-hk2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/hk2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-hk2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/hk2/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-hk2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-hk2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/hk2/target/jersey-hk2-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-hk2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/hk2/target/jersey-hk2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-hk2 ---
[WARNING] Bundle org.glassfish.jersey.inject:jersey-hk2:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [sun.misc.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/hk2/target/jersey-hk2-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/hk2/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-hk2 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/hk2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.1.99-SNAPSHOT/jersey-hk2-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/hk2/target/jersey-hk2-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.1.99-SNAPSHOT/jersey-hk2-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/hk2/target/jersey-hk2-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.1.99-SNAPSHOT/jersey-hk2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.glassfish.jersey.core:jersey-client >---------------
[INFO] Building jersey-core-client 3.1.99-SNAPSHOT                     [11/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-client ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-client ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-client ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-client ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-client ---
[INFO] Resources:
[INFO] org/glassfish/jersey/client/internal/jdkconnector/localization.properties
[INFO] org/glassfish/jersey/client/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-client/src/main/resources/org/glassfish/jersey/client/internal/jdkconnector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-client/src/main/resources/org/glassfish/jersey/client/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-client ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-client/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-client ---
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 87 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-client/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-client/src/main/java/org/glassfish/jersey/client/JerseyInvocation.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-client/src/main/java/org/glassfish/jersey/client/JerseyInvocation.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-client/src/main/java/org/glassfish/jersey/client/JerseyInvocation.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-client/src/main/java/org/glassfish/jersey/client/JerseyInvocation.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 87 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-client/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-client/src/main/java/org/glassfish/jersey/client/JerseyInvocation.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-client/src/main/java/org/glassfish/jersey/client/JerseyInvocation.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-client/src/main/java/org/glassfish/jersey/client/JerseyInvocation.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-client/src/main/java/org/glassfish/jersey/client/JerseyInvocation.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-client ---
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-client/target/test-classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-client/src/test/java/org/glassfish/jersey/client/ClientRequestTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-client/src/test/java/org/glassfish/jersey/client/ClientRequestTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-client/src/test/java/org/glassfish/jersey/client/spi/InvocationBuilderListenerTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-client/src/test/java/org/glassfish/jersey/client/spi/InvocationBuilderListenerTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-client/target/jersey-client-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-client/target/jersey-client-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-client ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-client/target/jersey-client-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-client/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-client ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.1.99-SNAPSHOT/jersey-client-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-client/target/jersey-client-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.1.99-SNAPSHOT/jersey-client-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-client/target/jersey-client-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.1.99-SNAPSHOT/jersey-client-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------------< org.glassfish.jersey.media:project >-----------------
[INFO] Building jersey-media 3.1.99-SNAPSHOT                           [12/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] ------------< org.glassfish.jersey.media:jersey-media-jaxb >------------
[INFO] Building jersey-media-jaxb 3.1.99-SNAPSHOT                      [13/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-jaxb ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-media-jaxb ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-media-jaxb ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-media-jaxb ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-media-jaxb ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-media-jaxb ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jaxb/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/jaxb/src/main/resources/org/glassfish/jersey/jaxb/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-media-jaxb ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/jaxb/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-jflex-plugin:1.4.3:generate (default) @ jersey-media-jaxb ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-media-jaxb ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-media-jaxb ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-jaxb ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-media-jaxb ---
[INFO] Copying 2 resources
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-jaxb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 24 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/jaxb/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-media-jaxb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 24 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/jaxb/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-media-jaxb ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/jaxb/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-jaxb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/jaxb/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-media-jaxb ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-media-jaxb ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/jaxb/target/jersey-media-jaxb-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-media-jaxb ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/jaxb/target/jersey-media-jaxb-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-media-jaxb ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/jaxb/target/jersey-media-jaxb-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/jaxb/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-media-jaxb ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/jaxb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.1.99-SNAPSHOT/jersey-media-jaxb-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/jaxb/target/jersey-media-jaxb-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.1.99-SNAPSHOT/jersey-media-jaxb-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/jaxb/target/jersey-media-jaxb-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.1.99-SNAPSHOT/jersey-media-jaxb-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.glassfish.jersey.core:jersey-server >---------------
[INFO] Building jersey-core-server 3.1.99-SNAPSHOT                     [14/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-server ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-server ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-server ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-server ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-server ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-server ---
[INFO] Resources:
[INFO] org/glassfish/jersey/server/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-server/src/main/resources/org/glassfish/jersey/server/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-server ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-server/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-server ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-server ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-server ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-server ---
[INFO] Copying 8 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 375 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-server/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-server/src/main/java/org/glassfish/jersey/server/ResourceConfig.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-server/src/main/java/org/glassfish/jersey/server/ResourceConfig.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-server/src/main/java/org/glassfish/jersey/server/ServerRuntime.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-server/src/main/java/org/glassfish/jersey/server/ServerRuntime.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 375 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-server/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-server/src/main/java/org/glassfish/jersey/server/ResourceConfig.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-server/src/main/java/org/glassfish/jersey/server/ResourceConfig.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-server/src/main/java/org/glassfish/jersey/server/ServerRuntime.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-server/src/main/java/org/glassfish/jersey/server/ServerRuntime.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-server ---
[INFO] Copying 6 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 147 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-server/target/test-classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/CookieParamAsPrimitiveTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/CookieParamAsPrimitiveTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/AbstractNanosReservoirTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/AbstractNanosReservoirTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-server ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-server/target/jersey-server-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-server/target/jersey-server-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-server ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-server/target/jersey-server-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-server/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-server ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.1.99-SNAPSHOT/jersey-server-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-server/target/jersey-server-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.1.99-SNAPSHOT/jersey-server-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-server/target/jersey-server-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.1.99-SNAPSHOT/jersey-server-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.glassfish.jersey.containers:project >---------------
[INFO] Building jersey-containers 3.1.99-SNAPSHOT                      [15/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] ---< org.glassfish.jersey.containers:jersey-container-grizzly2-http >---
[INFO] Building jersey-container-grizzly2-http 3.1.99-SNAPSHOT         [16/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-container-grizzly2-http ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-container-grizzly2-http ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-container-grizzly2-http ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-container-grizzly2-http ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-container-grizzly2-http ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-container-grizzly2-http ---
[INFO] Resources:
[INFO] org/glassfish/jersey/grizzly2/httpserver/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/grizzly2-http/src/main/resources/org/glassfish/jersey/grizzly2/httpserver/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-container-grizzly2-http ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/grizzly2-http/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-container-grizzly2-http ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-container-grizzly2-http ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-grizzly2-http ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-container-grizzly2-http ---
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-container-grizzly2-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/grizzly2-http/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-container-grizzly2-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/grizzly2-http/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-container-grizzly2-http ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/grizzly2-http/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-container-grizzly2-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/grizzly2-http/target/test-classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/grizzly2-http/src/test/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerProviderTest.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/grizzly2-http/src/test/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerProviderTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/grizzly2-http/src/test/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerProviderTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/grizzly2-http/src/test/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerProviderTest.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/grizzly2-http/src/test/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerProviderTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/grizzly2-http/src/test/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerProviderTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-container-grizzly2-http ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-container-grizzly2-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/grizzly2-http/target/jersey-container-grizzly2-http-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-container-grizzly2-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/grizzly2-http/target/jersey-container-grizzly2-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-container-grizzly2-http ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/grizzly2-http/target/jersey-container-grizzly2-http-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/grizzly2-http/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-container-grizzly2-http ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/grizzly2-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.1.99-SNAPSHOT/jersey-container-grizzly2-http-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/grizzly2-http/target/jersey-container-grizzly2-http-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.1.99-SNAPSHOT/jersey-container-grizzly2-http-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/grizzly2-http/target/jersey-container-grizzly2-http-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.1.99-SNAPSHOT/jersey-container-grizzly2-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---< org.glassfish.jersey.containers:jersey-container-servlet-core >----
[INFO] Building jersey-container-servlet-core 3.1.99-SNAPSHOT          [17/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-container-servlet-core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-container-servlet-core ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-container-servlet-core ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-container-servlet-core ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-container-servlet-core ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-container-servlet-core ---
[INFO] Resources:
[INFO] org/glassfish/jersey/servlet/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jersey-servlet-core/src/main/resources/org/glassfish/jersey/servlet/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-container-servlet-core ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jersey-servlet-core/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-container-servlet-core ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-container-servlet-core ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-servlet-core ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-container-servlet-core ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-container-servlet-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 27 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jersey-servlet-core/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-container-servlet-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 27 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jersey-servlet-core/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-container-servlet-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jersey-servlet-core/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-container-servlet-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jersey-servlet-core/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-container-servlet-core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-container-servlet-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jersey-servlet-core/target/jersey-container-servlet-core-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-container-servlet-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jersey-servlet-core/target/jersey-container-servlet-core-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-container-servlet-core ---
[WARNING] Bundle org.glassfish.jersey.containers:jersey-container-servlet-core:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.annotation.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jersey-servlet-core/target/jersey-container-servlet-core-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jersey-servlet-core/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-container-servlet-core ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jersey-servlet-core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.1.99-SNAPSHOT/jersey-container-servlet-core-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jersey-servlet-core/target/jersey-container-servlet-core-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.1.99-SNAPSHOT/jersey-container-servlet-core-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jersey-servlet-core/target/jersey-container-servlet-core-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.1.99-SNAPSHOT/jersey-container-servlet-core-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.test-framework:project >-------------
[INFO] Building jersey-test-framework 3.1.99-SNAPSHOT                  [18/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] ---< org.glassfish.jersey.test-framework:jersey-test-framework-core >---
[INFO] Building jersey-test-framework-core 3.1.99-SNAPSHOT             [19/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-test-framework-core ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-test-framework-core ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-test-framework-core ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-test-framework-core ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-core ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-core ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-test-framework-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/core/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-test-framework-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/core/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-test-framework-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/core/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-test-framework-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/core/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-test-framework-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/core/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-test-framework-core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-test-framework-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/core/target/jersey-test-framework-core-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-test-framework-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/core/target/jersey-test-framework-core-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-test-framework-core ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/3.1.99-SNAPSHOT/jersey-test-framework-core-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/core/target/jersey-test-framework-core-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/3.1.99-SNAPSHOT/jersey-test-framework-core-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/core/target/jersey-test-framework-core-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/3.1.99-SNAPSHOT/jersey-test-framework-core-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.containers:jersey-container-servlet >------
[INFO] Building jersey-container-servlet 3.1.99-SNAPSHOT               [20/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-container-servlet ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-container-servlet ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-container-servlet ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-container-servlet ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-container-servlet ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-container-servlet ---
[INFO] Resources:
[INFO] org/glassfish/jersey/servlet/init/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jersey-servlet/src/main/resources/org/glassfish/jersey/servlet/init/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-container-servlet ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jersey-servlet/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-container-servlet ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-container-servlet ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-servlet ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-container-servlet ---
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-container-servlet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jersey-servlet/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-container-servlet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jersey-servlet/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-container-servlet ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jersey-servlet/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-container-servlet ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-container-servlet ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-container-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jersey-servlet/target/jersey-container-servlet-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-container-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jersey-servlet/target/jersey-container-servlet-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-container-servlet ---
[WARNING] Bundle org.glassfish.jersey.containers:jersey-container-servlet:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.annotation.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jersey-servlet/target/jersey-container-servlet-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jersey-servlet/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-container-servlet ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jersey-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.1.99-SNAPSHOT/jersey-container-servlet-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jersey-servlet/target/jersey-container-servlet-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.1.99-SNAPSHOT/jersey-container-servlet-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jersey-servlet/target/jersey-container-servlet-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.1.99-SNAPSHOT/jersey-container-servlet-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.containers:jersey-container-grizzly2-servlet >--
[INFO] Building jersey-container-grizzly2-servlet 3.1.99-SNAPSHOT      [21/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-container-grizzly2-servlet ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-container-grizzly2-servlet ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-container-grizzly2-servlet ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-container-grizzly2-servlet ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-container-grizzly2-servlet ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-container-grizzly2-servlet ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-grizzly2-servlet ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-container-grizzly2-servlet ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-container-grizzly2-servlet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/grizzly2-servlet/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-container-grizzly2-servlet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/grizzly2-servlet/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-container-grizzly2-servlet ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/grizzly2-servlet/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-container-grizzly2-servlet ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-container-grizzly2-servlet ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-container-grizzly2-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-container-grizzly2-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-container-grizzly2-servlet ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/grizzly2-servlet/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-container-grizzly2-servlet ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/grizzly2-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/3.1.99-SNAPSHOT/jersey-container-grizzly2-servlet-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/3.1.99-SNAPSHOT/jersey-container-grizzly2-servlet-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/3.1.99-SNAPSHOT/jersey-container-grizzly2-servlet-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.test-framework.providers:project >--------
[INFO] Building jersey-test-framework-providers 3.1.99-SNAPSHOT        [22/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2 >--
[INFO] Building jersey-test-framework-provider-grizzly2 3.1.99-SNAPSHOT [23/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-provider-grizzly2 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-test-framework-provider-grizzly2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/grizzly2/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/grizzly2/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/grizzly2/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/grizzly2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/3.1.99-SNAPSHOT/jersey-test-framework-provider-grizzly2-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/3.1.99-SNAPSHOT/jersey-test-framework-provider-grizzly2-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/3.1.99-SNAPSHOT/jersey-test-framework-provider-grizzly2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.glassfish.jersey.connectors:project >---------------
[INFO] Building jersey-connectors 3.1.99-SNAPSHOT                      [24/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] ------< org.glassfish.jersey.connectors:jersey-apache-connector >-------
[INFO] Building jersey-connectors-apache 3.1.99-SNAPSHOT               [25/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-apache-connector ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-apache-connector ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-apache-connector ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-apache-connector ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-apache-connector ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-apache-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/apache/connector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/apache-connector/src/main/resources/org/glassfish/jersey/apache/connector/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-apache-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/apache-connector/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-apache-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-apache-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-apache-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-apache-connector ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-apache-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/apache-connector/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-apache-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/apache-connector/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-apache-connector ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/apache-connector/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-apache-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 22 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/apache-connector/target/test-classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/HelloWorldTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/HelloWorldTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-apache-connector ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-apache-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/apache-connector/target/jersey-apache-connector-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-apache-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/apache-connector/target/jersey-apache-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-apache-connector ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/apache-connector/target/jersey-apache-connector-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/apache-connector/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-apache-connector ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/apache-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/3.1.99-SNAPSHOT/jersey-apache-connector-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/apache-connector/target/jersey-apache-connector-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/3.1.99-SNAPSHOT/jersey-apache-connector-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/apache-connector/target/jersey-apache-connector-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/3.1.99-SNAPSHOT/jersey-apache-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.connectors:jersey-apache5-connector >------
[INFO] Building jersey-connectors-apache5 3.1.99-SNAPSHOT              [26/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-apache5-connector ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-apache5-connector ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-apache5-connector ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-apache5-connector ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-apache5-connector ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-apache5-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/apache5/connector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/apache5-connector/src/main/resources/org/glassfish/jersey/apache5/connector/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-apache5-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/apache5-connector/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-apache5-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-apache5-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-apache5-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-apache5-connector ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-apache5-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/apache5-connector/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-apache5-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/apache5-connector/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-apache5-connector ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/apache5-connector/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-apache5-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 22 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/apache5-connector/target/test-classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/apache5-connector/src/test/java/org/glassfish/jersey/apache5/connector/CookieTest.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/apache5-connector/src/test/java/org/glassfish/jersey/apache5/connector/CookieTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/apache5-connector/src/test/java/org/glassfish/jersey/apache5/connector/CookieTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-apache5-connector ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-apache5-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/apache5-connector/target/jersey-apache5-connector-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-apache5-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/apache5-connector/target/jersey-apache5-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-apache5-connector ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/apache5-connector/target/jersey-apache5-connector-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/apache5-connector/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-apache5-connector ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/apache5-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/3.1.99-SNAPSHOT/jersey-apache5-connector-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/apache5-connector/target/jersey-apache5-connector-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/3.1.99-SNAPSHOT/jersey-apache5-connector-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/apache5-connector/target/jersey-apache5-connector-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/3.1.99-SNAPSHOT/jersey-apache5-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-inmemory >--
[INFO] Building jersey-test-framework-provider-inmemory 3.1.99-SNAPSHOT [27/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-provider-inmemory ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-test-framework-provider-inmemory ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-test-framework-provider-inmemory ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-test-framework-provider-inmemory ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-inmemory ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-inmemory ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-inmemory ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-test-framework-provider-inmemory ---
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-test-framework-provider-inmemory ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/inmemory/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-test-framework-provider-inmemory ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/inmemory/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-test-framework-provider-inmemory ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/inmemory/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-test-framework-provider-inmemory ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/inmemory/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-test-framework-provider-inmemory ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-test-framework-provider-inmemory ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-test-framework-provider-inmemory ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-test-framework-provider-inmemory ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/inmemory/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/3.1.99-SNAPSHOT/jersey-test-framework-provider-inmemory-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/3.1.99-SNAPSHOT/jersey-test-framework-provider-inmemory-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/3.1.99-SNAPSHOT/jersey-test-framework-provider-inmemory-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-external >--
[INFO] Building jersey-test-framework-provider-external 3.1.99-SNAPSHOT [28/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-provider-external ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-test-framework-provider-external ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-test-framework-provider-external ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-test-framework-provider-external ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-external ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-external ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-external ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-test-framework-provider-external ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/external/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-test-framework-provider-external ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/external/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-test-framework-provider-external ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/external/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-test-framework-provider-external ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/external/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-test-framework-provider-external ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-test-framework-provider-external ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-test-framework-provider-external ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/external/target/jersey-test-framework-provider-external-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-test-framework-provider-external ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/external/target/jersey-test-framework-provider-external-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-test-framework-provider-external ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/external/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/3.1.99-SNAPSHOT/jersey-test-framework-provider-external-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/external/target/jersey-test-framework-provider-external-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/3.1.99-SNAPSHOT/jersey-test-framework-provider-external-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/external/target/jersey-test-framework-provider-external-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/3.1.99-SNAPSHOT/jersey-test-framework-provider-external-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.glassfish.jersey.containers:jersey-container-jdk-http >------
[INFO] Building jersey-container-jdk-http 3.1.99-SNAPSHOT              [29/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-container-jdk-http ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-container-jdk-http ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-container-jdk-http ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-container-jdk-http ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-container-jdk-http ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-container-jdk-http ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jdkhttp/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jdk-http/src/main/resources/org/glassfish/jersey/jdkhttp/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-container-jdk-http ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jdk-http/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-container-jdk-http ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jdk-http ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jdk-http ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-container-jdk-http ---
[INFO] Copying 4 resources
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-container-jdk-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jdk-http/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-container-jdk-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jdk-http/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-container-jdk-http ---
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-container-jdk-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jdk-http/target/test-classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpServerProviderTest.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpServerProviderTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpServerProviderTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpServerProviderTest.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpServerProviderTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpServerProviderTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-container-jdk-http ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-container-jdk-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jdk-http/target/jersey-container-jdk-http-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-container-jdk-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jdk-http/target/jersey-container-jdk-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-container-jdk-http ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jdk-http/target/jersey-container-jdk-http-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jdk-http/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-container-jdk-http ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jdk-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/3.1.99-SNAPSHOT/jersey-container-jdk-http-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jdk-http/target/jersey-container-jdk-http-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/3.1.99-SNAPSHOT/jersey-container-jdk-http-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jdk-http/target/jersey-container-jdk-http-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/3.1.99-SNAPSHOT/jersey-container-jdk-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jdk-http >--
[INFO] Building jersey-test-framework-provider-jdk-http 3.1.99-SNAPSHOT [30/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-provider-jdk-http ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-test-framework-provider-jdk-http ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-test-framework-provider-jdk-http ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-test-framework-provider-jdk-http ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-jdk-http ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-jdk-http ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-jdk-http ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-test-framework-provider-jdk-http ---
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-test-framework-provider-jdk-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/jdk-http/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-test-framework-provider-jdk-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/jdk-http/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-test-framework-provider-jdk-http ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/jdk-http/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-test-framework-provider-jdk-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/jdk-http/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-test-framework-provider-jdk-http ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-test-framework-provider-jdk-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-test-framework-provider-jdk-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-test-framework-provider-jdk-http ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/jdk-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/3.1.99-SNAPSHOT/jersey-test-framework-provider-jdk-http-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/3.1.99-SNAPSHOT/jersey-test-framework-provider-jdk-http-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/3.1.99-SNAPSHOT/jersey-test-framework-provider-jdk-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----< org.glassfish.jersey.containers:jersey-container-simple-http >----
[INFO] Building jersey-container-simple-http 3.1.99-SNAPSHOT           [31/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-container-simple-http ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-container-simple-http ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-container-simple-http ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-container-simple-http ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-container-simple-http ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-container-simple-http ---
[INFO] Resources:
[INFO] org/glassfish/jersey/simple/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/simple-http/src/main/resources/org/glassfish/jersey/simple/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-container-simple-http ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/simple-http/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-container-simple-http ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-container-simple-http ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-simple-http ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-container-simple-http ---
[INFO] Copying 3 resources
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-container-simple-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/simple-http/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-container-simple-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/simple-http/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-container-simple-http ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/simple-http/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-container-simple-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/simple-http/target/test-classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/simple-http/src/test/java/org/glassfish/jersey/simple/SimpleHttpServerProviderTest.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/simple-http/src/test/java/org/glassfish/jersey/simple/SimpleHttpServerProviderTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/simple-http/src/test/java/org/glassfish/jersey/simple/SimpleHttpServerProviderTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/simple-http/src/test/java/org/glassfish/jersey/simple/SimpleHttpServerProviderTest.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/simple-http/src/test/java/org/glassfish/jersey/simple/SimpleHttpServerProviderTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/simple-http/src/test/java/org/glassfish/jersey/simple/SimpleHttpServerProviderTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-container-simple-http ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-container-simple-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/simple-http/target/jersey-container-simple-http-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-container-simple-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/simple-http/target/jersey-container-simple-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-container-simple-http ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/simple-http/target/jersey-container-simple-http-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/simple-http/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-container-simple-http ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/simple-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/3.1.99-SNAPSHOT/jersey-container-simple-http-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/simple-http/target/jersey-container-simple-http-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/3.1.99-SNAPSHOT/jersey-container-simple-http-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/simple-http/target/jersey-container-simple-http-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/3.1.99-SNAPSHOT/jersey-container-simple-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-simple >--
[INFO] Building jersey-test-framework-provider-simple 3.1.99-SNAPSHOT  [32/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-provider-simple ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-test-framework-provider-simple ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-test-framework-provider-simple ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-test-framework-provider-simple ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-simple ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-simple ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-simple ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-test-framework-provider-simple ---
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-test-framework-provider-simple ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/simple/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-test-framework-provider-simple ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/simple/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-test-framework-provider-simple ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/simple/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-test-framework-provider-simple ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/simple/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-test-framework-provider-simple ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-test-framework-provider-simple ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/simple/target/jersey-test-framework-provider-simple-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-test-framework-provider-simple ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/simple/target/jersey-test-framework-provider-simple-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-test-framework-provider-simple ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/simple/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/3.1.99-SNAPSHOT/jersey-test-framework-provider-simple-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/simple/target/jersey-test-framework-provider-simple-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/3.1.99-SNAPSHOT/jersey-test-framework-provider-simple-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/simple/target/jersey-test-framework-provider-simple-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/3.1.99-SNAPSHOT/jersey-test-framework-provider-simple-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.connectors:jersey-netty-connector >-------
[INFO] Building jersey-connectors-netty 3.1.99-SNAPSHOT                [33/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-netty-connector ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-netty-connector ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-netty-connector ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-netty-connector ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-netty-connector ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-netty-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/netty/connector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/netty-connector/src/main/resources/org/glassfish/jersey/netty/connector/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-netty-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/netty-connector/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-netty-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-netty-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-netty-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-netty-connector ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-netty-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/netty-connector/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-netty-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/netty-connector/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-netty-connector ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/netty-connector/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-netty-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/netty-connector/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-netty-connector ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-netty-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/netty-connector/target/jersey-netty-connector-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-netty-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/netty-connector/target/jersey-netty-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-netty-connector ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/netty-connector/target/jersey-netty-connector-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/netty-connector/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-netty-connector ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/netty-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/3.1.99-SNAPSHOT/jersey-netty-connector-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/netty-connector/target/jersey-netty-connector-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/3.1.99-SNAPSHOT/jersey-netty-connector-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/netty-connector/target/jersey-netty-connector-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/3.1.99-SNAPSHOT/jersey-netty-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----< org.glassfish.jersey.containers:jersey-container-netty-http >-----
[INFO] Building jersey-container-netty-http 3.1.99-SNAPSHOT            [34/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-container-netty-http ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-container-netty-http ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-container-netty-http ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-container-netty-http ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-container-netty-http ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-container-netty-http ---
[INFO] Resources:
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-container-netty-http ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/netty-http/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-container-netty-http ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-container-netty-http ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-netty-http ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-container-netty-http ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-container-netty-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/netty-http/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/HttpVersionChooser.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/HttpVersionChooser.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-container-netty-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/netty-http/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/HttpVersionChooser.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/HttpVersionChooser.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-container-netty-http ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/netty-http/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-container-netty-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/netty-http/target/test-classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-container-netty-http ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-container-netty-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/netty-http/target/jersey-container-netty-http-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-container-netty-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/netty-http/target/jersey-container-netty-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-container-netty-http ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/netty-http/target/jersey-container-netty-http-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/netty-http/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-container-netty-http ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/netty-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/3.1.99-SNAPSHOT/jersey-container-netty-http-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/netty-http/target/jersey-container-netty-http-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/3.1.99-SNAPSHOT/jersey-container-netty-http-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/netty-http/target/jersey-container-netty-http-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/3.1.99-SNAPSHOT/jersey-container-netty-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-netty >--
[INFO] Building jersey-test-framework-provider-netty 3.1.99-SNAPSHOT   [35/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-provider-netty ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-test-framework-provider-netty ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-test-framework-provider-netty ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-test-framework-provider-netty ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-netty ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-netty ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-netty ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-test-framework-provider-netty ---
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-test-framework-provider-netty ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/netty/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-test-framework-provider-netty ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/netty/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-test-framework-provider-netty ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/netty/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-test-framework-provider-netty ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-test-framework-provider-netty ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-test-framework-provider-netty ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/netty/target/jersey-test-framework-provider-netty-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-test-framework-provider-netty ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/netty/target/jersey-test-framework-provider-netty-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-test-framework-provider-netty ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/netty/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/3.1.99-SNAPSHOT/jersey-test-framework-provider-netty-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/netty/target/jersey-test-framework-provider-netty-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/3.1.99-SNAPSHOT/jersey-test-framework-provider-netty-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/netty/target/jersey-test-framework-provider-netty-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/3.1.99-SNAPSHOT/jersey-test-framework-provider-netty-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----< org.glassfish.jersey.containers:jersey-container-jetty-http >-----
[INFO] Building jersey-container-jetty-http 3.1.99-SNAPSHOT            [36/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-container-jetty-http ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-container-jetty-http ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-container-jetty-http ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-container-jetty-http ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-container-jetty-http ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-container-jetty-http ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jetty/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jetty-http/src/main/resources/org/glassfish/jersey/jetty/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-container-jetty-http ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jetty-http/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-container-jetty-http ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jetty-http ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jetty-http ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-container-jetty-http ---
[INFO] Copying 3 resources
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-container-jetty-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jetty-http/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jetty-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainer.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jetty-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainer.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jetty-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainer.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-container-jetty-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jetty-http/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jetty-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainer.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jetty-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainer.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jetty-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainer.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-container-jetty-http ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jetty-http/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-container-jetty-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jetty-http/target/test-classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-container-jetty-http ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-container-jetty-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jetty-http/target/jersey-container-jetty-http-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-container-jetty-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jetty-http/target/jersey-container-jetty-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-container-jetty-http ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jetty-http/target/jersey-container-jetty-http-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jetty-http/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-container-jetty-http ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jetty-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.1.99-SNAPSHOT/jersey-container-jetty-http-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jetty-http/target/jersey-container-jetty-http-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.1.99-SNAPSHOT/jersey-container-jetty-http-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jetty-http/target/jersey-container-jetty-http-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.1.99-SNAPSHOT/jersey-container-jetty-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty >--
[INFO] Building jersey-test-framework-provider-jetty 3.1.99-SNAPSHOT   [37/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-provider-jetty ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-test-framework-provider-jetty ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-test-framework-provider-jetty ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-test-framework-provider-jetty ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-jetty ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-jetty ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-jetty ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-test-framework-provider-jetty ---
[INFO] Copying 2 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-test-framework-provider-jetty ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/jetty/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-test-framework-provider-jetty ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/jetty/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-test-framework-provider-jetty ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/jetty/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-test-framework-provider-jetty ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/jetty/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-test-framework-provider-jetty ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-test-framework-provider-jetty ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/jetty/target/jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-test-framework-provider-jetty ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/jetty/target/jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-test-framework-provider-jetty ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/jetty/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/3.1.99-SNAPSHOT/jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/jetty/target/jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/3.1.99-SNAPSHOT/jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/jetty/target/jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/3.1.99-SNAPSHOT/jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle >--
[INFO] Building jersey-test-framework-provider-bundle 3.1.99-SNAPSHOT  [38/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-provider-bundle ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-test-framework-provider-bundle ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-test-framework-provider-bundle ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-test-framework-provider-bundle ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-bundle ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-bundle ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-bundle ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-test-framework-provider-bundle ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-test-framework-provider-bundle ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-bundle/3.1.99-SNAPSHOT/jersey-test-framework-provider-bundle-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] ------< org.glassfish.jersey.connectors:jersey-grizzly-connector >------
[INFO] Building jersey-connectors-grizzly 3.1.99-SNAPSHOT              [39/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-grizzly-connector ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-grizzly-connector ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-grizzly-connector ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-grizzly-connector ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-grizzly-connector ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-grizzly-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/grizzly/connector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/grizzly-connector/src/main/resources/org/glassfish/jersey/grizzly/connector/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-grizzly-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/grizzly-connector/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-grizzly-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-grizzly-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-grizzly-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-grizzly-connector ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-grizzly-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/grizzly-connector/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-grizzly-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/grizzly-connector/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-grizzly-connector ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/grizzly-connector/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-grizzly-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/grizzly-connector/target/test-classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/CustomizersTest.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/CustomizersTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/CustomizersTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-grizzly-connector ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-grizzly-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/grizzly-connector/target/jersey-grizzly-connector-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-grizzly-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/grizzly-connector/target/jersey-grizzly-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-grizzly-connector ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/grizzly-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/3.1.99-SNAPSHOT/jersey-grizzly-connector-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/grizzly-connector/target/jersey-grizzly-connector-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/3.1.99-SNAPSHOT/jersey-grizzly-connector-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/grizzly-connector/target/jersey-grizzly-connector-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/3.1.99-SNAPSHOT/jersey-grizzly-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.media:jersey-media-sse >-------------
[INFO] Building jersey-media-sse 3.1.99-SNAPSHOT                       [40/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-sse ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-media-sse ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-media-sse ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-media-sse ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-media-sse ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-media-sse ---
[INFO] Resources:
[INFO] org/glassfish/jersey/media/sse/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/sse/src/main/resources/org/glassfish/jersey/media/sse/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-media-sse ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/sse/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-media-sse ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-media-sse ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-sse ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-media-sse ---
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-sse ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 22 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/sse/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-media-sse ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 22 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/sse/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-media-sse ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/sse/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-sse ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/sse/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-media-sse ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-media-sse ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/sse/target/jersey-media-sse-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-media-sse ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/sse/target/jersey-media-sse-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-media-sse ---
[WARNING] Bundle org.glassfish.jersey.media:jersey-media-sse:jar:3.1.99-SNAPSHOT : Export org.glassfish.jersey.media.sse,  has 1,  private references [org.glassfish.jersey.media.sse.internal]
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/sse/target/jersey-media-sse-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/sse/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-media-sse ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/sse/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.1.99-SNAPSHOT/jersey-media-sse-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/sse/target/jersey-media-sse-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.1.99-SNAPSHOT/jersey-media-sse-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/sse/target/jersey-media-sse-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.1.99-SNAPSHOT/jersey-media-sse-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.connectors:jersey-helidon-connector >------
[INFO] Building jersey-connectors-helidon 3.1.99-SNAPSHOT              [41/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-helidon-connector ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-helidon-connector ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-helidon-connector ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-helidon-connector ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-helidon-connector ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-helidon-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/helidon/connector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/src/main/resources/org/glassfish/jersey/helidon/connector/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-helidon-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/src/main/java8 added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-helidon-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-helidon-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-helidon-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-helidon-connector ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-helidon-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-helidon-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-helidon-connector ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-helidon-connector ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-helidon-connector ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-helidon-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/target/jersey-helidon-connector-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-helidon-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/target/jersey-helidon-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.4.0:jar (attach-javadocs) @ jersey-helidon-connector ---
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.4.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.core:jersey-common:jar:3.1.99-SNAPSHOT'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/target/apidocs
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.4.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.inject:jersey-hk2:jar:3.1.99-SNAPSHOT'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/hk2/target/apidocs
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.4.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.core:jersey-client:jar:3.1.99-SNAPSHOT'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-client/target/apidocs
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.4.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2:jar:3.1.99-SNAPSHOT'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/grizzly2/target/apidocs
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.4.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.media:jersey-media-sse:jar:3.1.99-SNAPSHOT'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/sse/target/apidocs
[ERROR] Error fetching link: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/hk2/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-client/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/providers/grizzly2/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/sse/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] 
Loading source file /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/src/main/java/org/glassfish/jersey/helidon/connector/package-info.java...
[parsing started SimpleFileObject[/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/src/main/java/org/glassfish/jersey/helidon/connector/package-info.java]]
[parsing completed 12ms]
Loading source file /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/target/generated-sources/rsrc-gen/org/glassfish/jersey/helidon/connector/LocalizationMessages.java...
[parsing started SimpleFileObject[/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/target/generated-sources/rsrc-gen/org/glassfish/jersey/helidon/connector/LocalizationMessages.java]]
[parsing completed 5ms]
Loading source file /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/src/main/java8/org/glassfish/jersey/helidon/connector/HelidonClientProperties.java...
[parsing started SimpleFileObject[/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/src/main/java8/org/glassfish/jersey/helidon/connector/HelidonClientProperties.java]]
[parsing completed 1ms]
Loading source file /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/src/main/java8/org/glassfish/jersey/helidon/connector/HelidonConnectorProvider.java...
[parsing started SimpleFileObject[/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/src/main/java8/org/glassfish/jersey/helidon/connector/HelidonConnectorProvider.java]]
[parsing completed 3ms]
Constructing Javadoc information...
[search path for source files: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/src/main/java,/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/target/generated-sources/rsrc-gen,/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/src/main/java8,/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/target/generated-sources/annotations]
[search path for class files: /opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/modules,/home/jenkins/.m2/repository/io/helidon/jersey/helidon-jersey-connector/3.0.2/helidon-jersey-connector-3.0.2.jar,/home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0/jakarta.xml.bind-api-4.0.0.jar,/home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.1.0/jakarta.activation-api-2.1.0.jar,/home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar,/home/jenkins/.m2/repository/io/helidon/webclient/helidon-webclient/3.0.2/helidon-webclient-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-context/3.0.2/helidon-common-context-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common/3.0.2/helidon-common-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-service-loader/3.0.2/helidon-common-service-loader-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-http/3.0.2/helidon-common-http-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-key-util/3.0.2/helidon-common-key-util-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-configurable/3.0.2/helidon-common-configurable-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-reactive/3.0.2/helidon-common-reactive-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-mapper/3.0.2/helidon-common-mapper-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/config/helidon-config/3.0.2/helidon-config-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-media-type/3.0.2/helidon-common-media-type-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/media/helidon-media-common/3.0.2/helidon-media-common-3.0.2.jar,/home/jenkins/.m2/repository/io/netty/netty-buffer/4.1.77.Final/netty-buffer-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-common/4.1.77.Final/netty-common-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-handler/4.1.77.Final/netty-handler-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-resolver/4.1.77.Final/netty-resolver-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-transport/4.1.77.Final/netty-transport-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-codec/4.1.77.Final/netty-codec-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-handler-proxy/4.1.77.Final/netty-handler-proxy-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-codec-socks/4.1.77.Final/netty-codec-socks-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-codec-http/4.1.77.Final/netty-codec-http-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-resolver-dns/4.1.77.Final/netty-resolver-dns-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-codec-dns/4.1.77.Final/netty-codec-dns-4.1.77.Final.jar,/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar,/home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar,/home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar,/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-client/target/jersey-client-3.1.99-SNAPSHOT.jar,/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar]
[loading /modules/java.base/java/util/Locale.class]
[loading /modules/java.base/java/util/ResourceBundle.class]
[loading /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/l10n/Localizable.class)]
[loading /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/l10n/LocalizableMessageFactory.class)]
[loading /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/l10n/LocalizableMessageFactory$ResourceBundleSupplier.class)]
[loading /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/l10n/Localizer.class)]
[loading /modules/java.base/java/lang/Object.class]
[loading /modules/java.base/java/lang/String.class]
[loading /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/util/PropertiesClass.class)]
[loading /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-client/target/jersey-client-3.1.99-SNAPSHOT.jar(/org/glassfish/jersey/client/spi/Connector.class)]
[loading /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-client/target/jersey-client-3.1.99-SNAPSHOT.jar(/org/glassfish/jersey/client/spi/ConnectorProvider.class)]
[loading /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/util/JdkVersion.class)]
[loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar(/jakarta/ws/rs/ProcessingException.class)]
[loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar(/jakarta/ws/rs/client/Client.class)]
[loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar(/jakarta/ws/rs/core/Configuration.class)]
[loading /modules/java.base/java/io/OutputStream.class]
[loading /modules/java.base/java/lang/Deprecated.class]
[loading /modules/java.base/java/lang/annotation/Target.class]
[loading /modules/java.base/java/lang/annotation/ElementType.class]
[loading /modules/java.base/java/lang/annotation/Retention.class]
[loading /modules/java.base/java/lang/annotation/RetentionPolicy.class]
[loading /modules/java.base/java/lang/annotation/Annotation.class]
[loading /modules/java.base/java/lang/Override.class]
[loading /modules/java.base/java/lang/Error.class]
[loading /modules/java.base/java/lang/Exception.class]
Standard Doclet version 11.0.2
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/HelidonClientProperties.html...
[loading /modules/java.base/java/lang/FunctionalInterface.class]
[loading /modules/java.base/java/io/Serializable.class]
Generating /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/HelidonConnectorProvider.html...
Generating /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/LocalizationMessages.html...
Generating /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/package-summary.html...
Generating /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/package-tree.html...
Generating /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/class-use/LocalizationMessages.html...
Generating /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/class-use/HelidonClientProperties.html...
Generating /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/class-use/HelidonConnectorProvider.html...
Generating /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/target/apidocs/help-doc.html...
[done in 1286 ms]
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/target/jersey-helidon-connector-3.1.99-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-helidon-connector ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/3.1.99-SNAPSHOT/jersey-helidon-connector-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/target/jersey-helidon-connector-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/3.1.99-SNAPSHOT/jersey-helidon-connector-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/target/jersey-helidon-connector-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/3.1.99-SNAPSHOT/jersey-helidon-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/helidon-connector/target/jersey-helidon-connector-3.1.99-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/3.1.99-SNAPSHOT/jersey-helidon-connector-3.1.99-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.connectors:jersey-jdk-connector >--------
[INFO] Building jersey-connectors-jdk 3.1.99-SNAPSHOT                  [42/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-jdk-connector ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-jdk-connector ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-jdk-connector ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-jdk-connector ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-jdk-connector ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-jdk-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jdk/connector/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jdk-connector/src/main/resources/org/glassfish/jersey/jdk/connector/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-jdk-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jdk-connector/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-jdk-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-jdk-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-jdk-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-jdk-connector ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-jdk-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 39 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jdk-connector/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-jdk-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 39 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jdk-connector/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-jdk-connector ---
[INFO] Copying 6 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-jdk-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jdk-connector/target/test-classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/CookieTest.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/CookieTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/CookieTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-jdk-connector ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-jdk-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jdk-connector/target/jersey-jdk-connector-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-jdk-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jdk-connector/target/jersey-jdk-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-jdk-connector ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jdk-connector/target/jersey-jdk-connector-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jdk-connector/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-jdk-connector ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jdk-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/3.1.99-SNAPSHOT/jersey-jdk-connector-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jdk-connector/target/jersey-jdk-connector-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/3.1.99-SNAPSHOT/jersey-jdk-connector-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jdk-connector/target/jersey-jdk-connector-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/3.1.99-SNAPSHOT/jersey-jdk-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------------< org.glassfish.jersey.ext:project >------------------
[INFO] Building jersey-extensions 3.1.99-SNAPSHOT                      [43/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] ----------< org.glassfish.jersey.ext:jersey-entity-filtering >----------
[INFO] Building jersey-ext-entity-filtering 3.1.99-SNAPSHOT            [44/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-entity-filtering ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-entity-filtering ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-entity-filtering ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-entity-filtering ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-entity-filtering ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-entity-filtering ---
[INFO] Resources:
[INFO] org/glassfish/jersey/message/filtering/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/entity-filtering/src/main/resources/org/glassfish/jersey/message/filtering/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-entity-filtering ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/entity-filtering/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-entity-filtering ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-entity-filtering ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-entity-filtering ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-entity-filtering ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-entity-filtering ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 43 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/entity-filtering/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-entity-filtering ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 43 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/entity-filtering/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-entity-filtering ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/entity-filtering/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-entity-filtering ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/entity-filtering/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-entity-filtering ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-entity-filtering ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/entity-filtering/target/jersey-entity-filtering-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-entity-filtering ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/entity-filtering/target/jersey-entity-filtering-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-entity-filtering ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/entity-filtering/target/jersey-entity-filtering-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/entity-filtering/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-entity-filtering ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/entity-filtering/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.1.99-SNAPSHOT/jersey-entity-filtering-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/entity-filtering/target/jersey-entity-filtering-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.1.99-SNAPSHOT/jersey-entity-filtering-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/entity-filtering/target/jersey-entity-filtering-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.1.99-SNAPSHOT/jersey-entity-filtering-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.media:jersey-media-json-jackson >--------
[INFO] Building jersey-media-json-jackson 3.1.99-SNAPSHOT              [45/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-json-jackson ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-media-json-jackson ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-media-json-jackson ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-media-json-jackson ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-media-json-jackson ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-media-json-jackson ---
[INFO] Resources:
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-media-json-jackson ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-jackson/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-media-json-jackson ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-jackson ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-jackson ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-media-json-jackson ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-json-jackson ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-jackson/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/jackson/jaxrs/json/JsonMapperConfigurator.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/jackson/jaxrs/json/JsonMapperConfigurator.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-media-json-jackson ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-jackson/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-media-json-jackson ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-jackson/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-json-jackson ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-jackson/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-media-json-jackson ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-media-json-jackson ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-jackson/target/jersey-media-json-jackson-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-media-json-jackson ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-jackson/target/jersey-media-json-jackson-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-media-json-jackson ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-jackson/target/jersey-media-json-jackson-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-jackson/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-media-json-jackson ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-jackson/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/3.1.99-SNAPSHOT/jersey-media-json-jackson-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-jackson/target/jersey-media-json-jackson-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/3.1.99-SNAPSHOT/jersey-media-json-jackson-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-jackson/target/jersey-media-json-jackson-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/3.1.99-SNAPSHOT/jersey-media-json-jackson-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.connectors:jersey-jetty-connector >-------
[INFO] Building jersey-connectors-jetty 3.1.99-SNAPSHOT                [46/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-jetty-connector ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-jetty-connector ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-jetty-connector ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-jetty-connector ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-jetty-connector ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-jetty-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jetty/connector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jetty-connector/src/main/resources/org/glassfish/jersey/jetty/connector/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-jetty-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jetty-connector/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-jetty-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-jetty-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-jetty-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-jetty-connector ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-jetty-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jetty-connector/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java uses or overrides a deprecated API that is marked for removal.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java: Recompile with -Xlint:removal for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-jetty-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jetty-connector/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java uses or overrides a deprecated API that is marked for removal.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java: Recompile with -Xlint:removal for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-jetty-connector ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jetty-connector/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-jetty-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jetty-connector/target/test-classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/CookieTest.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/CookieTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/CookieTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-jetty-connector ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-jetty-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jetty-connector/target/jersey-jetty-connector-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-jetty-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jetty-connector/target/jersey-jetty-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-jetty-connector ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jetty-connector/target/jersey-jetty-connector-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jetty-connector/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-jetty-connector ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jetty-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/3.1.99-SNAPSHOT/jersey-jetty-connector-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jetty-connector/target/jersey-jetty-connector-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/3.1.99-SNAPSHOT/jersey-jetty-connector-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jetty-connector/target/jersey-jetty-connector-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/3.1.99-SNAPSHOT/jersey-jetty-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.connectors:jersey-jnh-connector >--------
[INFO] Building jersey-connectors-jnh 3.1.99-SNAPSHOT                  [47/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-jnh-connector ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-jnh-connector ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-jnh-connector ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-jnh-connector ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-jnh-connector ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-jnh-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jnh/connector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jnh-connector/src/main/resources/org/glassfish/jersey/jnh/connector/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-jnh-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jnh-connector/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-jnh-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-jnh-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-jnh-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-jnh-connector ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-jnh-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jnh-connector/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-jnh-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jnh-connector/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-jnh-connector ---
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-jnh-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 22 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jnh-connector/target/test-classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jnh-connector/src/test/java/org/glassfish/jersey/jnh/connector/CookieTest.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jnh-connector/src/test/java/org/glassfish/jersey/jnh/connector/CookieTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jnh-connector/src/test/java/org/glassfish/jersey/jnh/connector/CookieTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-jnh-connector ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-jnh-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jnh-connector/target/jersey-jnh-connector-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-jnh-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jnh-connector/target/jersey-jnh-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-jnh-connector ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jnh-connector/target/jersey-jnh-connector-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jnh-connector/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-jnh-connector ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jnh-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jnh-connector/3.1.99-SNAPSHOT/jersey-jnh-connector-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jnh-connector/target/jersey-jnh-connector-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jnh-connector/3.1.99-SNAPSHOT/jersey-jnh-connector-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/connectors/jnh-connector/target/jersey-jnh-connector-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jnh-connector/3.1.99-SNAPSHOT/jersey-jnh-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------------< org.glassfish.jersey.ext.cdi:project >----------------
[INFO] Building jersey-cdi-support 3.1.99-SNAPSHOT                     [48/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] -------------< org.glassfish.jersey.ext.cdi:jersey-cdi1x >--------------
[INFO] Building jersey-ext-cdi1x 3.1.99-SNAPSHOT                       [49/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-cdi1x ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-cdi1x ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-cdi1x ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-cdi1x ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-cdi1x ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-cdi1x ---
[INFO] Resources:
[INFO] org/glassfish/jersey/ext/cdi1x/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x/src/main/resources/org/glassfish/jersey/ext/cdi1x/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-cdi1x ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-cdi1x ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-cdi1x ---
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-cdi1x ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-cdi1x ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-cdi1x ---
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-cdi1x ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-cdi1x ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-cdi1x ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-cdi1x ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-cdi1x ---
[WARNING] Bundle org.glassfish.jersey.ext.cdi:jersey-cdi1x:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.decorator.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-cdi1x ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.1.99-SNAPSHOT/jersey-cdi1x-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.1.99-SNAPSHOT/jersey-cdi1x-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.1.99-SNAPSHOT/jersey-cdi1x-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.containers.glassfish:project >----------
[INFO] Building jersey-glassfish-support 3.1.99-SNAPSHOT               [50/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/glassfish/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] ------< org.glassfish.jersey.containers.glassfish:jersey-gf-ejb >-------
[INFO] Building jersey-gf-ejb 3.1.99-SNAPSHOT                          [51/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-gf-ejb ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-gf-ejb ---
[WARNING] The POM for org.apache.logging.log4j:log4j-api-java9:zip:2.11.2 is missing, no dependency information available
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-gf-ejb ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-gf-ejb ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-gf-ejb ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-gf-ejb ---
[INFO] Resources:
[INFO] org/glassfish/jersey/gf/ejb/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/glassfish/jersey-gf-ejb/src/main/resources/org/glassfish/jersey/gf/ejb/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-gf-ejb ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/glassfish/jersey-gf-ejb/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-gf-ejb ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-gf-ejb ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-gf-ejb ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-gf-ejb ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-gf-ejb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/glassfish/jersey-gf-ejb/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-gf-ejb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/glassfish/jersey-gf-ejb/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-gf-ejb ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/glassfish/jersey-gf-ejb/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-gf-ejb ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-gf-ejb ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-gf-ejb ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-gf-ejb ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-gf-ejb ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/glassfish/jersey-gf-ejb/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-gf-ejb ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/glassfish/jersey-gf-ejb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/3.1.99-SNAPSHOT/jersey-gf-ejb-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/3.1.99-SNAPSHOT/jersey-gf-ejb-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/3.1.99-SNAPSHOT/jersey-gf-ejb-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---< org.glassfish.jersey.containers:jersey-container-jetty-servlet >---
[INFO] Building jersey-container-jetty-servlet 3.1.99-SNAPSHOT         [52/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-container-jetty-servlet ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-container-jetty-servlet ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-container-jetty-servlet ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-container-jetty-servlet ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-container-jetty-servlet ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jetty-servlet ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jetty-servlet ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-container-jetty-servlet ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-container-jetty-servlet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jetty-servlet/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-container-jetty-servlet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jetty-servlet/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-container-jetty-servlet ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jetty-servlet/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-container-jetty-servlet ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-container-jetty-servlet ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-container-jetty-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jetty-servlet/target/jersey-container-jetty-servlet-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-container-jetty-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jetty-servlet/target/jersey-container-jetty-servlet-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-container-jetty-servlet ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jetty-servlet/target/jersey-container-jetty-servlet-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jetty-servlet/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-container-jetty-servlet ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jetty-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/3.1.99-SNAPSHOT/jersey-container-jetty-servlet-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jetty-servlet/target/jersey-container-jetty-servlet-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/3.1.99-SNAPSHOT/jersey-container-jetty-servlet-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jetty-servlet/target/jersey-container-jetty-servlet-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/3.1.99-SNAPSHOT/jersey-container-jetty-servlet-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------< org.glassfish.jersey.ext:jersey-bean-validation >-----------
[INFO] Building jersey-ext-bean-validation 3.1.99-SNAPSHOT             [53/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-bean-validation ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-bean-validation ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-bean-validation ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-bean-validation ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-bean-validation ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-bean-validation ---
[INFO] Resources:
[INFO] org/glassfish/jersey/server/validation/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/bean-validation/src/main/resources/org/glassfish/jersey/server/validation/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-bean-validation ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/bean-validation/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-bean-validation ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-bean-validation ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-bean-validation ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-bean-validation ---
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-bean-validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/bean-validation/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-bean-validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/bean-validation/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-bean-validation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/bean-validation/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-bean-validation ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-bean-validation ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-bean-validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/bean-validation/target/jersey-bean-validation-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-bean-validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/bean-validation/target/jersey-bean-validation-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-bean-validation ---
[WARNING] Bundle org.glassfish.jersey.ext:jersey-bean-validation:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.decorator.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/bean-validation/target/jersey-bean-validation-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/bean-validation/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-bean-validation ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/bean-validation/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.1.99-SNAPSHOT/jersey-bean-validation-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/bean-validation/target/jersey-bean-validation-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.1.99-SNAPSHOT/jersey-bean-validation-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/bean-validation/target/jersey-bean-validation-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.1.99-SNAPSHOT/jersey-bean-validation-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.ext.cdi:jersey-cdi1x-ban-custom-hk2-binding >--
[INFO] Building jersey-ext-cdi1x-ban-custom-hk2-binding 3.1.99-SNAPSHOT [54/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/3.1.99-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/3.1.99-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/3.1.99-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.ext.cdi:jersey-cdi-rs-inject >----------
[INFO] Building jersey-ext-cdi-rs-inject 3.1.99-SNAPSHOT               [55/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-cdi-rs-inject ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-cdi-rs-inject ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-cdi-rs-inject ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-cdi-rs-inject ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-cdi-rs-inject ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi-rs-inject ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi-rs-inject ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-cdi-rs-inject ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-cdi-rs-inject ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-cdi-rs-inject ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-cdi-rs-inject ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-cdi-rs-inject ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-cdi-rs-inject ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-cdi-rs-inject ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-cdi-rs-inject ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.4.0:jar (attach-javadocs) @ jersey-cdi-rs-inject ---
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.4.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.ext.cdi:jersey-cdi1x:jar:3.1.99-SNAPSHOT'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x/target/apidocs
[ERROR] Error fetching link: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/hk2/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] 
Loading source file /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.java...
[parsing started SimpleFileObject[/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.java]]
[parsing completed 17ms]
Loading source file /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/JerseyContext.java...
[parsing started SimpleFileObject[/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/JerseyContext.java]]
[parsing completed 2ms]
Loading source file /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/ServletReferenceProducer.java...
[parsing started SimpleFileObject[/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/ServletReferenceProducer.java]]
[parsing completed 1ms]
[loading /modules/jdk.jdeps/module-info.class]
[loading /modules/jdk.charsets/module-info.class]
[loading /modules/jdk.jdi/module-info.class]
[loading /modules/jdk.jcmd/module-info.class]
[loading /modules/jdk.internal.jvmstat/module-info.class]
[loading /modules/jdk.editpad/module-info.class]
[loading /modules/jdk.net/module-info.class]
[loading /modules/jdk.unsupported/module-info.class]
[loading /modules/jdk.jlink/module-info.class]
[loading /modules/jdk.localedata/module-info.class]
[loading /modules/jdk.hotspot.agent/module-info.class]
[loading /modules/java.rmi/module-info.class]
[loading /modules/jdk.jstatd/module-info.class]
[loading /modules/jdk.dynalink/module-info.class]
[loading /modules/jdk.javadoc/module-info.class]
[loading /modules/jdk.jdwp.agent/module-info.class]
[loading /modules/jdk.zipfs/module-info.class]
[loading /modules/java.sql/module-info.class]
[loading /modules/jdk.jshell/module-info.class]
[loading /modules/java.management/module-info.class]
[loading /modules/java.security.jgss/module-info.class]
[loading /modules/java.instrument/module-info.class]
[loading /modules/java.management.rmi/module-info.class]
[loading /modules/java.datatransfer/module-info.class]
[loading /modules/java.se/module-info.class]
[loading /modules/jdk.accessibility/module-info.class]
[loading /modules/jdk.unsupported.desktop/module-info.class]
[loading /modules/jdk.internal.ed/module-info.class]
[loading /modules/jdk.security.auth/module-info.class]
[loading /modules/java.sql.rowset/module-info.class]
[loading /modules/java.desktop/module-info.class]
[loading /modules/jdk.jfr/module-info.class]
[loading /modules/jdk.naming.dns/module-info.class]
[loading /modules/jdk.management.agent/module-info.class]
[loading /modules/jdk.management/module-info.class]
[loading /modules/jdk.internal.opt/module-info.class]
[loading /modules/jdk.sctp/module-info.class]
[loading /modules/java.xml/module-info.class]
[loading /modules/jdk.crypto.cryptoki/module-info.class]
[loading /modules/jdk.management.jfr/module-info.class]
[loading /modules/jdk.attach/module-info.class]
[loading /modules/jdk.security.jgss/module-info.class]
[loading /modules/jdk.aot/module-info.class]
[loading /modules/jdk.compiler/module-info.class]
[loading /modules/java.transaction.xa/module-info.class]
[loading /modules/java.base/module-info.class]
[loading /modules/jdk.scripting.nashorn/module-info.class]
[loading /modules/jdk.httpserver/module-info.class]
[loading /modules/java.logging/module-info.class]
[loading /modules/jdk.pack/module-info.class]
[loading /modules/java.scripting/module-info.class]
[loading /modules/jdk.jsobject/module-info.class]
[loading /modules/java.smartcardio/module-info.class]
[loading /modules/jdk.internal.vm.compiler.management/module-info.class]
[loading /modules/jdk.xml.dom/module-info.class]
[loading /modules/jdk.rmic/module-info.class]
[loading /modules/jdk.jconsole/module-info.class]
[loading /modules/jdk.jartool/module-info.class]
[loading /modules/jdk.naming.rmi/module-info.class]
[loading /modules/java.prefs/module-info.class]
[loading /modules/java.net.http/module-info.class]
[loading /modules/jdk.internal.vm.ci/module-info.class]
[loading /modules/java.naming/module-info.class]
[loading /modules/java.xml.crypto/module-info.class]
[loading /modules/jdk.scripting.nashorn.shell/module-info.class]
[loading /modules/jdk.internal.vm.compiler/module-info.class]
[loading /modules/jdk.crypto.ec/module-info.class]
[loading /modules/java.security.sasl/module-info.class]
[loading /modules/jdk.internal.le/module-info.class]
[loading /modules/java.compiler/module-info.class]
Constructing Javadoc information...
[search path for source files: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/src/main/java,/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/target/generated-sources/annotations]
[search path for class files: /opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/modules,/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar,/home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar,/home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar,/home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar,/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.1.99-SNAPSHOT.jar,/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar,/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.lang-model/4.0.1/jakarta.enterprise.lang-model-4.0.1.jar,/home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/5.0.1/jakarta.el-api-5.0.1.jar,/home/jenkins/.m2/repository/jakarta/interceptor/jakarta.interceptor-api/2.1.0/jakarta.interceptor-api-2.1.0.jar,/home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.jar,/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar]
[loading /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.1.99-SNAPSHOT.jar(/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.class)]
[loading /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/util/ReflectionHelper.class)]
[loading /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/util/collection/LazyValue.class)]
[loading /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/util/collection/Value.class)]
[loading /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/util/collection/Values.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/context/RequestScoped.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/context/spi/CreationalContext.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/event/Observes.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/inject/Alternative.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/inject/Any.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/inject/spi/AfterBeanDiscovery.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/inject/spi/AnnotatedType.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/inject/spi/Bean.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/inject/spi/BeanManager.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/inject/spi/BeforeBeanDiscovery.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/inject/spi/Extension.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/inject/spi/InjectionPoint.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/inject/spi/InjectionTarget.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/inject/spi/InjectionTargetFactory.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/inject/spi/PassivationCapable.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/inject/spi/ProcessAnnotatedType.class)]
[loading /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar(/jakarta/inject/Singleton.class)]
[loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar(/jakarta/ws/rs/container/ContainerRequestContext.class)]
[loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar(/jakarta/ws/rs/container/ResourceContext.class)]
[loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar(/jakarta/ws/rs/container/ResourceInfo.class)]
[loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar(/jakarta/ws/rs/core/Application.class)]
[loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar(/jakarta/ws/rs/core/Configuration.class)]
[loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar(/jakarta/ws/rs/core/HttpHeaders.class)]
[loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar(/jakarta/ws/rs/core/Request.class)]
[loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar(/jakarta/ws/rs/core/SecurityContext.class)]
[loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar(/jakarta/ws/rs/core/UriInfo.class)]
[loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar(/jakarta/ws/rs/ext/ParamConverterProvider.class)]
[loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar(/jakarta/ws/rs/ext/Providers.class)]
[loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar(/jakarta/ws/rs/sse/Sse.class)]
[loading /modules/java.base/java/lang/annotation/Annotation.class]
[loading /modules/java.base/java/lang/reflect/Type.class]
[loading /modules/java.base/java/security/AccessController.class]
[loading /modules/java.base/java/util/Collections.class]
[loading /modules/java.base/java/util/HashSet.class]
[loading /modules/java.base/java/util/Set.class]
[loading /modules/java.base/java/util/UUID.class]
[loading /modules/java.base/java/lang/Object.class]
[loading /modules/java.base/java/lang/SuppressWarnings.class]
[loading /modules/java.base/java/lang/Class.class]
[loading /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/inject/InjectionManager.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/inject/Produces.class)]
[loading /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar(/jakarta/inject/Inject.class)]
[loading /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.jar(/jakarta/servlet/FilterConfig.class)]
[loading /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.jar(/jakarta/servlet/ServletConfig.class)]
[loading /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.jar(/jakarta/servlet/ServletContext.class)]
[loading /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.jar(/jakarta/servlet/http/HttpServletRequest.class)]
[loading /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.jar(/jakarta/servlet/http/HttpServletResponse.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/context/spi/Contextual.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/inject/spi/BeanAttributes.class)]
[loading /modules/java.base/java/lang/String.class]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/util/AnnotationLiteral.class)]
[loading /modules/java.base/java/io/Serializable.class]
[loading /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar(/jakarta/inject/Qualifier.class)]
[loading /modules/java.base/java/lang/annotation/ElementType.class]
[loading /modules/java.base/java/lang/annotation/Retention.class]
[loading /modules/java.base/java/lang/annotation/RetentionPolicy.class]
[loading /modules/java.base/java/lang/annotation/Target.class]
[loading /modules/java.base/java/lang/Deprecated.class]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/event/Reception.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/event/TransactionPhase.class)]
[loading /modules/java.base/java/lang/Override.class]
[loading /modules/java.base/java/lang/Error.class]
[loading /modules/java.base/java/lang/Exception.class]
Standard Doclet version 11.0.2
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.html...
[loading /modules/java.base/java/lang/FunctionalInterface.class]
Generating /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/JerseyContext.html...
Generating /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/ServletReferenceProducer.html...
Generating /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/package-summary.html...
Generating /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/package-tree.html...
Generating /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/class-use/InjectExtension.html...
Generating /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/class-use/JerseyContext.html...
Generating /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/class-use/ServletReferenceProducer.html...
Generating /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/target/apidocs/help-doc.html...
[done in 1505 ms]
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.1.99-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-cdi-rs-inject ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-cdi-rs-inject ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/3.1.99-SNAPSHOT/jersey-cdi-rs-inject-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/3.1.99-SNAPSHOT/jersey-cdi-rs-inject-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/3.1.99-SNAPSHOT/jersey-cdi-rs-inject-3.1.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.1.99-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/3.1.99-SNAPSHOT/jersey-cdi-rs-inject-3.1.99-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.ext.cdi:jersey-cdi1x-servlet >----------
[INFO] Building jersey-ext-cdi1x-servlet 3.1.99-SNAPSHOT               [56/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-cdi1x-servlet ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-cdi1x-servlet ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-cdi1x-servlet ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-cdi1x-servlet ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-cdi1x-servlet ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-cdi1x-servlet ---
[INFO] Resources:
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-cdi1x-servlet ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-servlet/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-cdi1x-servlet ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-servlet ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-servlet ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-cdi1x-servlet ---
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-cdi1x-servlet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-servlet/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-cdi1x-servlet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-servlet/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-cdi1x-servlet ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-servlet/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-cdi1x-servlet ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-cdi1x-servlet ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-cdi1x-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-cdi1x-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-cdi1x-servlet ---
[WARNING] Bundle org.glassfish.jersey.ext.cdi:jersey-cdi1x-servlet:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.decorator.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-servlet/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-cdi1x-servlet ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/3.1.99-SNAPSHOT/jersey-cdi1x-servlet-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/3.1.99-SNAPSHOT/jersey-cdi1x-servlet-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/3.1.99-SNAPSHOT/jersey-cdi1x-servlet-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.ext.cdi:jersey-cdi1x-transaction >--------
[INFO] Building jersey-ext-cdi1x-transaction 3.1.99-SNAPSHOT           [57/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-cdi1x-transaction ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-cdi1x-transaction ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-cdi1x-transaction ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-cdi1x-transaction ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-cdi1x-transaction ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-cdi1x-transaction ---
[INFO] Resources:
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-cdi1x-transaction ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-transaction/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-cdi1x-transaction ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-transaction ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-transaction ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-cdi1x-transaction ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-cdi1x-transaction ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-transaction/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionInterceptorProvider.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionInterceptorProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-cdi1x-transaction ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-transaction/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionInterceptorProvider.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionInterceptorProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-cdi1x-transaction ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-transaction/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-cdi1x-transaction ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-cdi1x-transaction ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-cdi1x-transaction ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-cdi1x-transaction ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-cdi1x-transaction ---
[WARNING] Bundle org.glassfish.jersey.ext.cdi:jersey-cdi1x-transaction:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.decorator.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-transaction/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-cdi1x-transaction ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-transaction/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/3.1.99-SNAPSHOT/jersey-cdi1x-transaction-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/3.1.99-SNAPSHOT/jersey-cdi1x-transaction-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/3.1.99-SNAPSHOT/jersey-cdi1x-transaction-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.ext.cdi:jersey-cdi1x-validation >--------
[INFO] Building jersey-ext-cdi1x-validation 3.1.99-SNAPSHOT            [58/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-cdi1x-validation ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-cdi1x-validation ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-cdi1x-validation ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-cdi1x-validation ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-cdi1x-validation ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-cdi1x-validation ---
[INFO] Resources:
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-cdi1x-validation ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-validation/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-cdi1x-validation ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-validation ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-validation ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-cdi1x-validation ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-cdi1x-validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-validation/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-cdi1x-validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-validation/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-cdi1x-validation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-validation/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-cdi1x-validation ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-cdi1x-validation ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-cdi1x-validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-cdi1x-validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-cdi1x-validation ---
[WARNING] Bundle org.glassfish.jersey.ext.cdi:jersey-cdi1x-validation:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.decorator.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-validation/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-cdi1x-validation ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-validation/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/3.1.99-SNAPSHOT/jersey-cdi1x-validation-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/3.1.99-SNAPSHOT/jersey-cdi1x-validation-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/3.1.99-SNAPSHOT/jersey-cdi1x-validation-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.ext.cdi:jersey-weld2-se >------------
[INFO] Building jersey-ext-weld2-se 3.1.99-SNAPSHOT                    [59/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-weld2-se ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-weld2-se ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-weld2-se ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-weld2-se ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-weld2-se ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-weld2-se ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-weld2-se ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-weld2-se ---
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-weld2-se ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-weld2-se/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-weld2-se ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-weld2-se/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-weld2-se ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-weld2-se/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-weld2-se ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-weld2-se ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-weld2-se ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-weld2-se ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-weld2-se ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-weld2-se/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/3.1.99-SNAPSHOT/jersey-weld2-se-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/3.1.99-SNAPSHOT/jersey-weld2-se-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/3.1.99-SNAPSHOT/jersey-weld2-se-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------< org.glassfish.jersey.ext:jersey-metainf-services >----------
[INFO] Building jersey-ext-metainf-services 3.1.99-SNAPSHOT            [60/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-metainf-services ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-metainf-services ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-metainf-services ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-metainf-services ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-metainf-services ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-metainf-services ---
[INFO] Resources:
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-metainf-services ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/metainf-services/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-metainf-services ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-metainf-services ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-metainf-services ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-metainf-services ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-metainf-services ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/metainf-services/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-metainf-services ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/metainf-services/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-metainf-services ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-metainf-services ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/metainf-services/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-metainf-services ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-metainf-services ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/metainf-services/target/jersey-metainf-services-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-metainf-services ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/metainf-services/target/jersey-metainf-services-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-metainf-services ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/metainf-services/target/jersey-metainf-services-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/metainf-services/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-metainf-services ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/metainf-services/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/3.1.99-SNAPSHOT/jersey-metainf-services-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/metainf-services/target/jersey-metainf-services-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/3.1.99-SNAPSHOT/jersey-metainf-services-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/metainf-services/target/jersey-metainf-services-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/3.1.99-SNAPSHOT/jersey-metainf-services-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------------< org.glassfish.jersey.ext:jersey-mvc >-----------------
[INFO] Building jersey-ext-mvc 3.1.99-SNAPSHOT                         [61/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-mvc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-mvc ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-mvc ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-mvc ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-mvc ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-mvc ---
[INFO] Resources:
[INFO] org/glassfish/jersey/server/mvc/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc/src/main/resources/org/glassfish/jersey/server/mvc/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-mvc ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-mvc ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-mvc ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-mvc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-mvc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-mvc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-mvc ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-mvc ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-mvc ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc/target/jersey-mvc-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-mvc ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc/target/jersey-mvc-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-mvc ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc/target/jersey-mvc-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-mvc ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/3.1.99-SNAPSHOT/jersey-mvc-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc/target/jersey-mvc-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/3.1.99-SNAPSHOT/jersey-mvc-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc/target/jersey-mvc-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/3.1.99-SNAPSHOT/jersey-mvc-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.ext:jersey-mvc-bean-validation >---------
[INFO] Building jersey-ext-mvc-bean-validation 3.1.99-SNAPSHOT         [62/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-mvc-bean-validation ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-mvc-bean-validation ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-mvc-bean-validation ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-mvc-bean-validation ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-mvc-bean-validation ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-bean-validation ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-bean-validation ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-mvc-bean-validation ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-mvc-bean-validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-bean-validation/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-mvc-bean-validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-bean-validation/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-mvc-bean-validation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-bean-validation/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-mvc-bean-validation ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-mvc-bean-validation ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-mvc-bean-validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-mvc-bean-validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-mvc-bean-validation ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-bean-validation/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-mvc-bean-validation ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-bean-validation/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/3.1.99-SNAPSHOT/jersey-mvc-bean-validation-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/3.1.99-SNAPSHOT/jersey-mvc-bean-validation-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/3.1.99-SNAPSHOT/jersey-mvc-bean-validation-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------< org.glassfish.jersey.ext:jersey-mvc-freemarker >-----------
[INFO] Building jersey-ext-mvc-freemarker 3.1.99-SNAPSHOT              [63/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-mvc-freemarker ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-mvc-freemarker ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-mvc-freemarker ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-mvc-freemarker ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-mvc-freemarker ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-freemarker ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-freemarker ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-mvc-freemarker ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-mvc-freemarker ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-freemarker/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-mvc-freemarker ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-freemarker/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-mvc-freemarker ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-freemarker/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-mvc-freemarker ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-mvc-freemarker ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-mvc-freemarker ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-freemarker/target/jersey-mvc-freemarker-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-mvc-freemarker ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-freemarker/target/jersey-mvc-freemarker-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-mvc-freemarker ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-freemarker/target/jersey-mvc-freemarker-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-freemarker/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-mvc-freemarker ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-freemarker/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/3.1.99-SNAPSHOT/jersey-mvc-freemarker-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-freemarker/target/jersey-mvc-freemarker-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/3.1.99-SNAPSHOT/jersey-mvc-freemarker-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-freemarker/target/jersey-mvc-freemarker-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/3.1.99-SNAPSHOT/jersey-mvc-freemarker-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.glassfish.jersey.ext:jersey-mvc-jsp >---------------
[INFO] Building jersey-ext-mvc-jsp 3.1.99-SNAPSHOT                     [64/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-mvc-jsp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-mvc-jsp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-mvc-jsp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-mvc-jsp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-mvc-jsp ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-mvc-jsp ---
[INFO] Resources:
[INFO] org.glassfish.jersey.server.mvc.jsp.internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-jsp/src/main/resources/org.glassfish.jersey.server.mvc.jsp.internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-mvc-jsp ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-jsp/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-mvc-jsp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-jsp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-jsp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-mvc-jsp ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-mvc-jsp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-jsp/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-mvc-jsp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-jsp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-mvc-jsp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-jsp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-mvc-jsp ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-mvc-jsp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-mvc-jsp ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-jsp/target/jersey-mvc-jsp-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-mvc-jsp ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-jsp/target/jersey-mvc-jsp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-mvc-jsp ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-jsp/target/jersey-mvc-jsp-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-jsp/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-mvc-jsp ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-jsp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/3.1.99-SNAPSHOT/jersey-mvc-jsp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-jsp/target/jersey-mvc-jsp-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/3.1.99-SNAPSHOT/jersey-mvc-jsp-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-jsp/target/jersey-mvc-jsp-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/3.1.99-SNAPSHOT/jersey-mvc-jsp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.ext:jersey-mvc-mustache >------------
[INFO] Building jersey-ext-mvc-mustache 3.1.99-SNAPSHOT                [65/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-mvc-mustache ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-mvc-mustache ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-mvc-mustache ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-mvc-mustache ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-mvc-mustache ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-mustache ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-mustache ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-mvc-mustache ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-mvc-mustache ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-mustache/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-mvc-mustache ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-mustache/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-mvc-mustache ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-mustache/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-mvc-mustache ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-mvc-mustache ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-mvc-mustache ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-mustache/target/jersey-mvc-mustache-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-mvc-mustache ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-mustache/target/jersey-mvc-mustache-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-mvc-mustache ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-mustache/target/jersey-mvc-mustache-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-mustache/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-mvc-mustache ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-mustache/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/3.1.99-SNAPSHOT/jersey-mvc-mustache-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-mustache/target/jersey-mvc-mustache-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/3.1.99-SNAPSHOT/jersey-mvc-mustache-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/mvc-mustache/target/jersey-mvc-mustache-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/3.1.99-SNAPSHOT/jersey-mvc-mustache-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.ext:jersey-proxy-client >------------
[INFO] Building jersey-ext-proxy-client 3.1.99-SNAPSHOT                [66/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-proxy-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-proxy-client ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-proxy-client ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-proxy-client ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-proxy-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-proxy-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-proxy-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-proxy-client ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-proxy-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/proxy-client/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/RequestParameters.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/RequestParameters.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/RequestParameters.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-proxy-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/proxy-client/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/RequestParameters.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/RequestParameters.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/RequestParameters.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-proxy-client ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/proxy-client/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-proxy-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/proxy-client/target/test-classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/proxy-client/src/test/java/org/glassfish/jersey/client/proxy/WebResourceFactoryBeanParamTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/proxy-client/src/test/java/org/glassfish/jersey/client/proxy/WebResourceFactoryBeanParamTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-proxy-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-proxy-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/proxy-client/target/jersey-proxy-client-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-proxy-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/proxy-client/target/jersey-proxy-client-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-proxy-client ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/proxy-client/target/jersey-proxy-client-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/proxy-client/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-proxy-client ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/proxy-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.1.99-SNAPSHOT/jersey-proxy-client-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/proxy-client/target/jersey-proxy-client-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.1.99-SNAPSHOT/jersey-proxy-client-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/proxy-client/target/jersey-proxy-client-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.1.99-SNAPSHOT/jersey-proxy-client-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------------< org.glassfish.jersey.ext.rx:project >-----------------
[INFO] Building jersey-ext-rx 3.1.99-SNAPSHOT                          [67/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] ---------< org.glassfish.jersey.ext.rx:jersey-rx-client-guava >---------
[INFO] Building jersey-ext-rx-client-guava 3.1.99-SNAPSHOT             [68/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-rx-client-guava ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-rx-client-guava ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-rx-client-guava ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-rx-client-guava ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-rx-client-guava ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-rx-client-guava ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rx-client-guava ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-rx-client-guava ---
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-rx-client-guava ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-guava/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-rx-client-guava ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-guava/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-rx-client-guava ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-guava/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-rx-client-guava ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-guava/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-rx-client-guava ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-rx-client-guava ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-guava/target/jersey-rx-client-guava-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-rx-client-guava ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-guava/target/jersey-rx-client-guava-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-rx-client-guava ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-guava/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/3.1.99-SNAPSHOT/jersey-rx-client-guava-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-guava/target/jersey-rx-client-guava-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/3.1.99-SNAPSHOT/jersey-rx-client-guava-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-guava/target/jersey-rx-client-guava-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/3.1.99-SNAPSHOT/jersey-rx-client-guava-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.ext.rx:jersey-rx-client-rxjava >---------
[INFO] Building jersey-ext-rx-client-rxjava 3.1.99-SNAPSHOT            [69/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-rx-client-rxjava ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-rx-client-rxjava ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-rx-client-rxjava ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-rx-client-rxjava ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-rx-client-rxjava ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-rx-client-rxjava ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rx-client-rxjava ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-rx-client-rxjava ---
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-rx-client-rxjava ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-rxjava/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-rx-client-rxjava ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-rxjava/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-rx-client-rxjava ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-rxjava/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-rx-client-rxjava ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-rxjava/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-rx-client-rxjava ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-rx-client-rxjava ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-rx-client-rxjava ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-rx-client-rxjava ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-rxjava/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/3.1.99-SNAPSHOT/jersey-rx-client-rxjava-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/3.1.99-SNAPSHOT/jersey-rx-client-rxjava-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/3.1.99-SNAPSHOT/jersey-rx-client-rxjava-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.ext.rx:jersey-rx-client-rxjava2 >--------
[INFO] Building jersey-ext-rx-client-rxjava2 3.1.99-SNAPSHOT           [70/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-rx-client-rxjava2 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-rx-client-rxjava2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-rx-client-rxjava2 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-rx-client-rxjava2 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-rx-client-rxjava2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-rx-client-rxjava2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rx-client-rxjava2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-rx-client-rxjava2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-rxjava2/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-rx-client-rxjava2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-rxjava2/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-rx-client-rxjava2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-rxjava2/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-rx-client-rxjava2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-rxjava2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-rx-client-rxjava2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-rxjava2/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-rx-client-rxjava2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-rx-client-rxjava2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-rx-client-rxjava2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-rx-client-rxjava2 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-rxjava2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/3.1.99-SNAPSHOT/jersey-rx-client-rxjava2-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/3.1.99-SNAPSHOT/jersey-rx-client-rxjava2-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/3.1.99-SNAPSHOT/jersey-rx-client-rxjava2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.glassfish.jersey.ext:jersey-spring6 >---------------
[INFO] Building jersey-spring6 3.1.99-SNAPSHOT                         [71/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-spring6 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-spring6 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-spring6 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-spring6 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-spring6 ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-spring6 ---
[INFO] Resources:
[INFO] org/glassfish/jersey/server/spring/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/spring6/src/main/resources/org/glassfish/jersey/server/spring/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-spring6 ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/spring6/src/main/javaPre17 added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-spring6 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-spring6 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-spring6 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-spring6 ---
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-spring6 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/spring6/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-spring6 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/spring6/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-spring6 ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-spring6 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-spring6 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-spring6 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/spring6/target/jersey-spring6-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-spring6 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/spring6/target/jersey-spring6-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-spring6 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/spring6/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring6/3.1.99-SNAPSHOT/jersey-spring6-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/spring6/target/jersey-spring6-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring6/3.1.99-SNAPSHOT/jersey-spring6-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/spring6/target/jersey-spring6-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring6/3.1.99-SNAPSHOT/jersey-spring6-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.ext:jersey-wadl-doclet >-------------
[INFO] Building jersey-wadl-doclet 3.1.99-SNAPSHOT                     [72/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-wadl-doclet ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-wadl-doclet ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-wadl-doclet ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-wadl-doclet ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-wadl-doclet ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-wadl-doclet ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/wadl-doclet/src/main/java added.
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/wadl-doclet/src/main/java8_11 added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-wadl-doclet ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-wadl-doclet ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-wadl-doclet ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-wadl-doclet ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-wadl-doclet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/wadl-doclet/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java: Some input files use or override a deprecated API that is marked for removal.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java: Recompile with -Xlint:removal for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-wadl-doclet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/wadl-doclet/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/DocProcessor.java: Some input files use or override a deprecated API that is marked for removal.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/DocProcessor.java: Recompile with -Xlint:removal for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-wadl-doclet ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/wadl-doclet/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-wadl-doclet ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-wadl-doclet ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-wadl-doclet ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/wadl-doclet/target/jersey-wadl-doclet-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-wadl-doclet ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/wadl-doclet/target/jersey-wadl-doclet-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-wadl-doclet ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/wadl-doclet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/3.1.99-SNAPSHOT/jersey-wadl-doclet-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/wadl-doclet/target/jersey-wadl-doclet-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/3.1.99-SNAPSHOT/jersey-wadl-doclet-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/wadl-doclet/target/jersey-wadl-doclet-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/3.1.99-SNAPSHOT/jersey-wadl-doclet-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.media:jersey-media-json-binding >--------
[INFO] Building jersey-media-json-binding 3.1.99-SNAPSHOT              [73/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-json-binding ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-media-json-binding ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-media-json-binding ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-media-json-binding ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-media-json-binding ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-media-json-binding ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jsonb/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-binding/src/main/resources/org/glassfish/jersey/jsonb/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-media-json-binding ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-binding/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-media-json-binding ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-binding ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-binding ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-media-json-binding ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-json-binding ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-binding/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-media-json-binding ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-binding/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-media-json-binding ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-binding/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-json-binding ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-binding/target/test-classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-binding/src/test/java/org/glassfish/jersey/jsonb/internal/JsonBindingProviderTest.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-binding/src/test/java/org/glassfish/jersey/jsonb/internal/JsonBindingProviderTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-binding/src/test/java/org/glassfish/jersey/jsonb/internal/JsonBindingProviderTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-media-json-binding ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-media-json-binding ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-binding/target/jersey-media-json-binding-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-media-json-binding ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-binding/target/jersey-media-json-binding-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-media-json-binding ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-binding/target/jersey-media-json-binding-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-binding/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-media-json-binding ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-binding/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/3.1.99-SNAPSHOT/jersey-media-json-binding-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-binding/target/jersey-media-json-binding-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/3.1.99-SNAPSHOT/jersey-media-json-binding-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-binding/target/jersey-media-json-binding-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/3.1.99-SNAPSHOT/jersey-media-json-binding-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------< org.glassfish.jersey.ext.microprofile:project >------------
[INFO] Building project 3.1.99-SNAPSHOT                                [74/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] ----< org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client >-----
[INFO] Building jersey-mp-rest-client 3.1.99-SNAPSHOT                  [75/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-mp-rest-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-mp-rest-client ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-mp-rest-client ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-mp-rest-client ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-mp-rest-client ---
[INFO] Resources:
[INFO] org/glassfish/jersey/microprofile/restclient/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/mp-rest-client/src/main/resources/org/glassfish/jersey/microprofile/restclient/internal/localization.properties
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-mp-rest-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-mp-rest-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mp-rest-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-mp-rest-client ---
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-mp-rest-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 35 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/mp-rest-client/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/InterfaceModel.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/InterfaceModel.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-mp-rest-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 35 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/mp-rest-client/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/InterfaceModel.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/InterfaceModel.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-mp-rest-client ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/mp-rest-client/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-mp-rest-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/mp-rest-client/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-mp-rest-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-mp-rest-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-mp-rest-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-mp-rest-client ---
[WARNING] Bundle org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.decorator.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/mp-rest-client/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-mp-rest-client ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/mp-rest-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/3.1.99-SNAPSHOT/jersey-mp-rest-client-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/3.1.99-SNAPSHOT/jersey-mp-rest-client-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/3.1.99-SNAPSHOT/jersey-mp-rest-client-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.ext.microprofile:jersey-mp-config >-------
[INFO] Building jersey-mp-config 3.1.99-SNAPSHOT                       [76/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-mp-config ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-mp-config ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-mp-config ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-mp-config ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-mp-config ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-mp-config ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mp-config ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-mp-config ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-mp-config ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/mp-config/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-mp-config ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/mp-config/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-mp-config ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-mp-config ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/mp-config/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-mp-config ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-mp-config ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/mp-config/target/jersey-mp-config-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-mp-config ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/mp-config/target/jersey-mp-config-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-mp-config ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/mp-config/target/jersey-mp-config-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/mp-config/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-mp-config ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/mp-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/3.1.99-SNAPSHOT/jersey-mp-config-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/mp-config/target/jersey-mp-config-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/3.1.99-SNAPSHOT/jersey-mp-config-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/ext/microprofile/mp-config/target/jersey-mp-config-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/3.1.99-SNAPSHOT/jersey-mp-config-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------------< org.glassfish.jersey.incubator:project >---------------
[INFO] Building jersey-incubator 3.1.99-SNAPSHOT                       [77/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] -------< org.glassfish.jersey.incubator:jersey-cdi-inject-weld >--------
[INFO] Building jersey-inject-cdi-weld 3.1.99-SNAPSHOT                 [78/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-cdi-inject-weld ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-cdi-inject-weld ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-cdi-inject-weld ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-cdi-inject-weld ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-cdi-inject-weld ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-cdi-inject-weld ---
[INFO] Resources:
[INFO] org/glassfish/jersey/inject/weld/internal/managed/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/cdi-inject-weld/src/main/resources/org/glassfish/jersey/inject/weld/internal/managed/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-cdi-inject-weld ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/cdi-inject-weld/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-cdi-inject-weld ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi-inject-weld ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi-inject-weld ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-cdi-inject-weld ---
[INFO] Copying 4 resources
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-cdi-inject-weld ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 43 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/cdi-inject-weld/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/managed/BinderRegisterExtension.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/managed/BinderRegisterExtension.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/inject/MatchableBinding.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/inject/MatchableBinding.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-cdi-inject-weld ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 43 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/cdi-inject-weld/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/managed/BinderRegisterExtension.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/managed/BinderRegisterExtension.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/inject/MatchableBinding.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/inject/MatchableBinding.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-cdi-inject-weld ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-cdi-inject-weld ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 22 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/cdi-inject-weld/target/test-classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/managed/DisposableSupplierTest.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/managed/DisposableSupplierTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/managed/DisposableSupplierTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-cdi-inject-weld ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-cdi-inject-weld ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-cdi-inject-weld ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-cdi-inject-weld ---
[WARNING] Bundle org.glassfish.jersey.incubator:jersey-cdi-inject-weld:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [sun.misc.*, jakarta.annotation.*~] 
[WARNING] Bundle org.glassfish.jersey.incubator:jersey-cdi-inject-weld:jar:3.1.99-SNAPSHOT : Export org.glassfish.jersey.inject.weld.managed,  has 1,  private references [org.glassfish.jersey.inject.weld.internal.managed]
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/cdi-inject-weld/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-cdi-inject-weld ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/cdi-inject-weld/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/3.1.99-SNAPSHOT/jersey-cdi-inject-weld-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/3.1.99-SNAPSHOT/jersey-cdi-inject-weld-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/3.1.99-SNAPSHOT/jersey-cdi-inject-weld-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.ext:jersey-declarative-linking >---------
[INFO] Building jersey-declarative-linking 3.1.99-SNAPSHOT             [79/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-declarative-linking ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-declarative-linking ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-declarative-linking ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-declarative-linking ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-declarative-linking ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-declarative-linking ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-declarative-linking ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-declarative-linking ---
[INFO] Copying 0 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-declarative-linking ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 26 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/declarative-linking/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldDescriptor.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldDescriptor.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/ResponseContextResolver.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/ResponseContextResolver.java uses or overrides a deprecated API that is marked for removal.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/ResponseContextResolver.java: Recompile with -Xlint:removal for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldProcessor.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldProcessor.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-declarative-linking ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 26 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/declarative-linking/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldDescriptor.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldDescriptor.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/ResponseContextResolver.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/ResponseContextResolver.java uses or overrides a deprecated API that is marked for removal.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/ResponseContextResolver.java: Recompile with -Xlint:removal for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldProcessor.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldProcessor.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-declarative-linking ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/declarative-linking/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-declarative-linking ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/declarative-linking/target/test-classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/integration/app/LinkingManualApplication.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/integration/app/LinkingManualApplication.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/integration/app/LinkingManualApplication.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/HeaderProcessorTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/HeaderProcessorTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-declarative-linking ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-declarative-linking ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/declarative-linking/target/jersey-declarative-linking-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ jersey-declarative-linking >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-declarative-linking ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-declarative-linking ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-declarative-linking ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ jersey-declarative-linking <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ jersey-declarative-linking ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/declarative-linking/target/jersey-declarative-linking-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-declarative-linking ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/declarative-linking/target/jersey-declarative-linking-3.1.99-SNAPSHOT-sources.jar
[WARNING] artifact org.glassfish.jersey.ext:jersey-declarative-linking:java-source:sources:3.1.99-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-declarative-linking ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/declarative-linking/target/jersey-declarative-linking-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/declarative-linking/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-declarative-linking ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/declarative-linking/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/3.1.99-SNAPSHOT/jersey-declarative-linking-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/declarative-linking/target/jersey-declarative-linking-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/3.1.99-SNAPSHOT/jersey-declarative-linking-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/declarative-linking/target/jersey-declarative-linking-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/3.1.99-SNAPSHOT/jersey-declarative-linking-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.incubator:jersey-gae-integration >--------
[INFO] Building jersey-ext-gae-integration 3.1.99-SNAPSHOT             [80/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-gae-integration ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-gae-integration ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-gae-integration ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-gae-integration ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-gae-integration ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-gae-integration ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-gae-integration ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-gae-integration ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-gae-integration ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/gae-integration/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-gae-integration ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/gae-integration/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-gae-integration ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/gae-integration/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-gae-integration ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-gae-integration ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-gae-integration ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/gae-integration/target/jersey-gae-integration-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-gae-integration ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/gae-integration/target/jersey-gae-integration-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-gae-integration ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/gae-integration/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/3.1.99-SNAPSHOT/jersey-gae-integration-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/gae-integration/target/jersey-gae-integration-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/3.1.99-SNAPSHOT/jersey-gae-integration-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/gae-integration/target/jersey-gae-integration-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/3.1.99-SNAPSHOT/jersey-gae-integration-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------------< org.glassfish.jersey.media:html-json >----------------
[INFO] Building jersey-media-html-json 3.1.99-SNAPSHOT                 [81/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ html-json ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ html-json ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ html-json ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ html-json ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ html-json ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ html-json ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ html-json ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ html-json ---
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ html-json ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/html-json/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ html-json ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/html-json/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ html-json ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/html-json/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ html-json ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/html-json/target/test-classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/ModelEntityOnArrayTest.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/ModelEntityOnArrayTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/ModelEntityOnArrayTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ html-json ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ html-json ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/html-json/target/html-json-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ html-json ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/html-json/target/html-json-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ html-json ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/html-json/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/3.1.99-SNAPSHOT/html-json-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/html-json/target/html-json-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/3.1.99-SNAPSHOT/html-json-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/html-json/target/html-json-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/3.1.99-SNAPSHOT/html-json-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.media:jersey-media-kryo >------------
[INFO] Building jersey-media-kryo 3.1.99-SNAPSHOT                      [82/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-kryo ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-media-kryo ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-media-kryo ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-media-kryo ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-media-kryo ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-media-kryo ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-kryo ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-media-kryo ---
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-kryo ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/kryo/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-media-kryo ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/kryo/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-media-kryo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/kryo/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-kryo ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/kryo/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-media-kryo ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-media-kryo ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/kryo/target/jersey-media-kryo-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-media-kryo ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/kryo/target/jersey-media-kryo-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-media-kryo ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/kryo/target/jersey-media-kryo-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/kryo/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-media-kryo ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/kryo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/3.1.99-SNAPSHOT/jersey-media-kryo-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/kryo/target/jersey-media-kryo-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/3.1.99-SNAPSHOT/jersey-media-kryo-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/kryo/target/jersey-media-kryo-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/3.1.99-SNAPSHOT/jersey-media-kryo-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.incubator:jersey-open-tracing >---------
[INFO] Building jersey-open-tracing 3.1.99-SNAPSHOT                    [83/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-open-tracing ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-open-tracing ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-open-tracing ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-open-tracing ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-open-tracing ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-open-tracing ---
[INFO] Resources:
[INFO] org/glassfish/jersey/opentracing/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/open-tracing/src/main/resources/org/glassfish/jersey/opentracing/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-open-tracing ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/open-tracing/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-open-tracing ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-open-tracing ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-open-tracing ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-open-tracing ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-open-tracing ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/open-tracing/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-open-tracing ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/open-tracing/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-open-tracing ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/open-tracing/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-open-tracing ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-open-tracing ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-open-tracing ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/open-tracing/target/jersey-open-tracing-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-open-tracing ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/open-tracing/target/jersey-open-tracing-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-open-tracing ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/open-tracing/target/jersey-open-tracing-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/open-tracing/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-open-tracing ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/open-tracing/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/3.1.99-SNAPSHOT/jersey-open-tracing-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/open-tracing/target/jersey-open-tracing-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/3.1.99-SNAPSHOT/jersey-open-tracing-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/incubator/open-tracing/target/jersey-open-tracing-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/3.1.99-SNAPSHOT/jersey-open-tracing-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------------< org.glassfish.jersey.inject:jersey-cdi2-se >-------------
[INFO] Building jersey-inject-cdi2-se 3.1.99-SNAPSHOT                  [84/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-cdi2-se ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-cdi2-se ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-cdi2-se ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-cdi2-se ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-cdi2-se ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-cdi2-se ---
[INFO] Resources:
[INFO] org/glassfish/jersey/inject/cdi/se/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/cdi2-se/src/main/resources/org/glassfish/jersey/inject/cdi/se/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-cdi2-se ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/cdi2-se/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-cdi2-se ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi2-se ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi2-se ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-cdi2-se ---
[INFO] Copying 2 resources
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-cdi2-se ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 31 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/cdi2-se/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/WrappingJerseyInjectionTarget.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/WrappingJerseyInjectionTarget.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-cdi2-se ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 31 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/cdi2-se/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/WrappingJerseyInjectionTarget.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/WrappingJerseyInjectionTarget.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-cdi2-se ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-cdi2-se ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/cdi2-se/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-cdi2-se ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-cdi2-se ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/cdi2-se/target/jersey-cdi2-se-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-cdi2-se ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/cdi2-se/target/jersey-cdi2-se-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-cdi2-se ---
[WARNING] Bundle org.glassfish.jersey.inject:jersey-cdi2-se:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [sun.misc.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/cdi2-se/target/jersey-cdi2-se-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/cdi2-se/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-cdi2-se ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/cdi2-se/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/3.1.99-SNAPSHOT/jersey-cdi2-se-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/cdi2-se/target/jersey-cdi2-se-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/3.1.99-SNAPSHOT/jersey-cdi2-se-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/cdi2-se/target/jersey-cdi2-se-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/3.1.99-SNAPSHOT/jersey-cdi2-se-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.media:jersey-media-json-gson >----------
[INFO] Building jersey-media-json-gson 3.1.99-SNAPSHOT                 [85/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-json-gson ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-media-json-gson ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-media-json-gson ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-media-json-gson ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-media-json-gson ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-media-json-gson ---
[INFO] Resources:
[INFO] org/glassfish/jersey/gson/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-gson/src/main/resources/org/glassfish/jersey/gson/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-media-json-gson ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-gson/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-media-json-gson ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-gson ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-gson ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-media-json-gson ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-json-gson ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-gson/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-media-json-gson ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-gson/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-media-json-gson ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-gson/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-json-gson ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-gson/target/test-classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-gson/src/test/java/org/glassfish/jersey/gson/internal/JsonGsonProviderTest.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-gson/src/test/java/org/glassfish/jersey/gson/internal/JsonGsonProviderTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-gson/src/test/java/org/glassfish/jersey/gson/internal/JsonGsonProviderTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-media-json-gson ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-media-json-gson ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-gson/target/jersey-media-json-gson-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-media-json-gson ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-gson/target/jersey-media-json-gson-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-media-json-gson ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-gson/target/jersey-media-json-gson-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-gson/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-media-json-gson ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-gson/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/3.1.99-SNAPSHOT/jersey-media-json-gson-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-gson/target/jersey-media-json-gson-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/3.1.99-SNAPSHOT/jersey-media-json-gson-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-gson/target/jersey-media-json-gson-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/3.1.99-SNAPSHOT/jersey-media-json-gson-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.media:jersey-media-json-jettison >--------
[INFO] Building jersey-media-json-jettison 3.1.99-SNAPSHOT             [86/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-json-jettison ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-media-json-jettison ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-media-json-jettison ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-media-json-jettison ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-media-json-jettison ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-media-json-jettison ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jettison/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-jettison/src/main/resources/org/glassfish/jersey/jettison/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-media-json-jettison ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-jettison/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-media-json-jettison ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-jettison ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-jettison ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-media-json-jettison ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-json-jettison ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-jettison/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-media-json-jettison ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-jettison/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-media-json-jettison ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-jettison/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-json-jettison ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-media-json-jettison ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-media-json-jettison ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-jettison/target/jersey-media-json-jettison-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-media-json-jettison ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-jettison/target/jersey-media-json-jettison-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-media-json-jettison ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-jettison/target/jersey-media-json-jettison-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-jettison/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-media-json-jettison ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-jettison/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/3.1.99-SNAPSHOT/jersey-media-json-jettison-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-jettison/target/jersey-media-json-jettison-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/3.1.99-SNAPSHOT/jersey-media-json-jettison-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-jettison/target/jersey-media-json-jettison-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/3.1.99-SNAPSHOT/jersey-media-json-jettison-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.media:jersey-media-json-processing >-------
[INFO] Building jersey-media-json-processing 3.1.99-SNAPSHOT           [87/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-json-processing ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-media-json-processing ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-media-json-processing ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-media-json-processing ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-media-json-processing ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-media-json-processing ---
[INFO] Resources:
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-media-json-processing ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-processing/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-media-json-processing ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-processing ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-processing ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-media-json-processing ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-json-processing ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-processing/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-media-json-processing ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-processing/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-media-json-processing ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-processing/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-json-processing ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-processing/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-media-json-processing ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-media-json-processing ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-processing/target/jersey-media-json-processing-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-media-json-processing ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-processing/target/jersey-media-json-processing-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-media-json-processing ---
[WARNING] Bundle org.glassfish.jersey.media:jersey-media-json-processing:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.json.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-processing/target/jersey-media-json-processing-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-processing/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-media-json-processing ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-processing/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/3.1.99-SNAPSHOT/jersey-media-json-processing-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-processing/target/jersey-media-json-processing-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/3.1.99-SNAPSHOT/jersey-media-json-processing-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/json-processing/target/jersey-media-json-processing-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/3.1.99-SNAPSHOT/jersey-media-json-processing-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.media:jersey-media-moxy >------------
[INFO] Building jersey-media-moxy 3.1.99-SNAPSHOT                      [88/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-moxy ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-media-moxy ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-media-moxy ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-media-moxy ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-media-moxy ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-media-moxy ---
[INFO] Resources:
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-media-moxy ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/moxy/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-jflex-plugin:1.4.3:generate (default) @ jersey-media-moxy ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-media-moxy ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-media-moxy ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-moxy ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-media-moxy ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-moxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/moxy/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-media-moxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/moxy/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-media-moxy ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/moxy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-moxy ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-media-moxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-media-moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/moxy/target/jersey-media-moxy-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-media-moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/moxy/target/jersey-media-moxy-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-media-moxy ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/moxy/target/jersey-media-moxy-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/moxy/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-media-moxy ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/moxy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.1.99-SNAPSHOT/jersey-media-moxy-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/moxy/target/jersey-media-moxy-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.1.99-SNAPSHOT/jersey-media-moxy-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/moxy/target/jersey-media-moxy-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.1.99-SNAPSHOT/jersey-media-moxy-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.media:jersey-media-multipart >----------
[INFO] Building jersey-media-multipart 3.1.99-SNAPSHOT                 [89/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-multipart ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-media-multipart ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-media-multipart ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-media-multipart ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-media-multipart ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-media-multipart ---
[INFO] Resources:
[INFO] org/glassfish/jersey/media/multipart/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/multipart/src/main/resources/org/glassfish/jersey/media/multipart/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-media-multipart ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/multipart/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-media-multipart ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-media-multipart ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-multipart ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-media-multipart ---
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-multipart ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 32 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/multipart/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/BodyPart.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/BodyPart.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-media-multipart ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 32 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/multipart/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/BodyPart.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/BodyPart.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-media-multipart ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/multipart/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-multipart ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/multipart/target/test-classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-media-multipart ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-media-multipart ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/multipart/target/jersey-media-multipart-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-media-multipart ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/multipart/target/jersey-media-multipart-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-media-multipart ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/multipart/target/jersey-media-multipart-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/multipart/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-media-multipart ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/multipart/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/3.1.99-SNAPSHOT/jersey-media-multipart-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/multipart/target/jersey-media-multipart-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/3.1.99-SNAPSHOT/jersey-media-multipart-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/media/multipart/target/jersey-media-multipart-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/3.1.99-SNAPSHOT/jersey-media-multipart-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------------< org.glassfish.jersey.security:project >----------------
[INFO] Building jersey-security 3.1.99-SNAPSHOT                        [90/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] -----------< org.glassfish.jersey.security:oauth1-signature >-----------
[INFO] Building oauth1-signature 3.1.99-SNAPSHOT                       [91/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oauth1-signature ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ oauth1-signature ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ oauth1-signature ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ oauth1-signature ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ oauth1-signature ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ oauth1-signature ---
[INFO] Resources:
[INFO] org/glassfish/jersey/oauth1/signature/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth1-signature/src/main/resources/org/glassfish/jersey/oauth1/signature/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ oauth1-signature ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth1-signature/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ oauth1-signature ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ oauth1-signature ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth1-signature ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ oauth1-signature ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ oauth1-signature ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth1-signature/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ oauth1-signature ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth1-signature/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ oauth1-signature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth1-signature/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ oauth1-signature ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth1-signature/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ oauth1-signature ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ oauth1-signature ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth1-signature/target/oauth1-signature-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ oauth1-signature ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth1-signature/target/oauth1-signature-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ oauth1-signature ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth1-signature/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/3.1.99-SNAPSHOT/oauth1-signature-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth1-signature/target/oauth1-signature-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/3.1.99-SNAPSHOT/oauth1-signature-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth1-signature/target/oauth1-signature-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/3.1.99-SNAPSHOT/oauth1-signature-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.security:oauth1-client >-------------
[INFO] Building jersey-security 3.1.99-SNAPSHOT                        [92/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oauth1-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ oauth1-client ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ oauth1-client ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ oauth1-client ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ oauth1-client ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ oauth1-client ---
[INFO] Resources:
[INFO] org/glassfish/jersey/client/oauth1/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth1-client/src/main/resources/org/glassfish/jersey/client/oauth1/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ oauth1-client ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth1-client/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ oauth1-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ oauth1-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth1-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ oauth1-client ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ oauth1-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth1-client/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ oauth1-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth1-client/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ oauth1-client ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth1-client/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ oauth1-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ oauth1-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ oauth1-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth1-client/target/oauth1-client-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ oauth1-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth1-client/target/oauth1-client-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ oauth1-client ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth1-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/3.1.99-SNAPSHOT/oauth1-client-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth1-client/target/oauth1-client-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/3.1.99-SNAPSHOT/oauth1-client-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth1-client/target/oauth1-client-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/3.1.99-SNAPSHOT/oauth1-client-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.security:oauth1-server >-------------
[INFO] Building oauth1-server 3.1.99-SNAPSHOT                          [93/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oauth1-server ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ oauth1-server ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ oauth1-server ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ oauth1-server ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ oauth1-server ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ oauth1-server ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth1-server ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ oauth1-server ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ oauth1-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth1-server/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ oauth1-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth1-server/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ oauth1-server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth1-server/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ oauth1-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth1-server/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ oauth1-server ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ oauth1-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth1-server/target/oauth1-server-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ oauth1-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth1-server/target/oauth1-server-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ oauth1-server ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth1-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/3.1.99-SNAPSHOT/oauth1-server-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth1-server/target/oauth1-server-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/3.1.99-SNAPSHOT/oauth1-server-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth1-server/target/oauth1-server-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/3.1.99-SNAPSHOT/oauth1-server-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.security:oauth2-client >-------------
[INFO] Building oauth2-client 3.1.99-SNAPSHOT                          [94/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oauth2-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ oauth2-client ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ oauth2-client ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ oauth2-client ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ oauth2-client ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ oauth2-client ---
[INFO] Resources:
[INFO] org/glassfish/jersey/client/oauth2/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth2-client/src/main/resources/org/glassfish/jersey/client/oauth2/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ oauth2-client ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth2-client/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ oauth2-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ oauth2-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth2-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ oauth2-client ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ oauth2-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth2-client/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth2-client/src/main/java/org/glassfish/jersey/client/oauth2/AuthCodeGrantImpl.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth2-client/src/main/java/org/glassfish/jersey/client/oauth2/AuthCodeGrantImpl.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ oauth2-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth2-client/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth2-client/src/main/java/org/glassfish/jersey/client/oauth2/AuthCodeGrantImpl.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth2-client/src/main/java/org/glassfish/jersey/client/oauth2/AuthCodeGrantImpl.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ oauth2-client ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth2-client/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ oauth2-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ oauth2-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ oauth2-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth2-client/target/oauth2-client-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ oauth2-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth2-client/target/oauth2-client-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ oauth2-client ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth2-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/3.1.99-SNAPSHOT/oauth2-client-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth2-client/target/oauth2-client-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/3.1.99-SNAPSHOT/oauth2-client-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/security/oauth2-client/target/oauth2-client-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/3.1.99-SNAPSHOT/oauth2-client-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---< org.glassfish.jersey.test-framework:jersey-test-framework-util >---
[INFO] Building jersey-test-framework-util 3.1.99-SNAPSHOT             [95/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-util ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-test-framework-util ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-test-framework-util ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-test-framework-util ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-test-framework-util ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-util ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-util ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-test-framework-util ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/util/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-test-framework-util ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/util/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-test-framework-util ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/util/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-test-framework-util ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/util/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-test-framework-util ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/util/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-test-framework-util ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-test-framework-util ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/util/target/jersey-test-framework-util-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-test-framework-util ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/util/target/jersey-test-framework-util-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-test-framework-util ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/util/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/3.1.99-SNAPSHOT/jersey-test-framework-util-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/util/target/jersey-test-framework-util-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/3.1.99-SNAPSHOT/jersey-test-framework-util-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/util/target/jersey-test-framework-util-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/3.1.99-SNAPSHOT/jersey-test-framework-util-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------------< org.glassfish.jersey.tests:project >-----------------
[INFO] Building jersey-tests 3.1.99-SNAPSHOT                           [96/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] -------------------< org.glassfish.jersey.tests:e2e >-------------------
[INFO] Building jersey-tests-e2e 3.1.99-SNAPSHOT                       [97/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ e2e ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ e2e ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ e2e ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ e2e ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ e2e ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ e2e ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ e2e ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ e2e ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ e2e ---
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 91 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e/target/test-classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/oauth/OAuth2Test.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/oauth/OAuth2Test.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/oauth/OAuth2Test.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/oauth/OAuth2Test.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ e2e ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ e2e ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e/target/e2e-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ e2e ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ e2e ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e/3.1.99-SNAPSHOT/e2e-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e/target/e2e-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e/3.1.99-SNAPSHOT/e2e-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] ---------------< org.glassfish.jersey.tests:e2e-client >----------------
[INFO] Building jersey-tests-e2e-client 3.1.99-SNAPSHOT                [98/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ e2e-client ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ e2e-client ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ e2e-client ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ e2e-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ e2e-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ e2e-client ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-client/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ e2e-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ e2e-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ e2e-client ---
[INFO] Copying 6 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 48 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-client/target/test-classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/AbortResponseClientTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/AbortResponseClientTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/RequestHeaderModificationsTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/RequestHeaderModificationsTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ e2e-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ e2e-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-client/target/e2e-client-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ e2e-client ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ e2e-client ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-client/3.1.99-SNAPSHOT/e2e-client-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-client/target/e2e-client-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-client/3.1.99-SNAPSHOT/e2e-client-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] -------------< org.glassfish.jersey.tests:e2e-core-common >-------------
[INFO] Building jersey-tests-e2e-core-common 3.1.99-SNAPSHOT           [99/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e-core-common ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ e2e-core-common ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ e2e-core-common ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ e2e-core-common ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ e2e-core-common ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ e2e-core-common ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-core-common ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ e2e-core-common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-core-common/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ e2e-core-common ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ e2e-core-common ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ e2e-core-common ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e-core-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 33 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-core-common/target/test-classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/InboundMessageContextTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/InboundMessageContextTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ e2e-core-common ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ e2e-core-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-core-common/target/e2e-core-common-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ e2e-core-common ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ e2e-core-common ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-core-common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-core-common/3.1.99-SNAPSHOT/e2e-core-common-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-core-common/target/e2e-core-common-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-core-common/3.1.99-SNAPSHOT/e2e-core-common-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] ---------------< org.glassfish.jersey.tests:e2e-entity >----------------
[INFO] Building jersey-tests-e2e-entity 3.1.99-SNAPSHOT               [100/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e-entity ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ e2e-entity ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ e2e-entity ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ e2e-entity ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ e2e-entity ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ e2e-entity ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-entity ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ e2e-entity ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-entity/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ e2e-entity ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ e2e-entity ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ e2e-entity ---
[INFO] Copying 385 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e-entity ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 139 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-entity/target/test-classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/AbstractParameterTypeArgumentOrderTest.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/AbstractParameterTypeArgumentOrderTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/AbstractParameterTypeArgumentOrderTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/AbstractTypeTester.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/AbstractTypeTester.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ e2e-entity ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ e2e-entity ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-entity/target/e2e-entity-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ e2e-entity ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ e2e-entity ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-entity/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-entity/3.1.99-SNAPSHOT/e2e-entity-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-entity/target/e2e-entity-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-entity/3.1.99-SNAPSHOT/e2e-entity-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] ---------------< org.glassfish.jersey.tests:e2e-inject >----------------
[INFO] Building jersey-tests-e2e-inject 3.1.99-SNAPSHOT               [101/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e-inject ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ e2e-inject ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ e2e-inject ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ e2e-inject ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ e2e-inject ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ e2e-inject ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-inject ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ e2e-inject ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ e2e-inject ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject/3.1.99-SNAPSHOT/e2e-inject-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] -----------< org.glassfish.jersey.tests:e2e-inject-cdi2-se >------------
[INFO] Building jersey-tests-e2e-inject-cdi-se 3.1.99-SNAPSHOT        [102/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e-inject-cdi2-se ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ e2e-inject-cdi2-se ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ e2e-inject-cdi2-se ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ e2e-inject-cdi2-se ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ e2e-inject-cdi2-se ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ e2e-inject-cdi2-se ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-inject-cdi2-se ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ e2e-inject-cdi2-se ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ e2e-inject-cdi2-se ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-inject/cdi2-se/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ e2e-inject-cdi2-se ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-inject/cdi2-se/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ e2e-inject-cdi2-se ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e-inject-cdi2-se ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-inject/cdi2-se/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ e2e-inject-cdi2-se ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ e2e-inject-cdi2-se ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-inject/cdi2-se/target/e2e-inject-cdi2-se-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ e2e-inject-cdi2-se ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-inject/cdi2-se/target/e2e-inject-cdi2-se-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ e2e-inject-cdi2-se ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-inject/cdi2-se/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi2-se/3.1.99-SNAPSHOT/e2e-inject-cdi2-se-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-inject/cdi2-se/target/e2e-inject-cdi2-se-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi2-se/3.1.99-SNAPSHOT/e2e-inject-cdi2-se-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-inject/cdi2-se/target/e2e-inject-cdi2-se-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi2-se/3.1.99-SNAPSHOT/e2e-inject-cdi2-se-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.tests:e2e-inject-cdi-inject-weld >--------
[INFO] Building jersey-tests-e2e-inject-cdi-inject-weld 3.1.99-SNAPSHOT [103/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e-inject-cdi-inject-weld ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ e2e-inject-cdi-inject-weld ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ e2e-inject-cdi-inject-weld ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ e2e-inject-cdi-inject-weld ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ e2e-inject-cdi-inject-weld ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ e2e-inject-cdi-inject-weld ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-inject-cdi-inject-weld ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ e2e-inject-cdi-inject-weld ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ e2e-inject-cdi-inject-weld ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-inject/cdi-inject-weld/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ e2e-inject-cdi-inject-weld ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-inject/cdi-inject-weld/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ e2e-inject-cdi-inject-weld ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e-inject-cdi-inject-weld ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-inject/cdi-inject-weld/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ e2e-inject-cdi-inject-weld ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ e2e-inject-cdi-inject-weld ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-inject/cdi-inject-weld/target/e2e-inject-cdi-inject-weld-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ e2e-inject-cdi-inject-weld ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-inject/cdi-inject-weld/target/e2e-inject-cdi-inject-weld-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ e2e-inject-cdi-inject-weld ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-inject/cdi-inject-weld/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi-inject-weld/3.1.99-SNAPSHOT/e2e-inject-cdi-inject-weld-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-inject/cdi-inject-weld/target/e2e-inject-cdi-inject-weld-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi-inject-weld/3.1.99-SNAPSHOT/e2e-inject-cdi-inject-weld-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-inject/cdi-inject-weld/target/e2e-inject-cdi-inject-weld-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi-inject-weld/3.1.99-SNAPSHOT/e2e-inject-cdi-inject-weld-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------------< org.glassfish.jersey.tests:e2e-inject-hk2 >--------------
[INFO] Building e2e-inject-hk2 3.1.99-SNAPSHOT                        [104/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e-inject-hk2 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ e2e-inject-hk2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ e2e-inject-hk2 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ e2e-inject-hk2 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ e2e-inject-hk2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ e2e-inject-hk2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-inject-hk2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ e2e-inject-hk2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-inject/hk2/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ e2e-inject-hk2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-inject/hk2/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ e2e-inject-hk2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-inject/hk2/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ e2e-inject-hk2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-inject/hk2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e-inject-hk2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-inject/hk2/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ e2e-inject-hk2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ e2e-inject-hk2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-inject/hk2/target/e2e-inject-hk2-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ e2e-inject-hk2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-inject/hk2/target/e2e-inject-hk2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ e2e-inject-hk2 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-inject/hk2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-hk2/3.1.99-SNAPSHOT/e2e-inject-hk2-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-inject/hk2/target/e2e-inject-hk2-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-hk2/3.1.99-SNAPSHOT/e2e-inject-hk2-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-inject/hk2/target/e2e-inject-hk2-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-hk2/3.1.99-SNAPSHOT/e2e-inject-hk2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------------< org.glassfish.jersey.tests:e2e-server >----------------
[INFO] Building jersey-tests-e2e-server 3.1.99-SNAPSHOT               [105/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e-server ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ e2e-server ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ e2e-server ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ e2e-server ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ e2e-server ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ e2e-server ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-server ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ e2e-server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-server/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ e2e-server ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ e2e-server ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ e2e-server ---
[INFO] Copying 97 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 156 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-server/target/test-classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/validation/BasicSubResource.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/validation/BasicSubResource.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/IllegalArgumentExceptionTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/IllegalArgumentExceptionTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ e2e-server ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ e2e-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-server/target/e2e-server-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ e2e-server ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ e2e-server ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-server/3.1.99-SNAPSHOT/e2e-server-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-server/target/e2e-server-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-server/3.1.99-SNAPSHOT/e2e-server-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] ---------------< org.glassfish.jersey.tests:e2e-testng >----------------
[INFO] Building jersey-tests-e2e-testng 3.1.99-SNAPSHOT               [106/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e-testng ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ e2e-testng ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ e2e-testng ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ e2e-testng ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ e2e-testng ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ e2e-testng ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-testng ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ e2e-testng ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-testng/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ e2e-testng ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ e2e-testng ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ e2e-testng ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-testng/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e-testng ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-testng/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ e2e-testng ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ e2e-testng ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-testng/target/e2e-testng-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ e2e-testng ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ e2e-testng ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-testng/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-testng/3.1.99-SNAPSHOT/e2e-testng-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/e2e-testng/target/e2e-testng-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-testng/3.1.99-SNAPSHOT/e2e-testng-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] -----------< org.glassfish.jersey.tests.integration:project >-----------
[INFO] Building jersey-tests-integration 3.1.99-SNAPSHOT              [107/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] -------------< org.glassfish.jersey.tests.integration:asm >-------------
[INFO] Building jersey-asm-integration 3.1.99-SNAPSHOT                [108/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ asm ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ asm ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ asm ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ asm ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ asm ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ asm ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ asm ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ asm ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/asm/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ asm ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ asm ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ asm ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/asm/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ asm ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/asm/target/test-classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/asm/src/test/java/org/glassfish/jersey/integration/asm/AnnotatedClassVisitorTest.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/asm/src/test/java/org/glassfish/jersey/integration/asm/AnnotatedClassVisitorTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/asm/src/test/java/org/glassfish/jersey/integration/asm/AnnotatedClassVisitorTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ asm ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ asm ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/asm/target/asm-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ asm ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ asm ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/asm/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/asm/3.1.99-SNAPSHOT/asm-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/asm/target/asm-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/asm/3.1.99-SNAPSHOT/asm-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration:async-jersey-filter >-----
[INFO] Building jersey-tests-integration-jersey-async-filter 3.1.99-SNAPSHOT [109/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ async-jersey-filter ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ async-jersey-filter ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ async-jersey-filter ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ async-jersey-filter ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ async-jersey-filter ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ async-jersey-filter ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ async-jersey-filter ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ async-jersey-filter ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/async-jersey-filter/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ async-jersey-filter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/async-jersey-filter/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ async-jersey-filter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/async-jersey-filter/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ async-jersey-filter ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/async-jersey-filter/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ async-jersey-filter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/async-jersey-filter/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ async-jersey-filter ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ async-jersey-filter ---
[INFO] Packaging webapp
[INFO] Assembling webapp [async-jersey-filter] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/async-jersey-filter/target/async-jersey-filter-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/async-jersey-filter/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/async-jersey-filter/target/async-jersey-filter-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ async-jersey-filter ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/async-jersey-filter/target/async-jersey-filter-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ async-jersey-filter >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ async-jersey-filter ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ async-jersey-filter ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ async-jersey-filter <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ async-jersey-filter ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ async-jersey-filter ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ async-jersey-filter ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ async-jersey-filter ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ async-jersey-filter ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/async-jersey-filter/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/async-jersey-filter/3.1.99-SNAPSHOT/async-jersey-filter-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/async-jersey-filter/target/async-jersey-filter-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/async-jersey-filter/3.1.99-SNAPSHOT/async-jersey-filter-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/async-jersey-filter/target/async-jersey-filter-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/async-jersey-filter/3.1.99-SNAPSHOT/async-jersey-filter-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-integration-project >--
[INFO] Building cdi-integration-project 3.1.99-SNAPSHOT               [110/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-integration-project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-integration-project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-integration-project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-integration-project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-integration-project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-integration-project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-integration-project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-integration-project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-integration-project ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-integration-project/3.1.99-SNAPSHOT/cdi-integration-project-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-beanvalidation-webapp >--
[INFO] Building jersey-tests-cdi-beanvalidation-webapp 3.1.99-SNAPSHOT [111/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-beanvalidation-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-beanvalidation-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-beanvalidation-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-beanvalidation-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-beanvalidation-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-beanvalidation-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-beanvalidation-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cdi-beanvalidation-webapp ---
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-beanvalidation-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ cdi-beanvalidation-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cdi-beanvalidation-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-beanvalidation-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-beanvalidation-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ cdi-beanvalidation-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ cdi-beanvalidation-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cdi-beanvalidation-webapp] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/cdi-beanvalidation-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-beanvalidation-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/cdi-beanvalidation-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-beanvalidation-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/cdi-beanvalidation-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-beanvalidation-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-beanvalidation-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-beanvalidation-webapp/3.1.99-SNAPSHOT/cdi-beanvalidation-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/cdi-beanvalidation-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-beanvalidation-webapp/3.1.99-SNAPSHOT/cdi-beanvalidation-webapp-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/cdi-beanvalidation-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-beanvalidation-webapp/3.1.99-SNAPSHOT/cdi-beanvalidation-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.tests.integration.cdi:cdi-client >--------
[INFO] Building jersey-tests-cdi-client 3.1.99-SNAPSHOT               [112/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-client ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-client ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-client ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cdi-client ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-client/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ cdi-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-client/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cdi-client ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-client/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-client/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ cdi-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ cdi-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-client/target/cdi-client-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-client/target/cdi-client-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-client ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client/3.1.99-SNAPSHOT/cdi-client-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-client/target/cdi-client-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client/3.1.99-SNAPSHOT/cdi-client-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-client/target/cdi-client-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client/3.1.99-SNAPSHOT/cdi-client-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-client-on-server >---
[INFO] Building jersey-tests-cdi-client-on-server 3.1.99-SNAPSHOT     [113/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-client-on-server ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-client-on-server ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-client-on-server ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-client-on-server ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-client-on-server ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-client-on-server ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-client-on-server ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cdi-client-on-server ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-client-on-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-client-on-server/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ cdi-client-on-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-client-on-server/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cdi-client-on-server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-client-on-server/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-client-on-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-client-on-server/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ cdi-client-on-server ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ cdi-client-on-server ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cdi-client-on-server] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-client-on-server/target/cdi-client-on-server-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-client-on-server/target/cdi-client-on-server-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-client-on-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-client-on-server/target/cdi-client-on-server-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-client-on-server ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-client-on-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client-on-server/3.1.99-SNAPSHOT/cdi-client-on-server-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-client-on-server/target/cdi-client-on-server-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client-on-server/3.1.99-SNAPSHOT/cdi-client-on-server-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-client-on-server/target/cdi-client-on-server-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client-on-server/3.1.99-SNAPSHOT/cdi-client-on-server-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---< org.glassfish.jersey.tests.integration.cdi:cdi-ejb-test-webapp >---
[INFO] Building jersey-tests-cdi-ejb-webapp 3.1.99-SNAPSHOT           [114/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-ejb-test-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-ejb-test-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-ejb-test-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-ejb-test-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-ejb-test-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-ejb-test-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-ejb-test-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cdi-ejb-test-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-ejb-test-webapp/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-ejb-test-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ cdi-ejb-test-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cdi-ejb-test-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-ejb-test-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-ejb-test-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ cdi-ejb-test-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ cdi-ejb-test-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cdi-ejb-test-webapp] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/cdi-ejb-test-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-ejb-test-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/cdi-ejb-test-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-ejb-test-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/cdi-ejb-test-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-ejb-test-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-ejb-test-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-ejb-test-webapp/3.1.99-SNAPSHOT/cdi-ejb-test-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/cdi-ejb-test-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-ejb-test-webapp/3.1.99-SNAPSHOT/cdi-ejb-test-webapp-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/cdi-ejb-test-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-ejb-test-webapp/3.1.99-SNAPSHOT/cdi-ejb-test-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-iface-with-non-jaxrs-impl-test-webapp >--
[INFO] Building jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp 3.1.99-SNAPSHOT [115/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cdi-iface-with-non-jaxrs-impl-test-webapp] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/cdi-iface-with-non-jaxrs-impl-test-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/cdi-iface-with-non-jaxrs-impl-test-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/cdi-iface-with-non-jaxrs-impl-test-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-iface-with-non-jaxrs-impl-test-webapp/3.1.99-SNAPSHOT/cdi-iface-with-non-jaxrs-impl-test-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/cdi-iface-with-non-jaxrs-impl-test-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-iface-with-non-jaxrs-impl-test-webapp/3.1.99-SNAPSHOT/cdi-iface-with-non-jaxrs-impl-test-webapp-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/cdi-iface-with-non-jaxrs-impl-test-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-iface-with-non-jaxrs-impl-test-webapp/3.1.99-SNAPSHOT/cdi-iface-with-non-jaxrs-impl-test-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---< org.glassfish.jersey.tests.integration.cdi:cdi-manually-bound >----
[INFO] Building cdi-manually-bound 3.1.99-SNAPSHOT                    [116/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-manually-bound ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-manually-bound ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-manually-bound ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-manually-bound ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-manually-bound ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-manually-bound ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-manually-bound ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cdi-manually-bound ---
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-manually-bound ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-manually-bound/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-manually-bound/src/main/java/org/glassfish/jersey/tests/cdi/manuallybound/NoBeanDefiningAnnotationContainerFilter.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-manually-bound/src/main/java/org/glassfish/jersey/tests/cdi/manuallybound/NoBeanDefiningAnnotationContainerFilter.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-manually-bound/src/main/java/org/glassfish/jersey/tests/cdi/manuallybound/NoBeanDefiningAnnotationContainerFilter.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ cdi-manually-bound ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-manually-bound/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-manually-bound/src/main/java/org/glassfish/jersey/tests/cdi/manuallybound/NoBeanDefiningAnnotationContainerFilter.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-manually-bound/src/main/java/org/glassfish/jersey/tests/cdi/manuallybound/NoBeanDefiningAnnotationContainerFilter.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-manually-bound/src/main/java/org/glassfish/jersey/tests/cdi/manuallybound/NoBeanDefiningAnnotationContainerFilter.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cdi-manually-bound ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-manually-bound/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-manually-bound ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-manually-bound/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ cdi-manually-bound ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ cdi-manually-bound ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-manually-bound/target/cdi-manually-bound-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-manually-bound ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-manually-bound/target/cdi-manually-bound-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-manually-bound ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-manually-bound/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-manually-bound/3.1.99-SNAPSHOT/cdi-manually-bound-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-manually-bound/target/cdi-manually-bound-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-manually-bound/3.1.99-SNAPSHOT/cdi-manually-bound-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-manually-bound/target/cdi-manually-bound-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-manually-bound/3.1.99-SNAPSHOT/cdi-manually-bound-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.tests.integration.cdi:cdi-log-check >------
[INFO] Building jersey-tests-cdi-log-check 3.1.99-SNAPSHOT            [117/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-log-check ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-log-check ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-log-check ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-log-check ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-log-check ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-log-check ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-log-check ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cdi-log-check ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-log-check ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-log-check/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ cdi-log-check ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-log-check/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cdi-log-check ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-log-check/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-log-check ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-log-check/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ cdi-log-check ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ cdi-log-check ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cdi-log-check] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-log-check/target/cdi-log-check]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-log-check/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-log-check/target/cdi-log-check.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-log-check ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-log-check/target/cdi-log-check-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-log-check ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-log-check/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-log-check/3.1.99-SNAPSHOT/cdi-log-check-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-log-check/target/cdi-log-check.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-log-check/3.1.99-SNAPSHOT/cdi-log-check-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-log-check/target/cdi-log-check-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-log-check/3.1.99-SNAPSHOT/cdi-log-check-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-lib >---
[INFO] Building jersey-tests-integration-cdi-multimodule-lib 3.1.99-SNAPSHOT [118/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-multimodule-lib ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-multimodule-lib ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-multimodule-lib ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-multimodule-lib ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-multimodule-lib ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-multimodule-lib ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multimodule-lib ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cdi-multimodule-lib ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-multimodule-lib ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multimodule/lib/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ cdi-multimodule-lib ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multimodule/lib/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cdi-multimodule-lib ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multimodule/lib/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-multimodule-lib ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ cdi-multimodule-lib ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ cdi-multimodule-lib ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multimodule/lib/target/cdi-multimodule-lib-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-multimodule-lib ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multimodule/lib/target/cdi-multimodule-lib-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-multimodule-lib ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multimodule/lib/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-lib/3.1.99-SNAPSHOT/cdi-multimodule-lib-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multimodule/lib/target/cdi-multimodule-lib-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-lib/3.1.99-SNAPSHOT/cdi-multimodule-lib-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multimodule/lib/target/cdi-multimodule-lib-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-lib/3.1.99-SNAPSHOT/cdi-multimodule-lib-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-war1 >---
[INFO] Building jersey-tests-integration-cdi-multimodule-war 3.1.99-SNAPSHOT [119/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-multimodule-war1 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-multimodule-war1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-multimodule-war1 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-multimodule-war1 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-multimodule-war1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-multimodule-war1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multimodule-war1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cdi-multimodule-war1 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multimodule/war1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-multimodule-war1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multimodule/war1/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ cdi-multimodule-war1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multimodule/war1/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cdi-multimodule-war1 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multimodule/war1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-multimodule-war1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multimodule/war1/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ cdi-multimodule-war1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ cdi-multimodule-war1 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cdi-multimodule-war1] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multimodule/war1/target/cdi-multimodule-war1]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multimodule/war1/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multimodule/war1/target/cdi-multimodule-war1.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-multimodule-war1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multimodule/war1/target/cdi-multimodule-war1-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-multimodule-war1 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multimodule/war1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war1/3.1.99-SNAPSHOT/cdi-multimodule-war1-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multimodule/war1/target/cdi-multimodule-war1.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war1/3.1.99-SNAPSHOT/cdi-multimodule-war1-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multimodule/war1/target/cdi-multimodule-war1-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war1/3.1.99-SNAPSHOT/cdi-multimodule-war1-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-war2 >---
[INFO] Building jersey-tests-integration-cdi-multimodule-war2 3.1.99-SNAPSHOT [120/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-multimodule-war2 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-multimodule-war2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-multimodule-war2 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-multimodule-war2 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-multimodule-war2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-multimodule-war2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multimodule-war2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cdi-multimodule-war2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multimodule/war2/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-multimodule-war2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multimodule/war2/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ cdi-multimodule-war2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multimodule/war2/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cdi-multimodule-war2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multimodule/war2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-multimodule-war2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multimodule/war2/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ cdi-multimodule-war2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ cdi-multimodule-war2 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cdi-multimodule-war2] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multimodule/war2/target/cdi-multimodule-war2]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multimodule/war2/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multimodule/war2/target/cdi-multimodule-war2.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-multimodule-war2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multimodule/war2/target/cdi-multimodule-war2-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-multimodule-war2 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multimodule/war2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war2/3.1.99-SNAPSHOT/cdi-multimodule-war2-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multimodule/war2/target/cdi-multimodule-war2.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war2/3.1.99-SNAPSHOT/cdi-multimodule-war2-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multimodule/war2/target/cdi-multimodule-war2-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war2/3.1.99-SNAPSHOT/cdi-multimodule-war2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-ear >---
[INFO] Building jersey-tests-integration-cdi-multimodule-ear 3.1.99-SNAPSHOT [121/362]
[INFO] --------------------------------[ ear ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-multimodule-ear ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-multimodule-ear ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-multimodule-ear ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-multimodule-ear ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-multimodule-ear ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-multimodule-ear ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multimodule-ear ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-ear-plugin:3.2.0:generate-application-xml (default-generate-application-xml) @ cdi-multimodule-ear ---
[INFO] Generating application.xml
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cdi-multimodule-ear ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multimodule/ear/src/main/resources
[INFO] 
[INFO] --- maven-ear-plugin:3.2.0:ear (default-ear) @ cdi-multimodule-ear ---
[INFO] Copying artifact [war:org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-war1:3.1.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration.cdi-cdi-multimodule-war1-3.1.99-SNAPSHOT.war]
[INFO] Copying artifact [war:org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-war2:3.1.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration.cdi-cdi-multimodule-war2-3.1.99-SNAPSHOT.war]
[INFO] Copying artifact [jar:org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-lib:3.1.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.tests.integration.cdi-cdi-multimodule-lib-3.1.99-SNAPSHOT.jar]
[INFO] Copying artifact [jar:org.glassfish.jersey.inject:jersey-hk2:3.1.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.inject-jersey-hk2-3.1.99-SNAPSHOT.jar]
[INFO] Copying artifact [jar:org.glassfish.jersey.core:jersey-common:3.1.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.core-jersey-common-3.1.99-SNAPSHOT.jar]
[INFO] Copying artifact [jar:jakarta.ws.rs:jakarta.ws.rs-api:3.1.0] to [APP-INF/lib/jakarta.ws.rs-jakarta.ws.rs-api-3.1.0.jar]
[INFO] Copying artifact [jar:jakarta.annotation:jakarta.annotation-api:2.1.1] to [APP-INF/lib/jakarta.annotation-jakarta.annotation-api-2.1.1.jar]
[INFO] Copying artifact [jar:jakarta.inject:jakarta.inject-api:2.0.1] to [APP-INF/lib/jakarta.inject-jakarta.inject-api-2.0.1.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:osgi-resource-locator:1.0.3] to [APP-INF/lib/org.glassfish.hk2-osgi-resource-locator-1.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-locator:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-locator-3.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2.external:aopalliance-repackaged:3.0.3] to [APP-INF/lib/org.glassfish.hk2.external-aopalliance-repackaged-3.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-api:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-api-3.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-utils:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-utils-3.0.3.jar]
[INFO] Copying artifact [jar:org.javassist:javassist:3.29.0-GA] to [APP-INF/lib/org.javassist-javassist-3.29.0-GA.jar]
[INFO] Building ear: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multimodule/ear/target/cdi-multimodule-ear-3.1.99-SNAPSHOT.ear
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-multimodule-ear ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-multimodule-ear ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multimodule/ear/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-ear/3.1.99-SNAPSHOT/cdi-multimodule-ear-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multimodule/ear/target/cdi-multimodule-ear-3.1.99-SNAPSHOT.ear to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-ear/3.1.99-SNAPSHOT/cdi-multimodule-ear-3.1.99-SNAPSHOT.ear
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule >-----
[INFO] Building jersey-tests-integration-cdi-multimodule 3.1.99-SNAPSHOT [122/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-multimodule ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-multimodule ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-multimodule ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-multimodule ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-multimodule ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-multimodule ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multimodule ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-multimodule ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-multimodule ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multimodule/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule/3.1.99-SNAPSHOT/cdi-multimodule-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-multipart-webapp >---
[INFO] Building jersey-tests-cdi-multipart-webapp 3.1.99-SNAPSHOT     [123/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-multipart-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-multipart-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-multipart-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-multipart-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-multipart-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-multipart-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multipart-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cdi-multipart-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multipart-webapp/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-multipart-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multipart-webapp/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ cdi-multipart-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multipart-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cdi-multipart-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multipart-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-multipart-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multipart-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ cdi-multipart-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ cdi-multipart-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cdi-multipart-webapp] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multipart-webapp/target/cdi-multipart-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multipart-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multipart-webapp/target/cdi-multipart-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-multipart-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multipart-webapp/target/cdi-multipart-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-multipart-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multipart-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multipart-webapp/3.1.99-SNAPSHOT/cdi-multipart-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multipart-webapp/target/cdi-multipart-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multipart-webapp/3.1.99-SNAPSHOT/cdi-multipart-webapp-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-multipart-webapp/target/cdi-multipart-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multipart-webapp/3.1.99-SNAPSHOT/cdi-multipart-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-resource-with-at-context >--
[INFO] Building jersey-tests-resource-with-at-context 3.1.99-SNAPSHOT [124/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-resource-with-at-context ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-resource-with-at-context ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-resource-with-at-context ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-resource-with-at-context ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-resource-with-at-context ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-resource-with-at-context ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-resource-with-at-context ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cdi-resource-with-at-context ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-resource-with-at-context ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-resource-with-at-context/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ cdi-resource-with-at-context ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-resource-with-at-context/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cdi-resource-with-at-context ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-resource-with-at-context/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-resource-with-at-context ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-resource-with-at-context/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ cdi-resource-with-at-context ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ cdi-resource-with-at-context ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-resource-with-at-context/target/cdi-resource-with-at-context-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-resource-with-at-context ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-resource-with-at-context/target/cdi-resource-with-at-context-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-resource-with-at-context ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-resource-with-at-context/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-resource-with-at-context/3.1.99-SNAPSHOT/cdi-resource-with-at-context-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-resource-with-at-context/target/cdi-resource-with-at-context-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-resource-with-at-context/3.1.99-SNAPSHOT/cdi-resource-with-at-context-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-resource-with-at-context/target/cdi-resource-with-at-context-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-resource-with-at-context/3.1.99-SNAPSHOT/cdi-resource-with-at-context-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.tests.integration.cdi:cdi-singleton >------
[INFO] Building cdi-singleton 3.1.99-SNAPSHOT                         [125/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-singleton ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-singleton ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-singleton ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-singleton ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-singleton ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-singleton ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-singleton ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cdi-singleton ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-singleton ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-singleton/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ cdi-singleton ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-singleton/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cdi-singleton ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-singleton/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-singleton ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-singleton/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ cdi-singleton ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ cdi-singleton ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-singleton/target/cdi-singleton-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-singleton ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-singleton/target/cdi-singleton-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-singleton ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-singleton/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-singleton/3.1.99-SNAPSHOT/cdi-singleton-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-singleton/target/cdi-singleton-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-singleton/3.1.99-SNAPSHOT/cdi-singleton-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-singleton/target/cdi-singleton-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-singleton/3.1.99-SNAPSHOT/cdi-singleton-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration.cdi:cdi-test-webapp >-----
[INFO] Building jersey-tests-cdi-webapp 3.1.99-SNAPSHOT               [126/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-test-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-test-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-test-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-test-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-test-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-test-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-test-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cdi-test-webapp ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-test-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 31 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-test-webapp/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/JCDIBeanDependentPerRequestResource.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/JCDIBeanDependentPerRequestResource.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ cdi-test-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 31 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-test-webapp/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/JCDIBeanDependentPerRequestResource.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/JCDIBeanDependentPerRequestResource.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cdi-test-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-test-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-test-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-test-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ cdi-test-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ cdi-test-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cdi-test-webapp] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-test-webapp/target/cdi-test-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-test-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-test-webapp/target/cdi-test-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-test-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-test-webapp/target/cdi-test-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-test-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-test-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-test-webapp/3.1.99-SNAPSHOT/cdi-test-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-test-webapp/target/cdi-test-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-test-webapp/3.1.99-SNAPSHOT/cdi-test-webapp-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-test-webapp/target/cdi-test-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-test-webapp/3.1.99-SNAPSHOT/cdi-test-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-with-jersey-injection-custom-cfg-webapp >--
[INFO] Building jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp 3.1.99-SNAPSHOT [127/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedCtorInjectedResource.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedCtorInjectedResource.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedCtorInjectedResource.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedCtorInjectedResource.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cdi-with-jersey-injection-custom-cfg-webapp] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/cdi-with-jersey-injection-custom-cfg-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/cdi-with-jersey-injection-custom-cfg-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/cdi-with-jersey-injection-custom-cfg-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-cfg-webapp/3.1.99-SNAPSHOT/cdi-with-jersey-injection-custom-cfg-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/cdi-with-jersey-injection-custom-cfg-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-cfg-webapp/3.1.99-SNAPSHOT/cdi-with-jersey-injection-custom-cfg-webapp-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/cdi-with-jersey-injection-custom-cfg-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-cfg-webapp/3.1.99-SNAPSHOT/cdi-with-jersey-injection-custom-cfg-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-with-jersey-injection-custom-hk2-banned-webapp >--
[INFO] Building jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp 3.1.99-SNAPSHOT [128/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedFieldInjectedResource.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedFieldInjectedResource.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedFieldInjectedResource.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedFieldInjectedResource.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cdi-with-jersey-injection-custom-hk2-banned-webapp] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/cdi-with-jersey-injection-custom-hk2-banned-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/cdi-with-jersey-injection-custom-hk2-banned-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/cdi-with-jersey-injection-custom-hk2-banned-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-hk2-banned-webapp/3.1.99-SNAPSHOT/cdi-with-jersey-injection-custom-hk2-banned-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/cdi-with-jersey-injection-custom-hk2-banned-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-hk2-banned-webapp/3.1.99-SNAPSHOT/cdi-with-jersey-injection-custom-hk2-banned-webapp-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/cdi-with-jersey-injection-custom-hk2-banned-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-hk2-banned-webapp/3.1.99-SNAPSHOT/cdi-with-jersey-injection-custom-hk2-banned-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-with-jersey-injection-webapp >--
[INFO] Building jersey-tests-cdi-with-jersey-injection-webapp 3.1.99-SNAPSHOT [129/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-with-jersey-injection-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-with-jersey-injection-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-with-jersey-injection-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-with-jersey-injection-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-with-jersey-injection-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-with-jersey-injection-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-with-jersey-injection-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cdi-with-jersey-injection-webapp ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-with-jersey-injection-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedCtorInjectedResource.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedCtorInjectedResource.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ cdi-with-jersey-injection-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedCtorInjectedResource.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedCtorInjectedResource.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cdi-with-jersey-injection-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-with-jersey-injection-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ cdi-with-jersey-injection-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ cdi-with-jersey-injection-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cdi-with-jersey-injection-webapp] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/cdi-with-jersey-injection-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/cdi-with-jersey-injection-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-with-jersey-injection-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/cdi-with-jersey-injection-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-with-jersey-injection-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-webapp/3.1.99-SNAPSHOT/cdi-with-jersey-injection-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/cdi-with-jersey-injection-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-webapp/3.1.99-SNAPSHOT/cdi-with-jersey-injection-webapp-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/cdi-with-jersey-injection-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-webapp/3.1.99-SNAPSHOT/cdi-with-jersey-injection-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.cdi:context-inject-on-server >--
[INFO] Building jersey-tests-context-inject-on-server 3.1.99-SNAPSHOT [130/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ context-inject-on-server ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ context-inject-on-server ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ context-inject-on-server ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ context-inject-on-server ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ context-inject-on-server ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ context-inject-on-server ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ context-inject-on-server ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ context-inject-on-server ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ context-inject-on-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 32 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/context-inject-on-server/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/context-inject-on-server/src/main/java/org/glassfish/jersey/tests/cdi/inject/ApplicationInjectParent.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/context-inject-on-server/src/main/java/org/glassfish/jersey/tests/cdi/inject/ApplicationInjectParent.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/context-inject-on-server/src/main/java/org/glassfish/jersey/tests/cdi/inject/ApplicationInjectParent.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ context-inject-on-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 32 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/context-inject-on-server/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/context-inject-on-server/src/main/java/org/glassfish/jersey/tests/cdi/inject/ApplicationInjectParent.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/context-inject-on-server/src/main/java/org/glassfish/jersey/tests/cdi/inject/ApplicationInjectParent.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/context-inject-on-server/src/main/java/org/glassfish/jersey/tests/cdi/inject/ApplicationInjectParent.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ context-inject-on-server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/context-inject-on-server/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ context-inject-on-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/context-inject-on-server/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ context-inject-on-server ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ context-inject-on-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/context-inject-on-server/target/context-inject-on-server-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ context-inject-on-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/context-inject-on-server/target/context-inject-on-server-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ context-inject-on-server ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/context-inject-on-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/context-inject-on-server/3.1.99-SNAPSHOT/context-inject-on-server-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/context-inject-on-server/target/context-inject-on-server-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/context-inject-on-server/3.1.99-SNAPSHOT/context-inject-on-server-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/context-inject-on-server/target/context-inject-on-server-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/context-inject-on-server/3.1.99-SNAPSHOT/context-inject-on-server-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.cdi:gf-cdi-inject-on-server >--
[INFO] Building jersey-tests-glassfish-inject-on-server 3.1.99-SNAPSHOT [131/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ gf-cdi-inject-on-server ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ gf-cdi-inject-on-server ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ gf-cdi-inject-on-server ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ gf-cdi-inject-on-server ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ gf-cdi-inject-on-server ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ gf-cdi-inject-on-server ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ gf-cdi-inject-on-server ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ gf-cdi-inject-on-server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/gf-cdi-inject/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ gf-cdi-inject-on-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/gf-cdi-inject/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ gf-cdi-inject-on-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/gf-cdi-inject/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ gf-cdi-inject-on-server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/gf-cdi-inject/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ gf-cdi-inject-on-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/gf-cdi-inject/target/test-classes
[INFO] 
[INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack) @ gf-cdi-inject-on-server ---
[INFO] Configured Artifact: org.glassfish.main.distributions:glassfish:7.0.0:zip
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/main/distributions/glassfish/7.0.0/glassfish-7.0.0.zip to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/gf-cdi-inject/target with includes "" and excludes ""
[INFO] 
[INFO] --- maven-dependency-plugin:3.3.0:copy (copy) @ gf-cdi-inject-on-server ---
[INFO] Configured Artifact: org.glassfish.jersey.ext:jersey-bean-validation:3.1.99-SNAPSHOT:jar
[INFO] Configured Artifact: org.glassfish.jersey.ext.cdi:jersey-cdi1x:3.1.99-SNAPSHOT:jar
[INFO] Configured Artifact: org.glassfish.jersey.ext.cdi:jersey-cdi1x-servlet:3.1.99-SNAPSHOT:jar
[INFO] Configured Artifact: org.glassfish.jersey.ext.cdi:jersey-cdi1x-transaction:3.1.99-SNAPSHOT:jar
[INFO] Configured Artifact: org.glassfish.jersey.ext.cdi:jersey-cdi-rs-inject:3.1.99-SNAPSHOT:jar
[INFO] Configured Artifact: org.glassfish.jersey.core:jersey-client:3.1.99-SNAPSHOT:jar
[INFO] Configured Artifact: org.glassfish.jersey.core:jersey-common:3.1.99-SNAPSHOT:jar
[INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-grizzly2-http:3.1.99-SNAPSHOT:jar
[INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet:3.1.99-SNAPSHOT:jar
[INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet-core:3.1.99-SNAPSHOT:jar
[INFO] Configured Artifact: org.glassfish.jersey.ext:jersey-entity-filtering:3.1.99-SNAPSHOT:jar
[INFO] Configured Artifact: org.glassfish.jersey.containers.glassfish:jersey-gf-ejb:3.1.99-SNAPSHOT:jar
[INFO] Configured Artifact: org.glassfish.jersey.inject:jersey-hk2:3.1.99-SNAPSHOT:jar
[INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-jaxb:3.1.99-SNAPSHOT:jar
[INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-json-binding:3.1.99-SNAPSHOT:jar
[INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-json-jackson:3.1.99-SNAPSHOT:jar
[INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-json-processing:3.1.99-SNAPSHOT:jar
[INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-multipart:3.1.99-SNAPSHOT:jar
[INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-sse:3.1.99-SNAPSHOT:jar
[INFO] Configured Artifact: org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client:3.1.99-SNAPSHOT:jar
[INFO] Configured Artifact: org.glassfish.jersey.ext:jersey-mvc:3.1.99-SNAPSHOT:jar
[INFO] Configured Artifact: org.glassfish.jersey.ext:jersey-mvc-jsp:3.1.99-SNAPSHOT:jar
[INFO] Configured Artifact: org.glassfish.jersey.ext:jersey-proxy-client:3.1.99-SNAPSHOT:jar
[INFO] Configured Artifact: org.glassfish.jersey.core:jersey-server:3.1.99-SNAPSHOT:jar
[INFO] Configured Artifact: jakarta.ws.rs:jakarta.ws.rs-api:?:jar
[INFO] Copying jersey-bean-validation-3.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-bean-validation.jar
[INFO] Copying jersey-cdi1x-3.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-cdi1x.jar
[INFO] Copying jersey-cdi1x-servlet-3.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-cdi1x-servlet.jar
[INFO] Copying jersey-cdi1x-transaction-3.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-cdi1x-transaction.jar
[INFO] Copying jersey-cdi-rs-inject-3.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-cdi-rs-inject.jar
[INFO] Copying jersey-client-3.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-client.jar
[INFO] Copying jersey-common-3.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-common.jar
[INFO] Copying jersey-container-grizzly2-http-3.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-container-grizzly2-http.jar
[INFO] Copying jersey-container-servlet-3.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-container-servlet.jar
[INFO] Copying jersey-container-servlet-core-3.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-container-servlet-core.jar
[INFO] Copying jersey-entity-filtering-3.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-entity-filtering.jar
[INFO] Copying jersey-gf-ejb-3.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-gf-ejb.jar
[INFO] Copying jersey-hk2-3.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-hk2.jar
[INFO] Copying jersey-media-jaxb-3.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-media-jaxb.jar
[INFO] Copying jersey-media-json-binding-3.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-media-json-binding.jar
[INFO] Copying jersey-media-json-jackson-3.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-media-json-jackson.jar
[INFO] Copying jersey-media-json-processing-3.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-media-json-processing.jar
[INFO] Copying jersey-media-multipart-3.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-media-multipart.jar
[INFO] Copying jersey-media-sse-3.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-media-sse.jar
[INFO] Copying jersey-mp-rest-client-3.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-mp-rest-client.jar
[INFO] Copying jersey-mvc-3.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-mvc.jar
[INFO] Copying jersey-mvc-jsp-3.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-mvc-jsp.jar
[INFO] Copying jersey-proxy-client-3.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-proxy-client.jar
[INFO] Copying jersey-server-3.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-server.jar
[INFO] Copying jakarta.ws.rs-api-3.1.0.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jakarta.ws.rs-api.jar
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ gf-cdi-inject-on-server ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ gf-cdi-inject-on-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/gf-cdi-inject/target/gf-cdi-inject-on-server-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ gf-cdi-inject-on-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/gf-cdi-inject/target/gf-cdi-inject-on-server-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ gf-cdi-inject-on-server ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/gf-cdi-inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/gf-cdi-inject-on-server/3.1.99-SNAPSHOT/gf-cdi-inject-on-server-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/gf-cdi-inject/target/gf-cdi-inject-on-server-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/gf-cdi-inject-on-server/3.1.99-SNAPSHOT/gf-cdi-inject-on-server-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/cdi-integration/gf-cdi-inject/target/gf-cdi-inject-on-server-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/gf-cdi-inject-on-server/3.1.99-SNAPSHOT/gf-cdi-inject-on-server-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration:client-connector-provider >--
[INFO] Building client-connector-provider 3.1.99-SNAPSHOT             [132/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ client-connector-provider ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ client-connector-provider ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ client-connector-provider ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ client-connector-provider ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ client-connector-provider ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ client-connector-provider ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ client-connector-provider ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ client-connector-provider ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ client-connector-provider ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/client-connector-provider/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ client-connector-provider ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/client-connector-provider/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ client-connector-provider ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/client-connector-provider/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ client-connector-provider ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/client-connector-provider/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ client-connector-provider ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ client-connector-provider ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/client-connector-provider/target/client-connector-provider.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ client-connector-provider ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/client-connector-provider/target/client-connector-provider-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ client-connector-provider ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/client-connector-provider/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/client-connector-provider/3.1.99-SNAPSHOT/client-connector-provider-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/client-connector-provider/target/client-connector-provider.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/client-connector-provider/3.1.99-SNAPSHOT/client-connector-provider-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/client-connector-provider/target/client-connector-provider-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/client-connector-provider/3.1.99-SNAPSHOT/client-connector-provider-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration:ejb-multimodule-lib >-----
[INFO] Building jersey-tests-integration-ejb-multimodule-lib 3.1.99-SNAPSHOT [133/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ejb-multimodule-lib ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ ejb-multimodule-lib ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ ejb-multimodule-lib ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ ejb-multimodule-lib ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ ejb-multimodule-lib ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-lib ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-lib ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ ejb-multimodule-lib ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule/lib/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ ejb-multimodule-lib ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule/lib/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ ejb-multimodule-lib ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule/lib/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ ejb-multimodule-lib ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule/lib/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ ejb-multimodule-lib ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ ejb-multimodule-lib ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ ejb-multimodule-lib ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule/lib/target/ejb-multimodule-lib-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ejb-multimodule-lib ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule/lib/target/ejb-multimodule-lib-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ ejb-multimodule-lib ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule/lib/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-lib/3.1.99-SNAPSHOT/ejb-multimodule-lib-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule/lib/target/ejb-multimodule-lib-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-lib/3.1.99-SNAPSHOT/ejb-multimodule-lib-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule/lib/target/ejb-multimodule-lib-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-lib/3.1.99-SNAPSHOT/ejb-multimodule-lib-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration:ejb-multimodule-war >-----
[INFO] Building jersey-tests-integration-ejb-multimodule-war 3.1.99-SNAPSHOT [134/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ejb-multimodule-war ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ ejb-multimodule-war ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ ejb-multimodule-war ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ ejb-multimodule-war ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ ejb-multimodule-war ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-war ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-war ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ ejb-multimodule-war ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule/war/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ ejb-multimodule-war ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule/war/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ ejb-multimodule-war ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule/war/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ ejb-multimodule-war ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule/war/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ ejb-multimodule-war ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule/war/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ ejb-multimodule-war ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ ejb-multimodule-war ---
[INFO] Packaging webapp
[INFO] Assembling webapp [ejb-multimodule-war] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule/war/target/ejb-multimodule-war]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule/war/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule/war/target/ejb-multimodule-war.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ejb-multimodule-war ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule/war/target/ejb-multimodule-war-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ ejb-multimodule-war ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule/war/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-war/3.1.99-SNAPSHOT/ejb-multimodule-war-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule/war/target/ejb-multimodule-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-war/3.1.99-SNAPSHOT/ejb-multimodule-war-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule/war/target/ejb-multimodule-war-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-war/3.1.99-SNAPSHOT/ejb-multimodule-war-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration:ejb-multimodule-ear >-----
[INFO] Building jersey-tests-integration-ejb-multimodule-ear 3.1.99-SNAPSHOT [135/362]
[INFO] --------------------------------[ ear ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ejb-multimodule-ear ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ ejb-multimodule-ear ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ ejb-multimodule-ear ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ ejb-multimodule-ear ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ ejb-multimodule-ear ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-ear ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-ear ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-ear-plugin:3.2.0:generate-application-xml (default-generate-application-xml) @ ejb-multimodule-ear ---
[INFO] Generating application.xml
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ ejb-multimodule-ear ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule/ear/src/main/resources
[INFO] 
[INFO] --- maven-ear-plugin:3.2.0:ear (default-ear) @ ejb-multimodule-ear ---
[INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:ejb-multimodule-war:3.1.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-ejb-multimodule-war-3.1.99-SNAPSHOT.war]
[INFO] Copying artifact [ejb:org.glassfish.jersey.tests.integration:ejb-multimodule-lib:3.1.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-ejb-multimodule-lib-3.1.99-SNAPSHOT.jar]
[INFO] Building zip: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule/ear/target/ejb-multimodule-ear-3.1.99-SNAPSHOT/org.glassfish.jersey.tests.integration-ejb-multimodule-lib-3.1.99-SNAPSHOT.jar
[INFO] Copying artifact [jar:org.glassfish.jersey.inject:jersey-hk2:3.1.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.inject-jersey-hk2-3.1.99-SNAPSHOT.jar]
[INFO] Copying artifact [jar:org.glassfish.jersey.core:jersey-common:3.1.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.core-jersey-common-3.1.99-SNAPSHOT.jar]
[INFO] Copying artifact [jar:jakarta.ws.rs:jakarta.ws.rs-api:3.1.0] to [APP-INF/lib/jakarta.ws.rs-jakarta.ws.rs-api-3.1.0.jar]
[INFO] Copying artifact [jar:jakarta.annotation:jakarta.annotation-api:2.1.1] to [APP-INF/lib/jakarta.annotation-jakarta.annotation-api-2.1.1.jar]
[INFO] Copying artifact [jar:jakarta.inject:jakarta.inject-api:2.0.1] to [APP-INF/lib/jakarta.inject-jakarta.inject-api-2.0.1.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:osgi-resource-locator:1.0.3] to [APP-INF/lib/org.glassfish.hk2-osgi-resource-locator-1.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-locator:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-locator-3.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2.external:aopalliance-repackaged:3.0.3] to [APP-INF/lib/org.glassfish.hk2.external-aopalliance-repackaged-3.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-api:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-api-3.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-utils:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-utils-3.0.3.jar]
[INFO] Copying artifact [jar:org.javassist:javassist:3.29.0-GA] to [APP-INF/lib/org.javassist-javassist-3.29.0-GA.jar]
[INFO] Copy ear sources to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule/ear/target/ejb-multimodule-ear-3.1.99-SNAPSHOT
[INFO] Building ear: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule/ear/target/ejb-multimodule-ear-3.1.99-SNAPSHOT.ear
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ejb-multimodule-ear ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ ejb-multimodule-ear ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule/ear/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-ear/3.1.99-SNAPSHOT/ejb-multimodule-ear-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule/ear/target/ejb-multimodule-ear-3.1.99-SNAPSHOT.ear to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-ear/3.1.99-SNAPSHOT/ejb-multimodule-ear-3.1.99-SNAPSHOT.ear
[INFO] 
[INFO] -------< org.glassfish.jersey.tests.integration:ejb-multimodule >-------
[INFO] Building jersey-tests-integration-ejb-multimodule 3.1.99-SNAPSHOT [136/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ejb-multimodule ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ ejb-multimodule ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ ejb-multimodule ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ ejb-multimodule ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ ejb-multimodule ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ejb-multimodule ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ ejb-multimodule ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule/3.1.99-SNAPSHOT/ejb-multimodule-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration:ejb-multimodule-reload-lib >--
[INFO] Building jersey-tests-integration-ejb-multimodule-reload-lib 3.1.99-SNAPSHOT [137/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ejb-multimodule-reload-lib ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ ejb-multimodule-reload-lib ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ ejb-multimodule-reload-lib ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ ejb-multimodule-reload-lib ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ ejb-multimodule-reload-lib ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-reload-lib ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-reload-lib ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ ejb-multimodule-reload-lib ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ ejb-multimodule-reload-lib ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/lib/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ ejb-multimodule-reload-lib ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/lib/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ ejb-multimodule-reload-lib ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/lib/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ ejb-multimodule-reload-lib ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ ejb-multimodule-reload-lib ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ ejb-multimodule-reload-lib ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/lib/target/ejb-multimodule-reload-lib-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ejb-multimodule-reload-lib ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/lib/target/ejb-multimodule-reload-lib-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ ejb-multimodule-reload-lib ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/lib/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-lib/3.1.99-SNAPSHOT/ejb-multimodule-reload-lib-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/lib/target/ejb-multimodule-reload-lib-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-lib/3.1.99-SNAPSHOT/ejb-multimodule-reload-lib-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/lib/target/ejb-multimodule-reload-lib-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-lib/3.1.99-SNAPSHOT/ejb-multimodule-reload-lib-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration:ejb-multimodule-reload-war1 >--
[INFO] Building jersey-tests-integration-ejb-multimodule-reload-war1 3.1.99-SNAPSHOT [138/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ejb-multimodule-reload-war1 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ ejb-multimodule-reload-war1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ ejb-multimodule-reload-war1 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ ejb-multimodule-reload-war1 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ ejb-multimodule-reload-war1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-reload-war1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-reload-war1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ ejb-multimodule-reload-war1 ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ ejb-multimodule-reload-war1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/war1/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/war1/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/web1/FirstApp.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/war1/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/web1/FirstApp.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/war1/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/web1/FirstApp.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ ejb-multimodule-reload-war1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/war1/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/war1/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/web1/FirstApp.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/war1/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/web1/FirstApp.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/war1/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/web1/FirstApp.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ ejb-multimodule-reload-war1 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/war1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ ejb-multimodule-reload-war1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/war1/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ ejb-multimodule-reload-war1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ ejb-multimodule-reload-war1 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [ejb-multimodule-reload-war1] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/war1/target/ejb-multimodule-reload-war1]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/war1/target/ejb-multimodule-reload-war1.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ejb-multimodule-reload-war1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/war1/target/ejb-multimodule-reload-war1-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ ejb-multimodule-reload-war1 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/war1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war1/3.1.99-SNAPSHOT/ejb-multimodule-reload-war1-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/war1/target/ejb-multimodule-reload-war1.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war1/3.1.99-SNAPSHOT/ejb-multimodule-reload-war1-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/war1/target/ejb-multimodule-reload-war1-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war1/3.1.99-SNAPSHOT/ejb-multimodule-reload-war1-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration:ejb-multimodule-reload-war2 >--
[INFO] Building jersey-tests-integration-ejb-multimodule-reload-war2 3.1.99-SNAPSHOT [139/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ejb-multimodule-reload-war2 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ ejb-multimodule-reload-war2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ ejb-multimodule-reload-war2 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ ejb-multimodule-reload-war2 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ ejb-multimodule-reload-war2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-reload-war2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-reload-war2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ ejb-multimodule-reload-war2 ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ ejb-multimodule-reload-war2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/war2/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ ejb-multimodule-reload-war2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/war2/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ ejb-multimodule-reload-war2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/war2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ ejb-multimodule-reload-war2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/war2/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ ejb-multimodule-reload-war2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ ejb-multimodule-reload-war2 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [ejb-multimodule-reload-war2] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/war2/target/ejb-multimodule-reload-war2]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/war2/target/ejb-multimodule-reload-war2.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ejb-multimodule-reload-war2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/war2/target/ejb-multimodule-reload-war2-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ ejb-multimodule-reload-war2 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/war2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war2/3.1.99-SNAPSHOT/ejb-multimodule-reload-war2-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/war2/target/ejb-multimodule-reload-war2.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war2/3.1.99-SNAPSHOT/ejb-multimodule-reload-war2-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/war2/target/ejb-multimodule-reload-war2-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war2/3.1.99-SNAPSHOT/ejb-multimodule-reload-war2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration:ejb-multimodule-reload-ear >--
[INFO] Building jersey-tests-integration-ejb-multimodule-reload-ear 3.1.99-SNAPSHOT [140/362]
[INFO] --------------------------------[ ear ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ejb-multimodule-reload-ear ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ ejb-multimodule-reload-ear ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ ejb-multimodule-reload-ear ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ ejb-multimodule-reload-ear ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ ejb-multimodule-reload-ear ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-reload-ear ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-reload-ear ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-ear-plugin:3.2.0:generate-application-xml (default-generate-application-xml) @ ejb-multimodule-reload-ear ---
[INFO] Generating application.xml
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ ejb-multimodule-reload-ear ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/ear/src/main/resources
[INFO] 
[INFO] --- maven-ear-plugin:3.2.0:ear (default-ear) @ ejb-multimodule-reload-ear ---
[INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:ejb-multimodule-reload-war1:3.1.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-ejb-multimodule-reload-war1-3.1.99-SNAPSHOT.war]
[INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:ejb-multimodule-reload-war2:3.1.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-ejb-multimodule-reload-war2-3.1.99-SNAPSHOT.war]
[INFO] Copying artifact [ejb:org.glassfish.jersey.tests.integration:ejb-multimodule-reload-lib:3.1.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-ejb-multimodule-reload-lib-3.1.99-SNAPSHOT.jar]
[INFO] Building zip: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/ear/target/ejb-multimodule-reload-ear-3.1.99-SNAPSHOT/org.glassfish.jersey.tests.integration-ejb-multimodule-reload-lib-3.1.99-SNAPSHOT.jar
[INFO] Copying artifact [jar:org.glassfish.jersey.inject:jersey-hk2:3.1.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.inject-jersey-hk2-3.1.99-SNAPSHOT.jar]
[INFO] Copying artifact [jar:org.glassfish.jersey.core:jersey-common:3.1.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.core-jersey-common-3.1.99-SNAPSHOT.jar]
[INFO] Copying artifact [jar:jakarta.ws.rs:jakarta.ws.rs-api:3.1.0] to [APP-INF/lib/jakarta.ws.rs-jakarta.ws.rs-api-3.1.0.jar]
[INFO] Copying artifact [jar:jakarta.annotation:jakarta.annotation-api:2.1.1] to [APP-INF/lib/jakarta.annotation-jakarta.annotation-api-2.1.1.jar]
[INFO] Copying artifact [jar:jakarta.inject:jakarta.inject-api:2.0.1] to [APP-INF/lib/jakarta.inject-jakarta.inject-api-2.0.1.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:osgi-resource-locator:1.0.3] to [APP-INF/lib/org.glassfish.hk2-osgi-resource-locator-1.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-locator:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-locator-3.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2.external:aopalliance-repackaged:3.0.3] to [APP-INF/lib/org.glassfish.hk2.external-aopalliance-repackaged-3.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-api:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-api-3.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-utils:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-utils-3.0.3.jar]
[INFO] Copying artifact [jar:org.javassist:javassist:3.29.0-GA] to [APP-INF/lib/org.javassist-javassist-3.29.0-GA.jar]
[INFO] Building ear: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/ear/target/ejb-multimodule-reload-ear-3.1.99-SNAPSHOT.ear
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ejb-multimodule-reload-ear ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ ejb-multimodule-reload-ear ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/ear/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-ear/3.1.99-SNAPSHOT/ejb-multimodule-reload-ear-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/ear/target/ejb-multimodule-reload-ear-3.1.99-SNAPSHOT.ear to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-ear/3.1.99-SNAPSHOT/ejb-multimodule-reload-ear-3.1.99-SNAPSHOT.ear
[INFO] 
[INFO] ---< org.glassfish.jersey.tests.integration:ejb-multimodule-reload >----
[INFO] Building jersey-tests-integration-ejb-multimodule-reload 3.1.99-SNAPSHOT [141/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ejb-multimodule-reload ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ ejb-multimodule-reload ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ ejb-multimodule-reload ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ ejb-multimodule-reload ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ ejb-multimodule-reload ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-reload ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-reload ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ejb-multimodule-reload ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ ejb-multimodule-reload ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-multimodule-reload/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload/3.1.99-SNAPSHOT/ejb-multimodule-reload-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] -------< org.glassfish.jersey.tests.integration:ejb-test-webapp >-------
[INFO] Building jersey-tests-ejb-webapp 3.1.99-SNAPSHOT               [142/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ejb-test-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ ejb-test-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ ejb-test-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ ejb-test-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ ejb-test-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ ejb-test-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-test-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ ejb-test-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-test-webapp/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ ejb-test-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-test-webapp/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ ejb-test-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-test-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ ejb-test-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-test-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ ejb-test-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-test-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ ejb-test-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ ejb-test-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [ejb-test-webapp] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-test-webapp/target/ejb-test-webapp]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-test-webapp/target/ejb-test-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ejb-test-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-test-webapp/target/ejb-test-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ ejb-test-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-test-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-test-webapp/3.1.99-SNAPSHOT/ejb-test-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-test-webapp/target/ejb-test-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-test-webapp/3.1.99-SNAPSHOT/ejb-test-webapp-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/ejb-test-webapp/target/ejb-test-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-test-webapp/3.1.99-SNAPSHOT/ejb-test-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration:externalproperties >------
[INFO] Building jersey-tests-externalproperties 3.1.99-SNAPSHOT       [143/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ externalproperties ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ externalproperties ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ externalproperties ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ externalproperties ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ externalproperties ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ externalproperties ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ externalproperties ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ externalproperties ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/externalproperties/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ externalproperties ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ externalproperties ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ externalproperties ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/externalproperties/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ externalproperties ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/externalproperties/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ externalproperties ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ externalproperties ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/externalproperties/target/externalproperties-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ externalproperties ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ externalproperties ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/externalproperties/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/externalproperties/3.1.99-SNAPSHOT/externalproperties-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/externalproperties/target/externalproperties-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/externalproperties/3.1.99-SNAPSHOT/externalproperties-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] ---< org.glassfish.jersey.tests.integration:jaxrs-component-inject >----
[INFO] Building jersey-tests-component-inject 3.1.99-SNAPSHOT         [144/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxrs-component-inject ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jaxrs-component-inject ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jaxrs-component-inject ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jaxrs-component-inject ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jaxrs-component-inject ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jaxrs-component-inject ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jaxrs-component-inject ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jaxrs-component-inject ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jaxrs-component-inject/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jaxrs-component-inject ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jaxrs-component-inject/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jaxrs-component-inject/src/main/java/org/glassfish/jersey/tests/jaxrs/inject/TSAppConfig.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jaxrs-component-inject/src/main/java/org/glassfish/jersey/tests/jaxrs/inject/TSAppConfig.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jaxrs-component-inject ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jaxrs-component-inject/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jaxrs-component-inject/src/main/java/org/glassfish/jersey/tests/jaxrs/inject/TSAppConfig.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jaxrs-component-inject/src/main/java/org/glassfish/jersey/tests/jaxrs/inject/TSAppConfig.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jaxrs-component-inject ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jaxrs-component-inject/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jaxrs-component-inject ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jaxrs-component-inject/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jaxrs-component-inject ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jaxrs-component-inject ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jaxrs-component-inject] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jaxrs-component-inject/target/jaxrs-component-inject-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jaxrs-component-inject/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jaxrs-component-inject/target/jaxrs-component-inject-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jaxrs-component-inject ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jaxrs-component-inject/target/jaxrs-component-inject-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ jaxrs-component-inject >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jaxrs-component-inject ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jaxrs-component-inject ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ jaxrs-component-inject <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ jaxrs-component-inject ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ jaxrs-component-inject ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ jaxrs-component-inject ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ jaxrs-component-inject ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jaxrs-component-inject ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jaxrs-component-inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jaxrs-component-inject/3.1.99-SNAPSHOT/jaxrs-component-inject-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jaxrs-component-inject/target/jaxrs-component-inject-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jaxrs-component-inject/3.1.99-SNAPSHOT/jaxrs-component-inject-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jaxrs-component-inject/target/jaxrs-component-inject-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jaxrs-component-inject/3.1.99-SNAPSHOT/jaxrs-component-inject-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.tests.integration:j-376 >------------
[INFO] Building j-376-reproducer 3.1.99-SNAPSHOT                      [145/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ j-376 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ j-376 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ j-376 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ j-376 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ j-376 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ j-376 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-376 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ j-376 ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ j-376 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-376/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ j-376 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-376/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ j-376 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-376/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ j-376 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-376/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ j-376 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ j-376 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-376/target/j-376-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ j-376 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-376/target/j-376-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ j-376 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-376/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-376/3.1.99-SNAPSHOT/j-376-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-376/target/j-376-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-376/3.1.99-SNAPSHOT/j-376-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-376/target/j-376-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-376/3.1.99-SNAPSHOT/j-376-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:j-441-war1 >----------
[INFO] Building jersey-tests-integration-j-441-war1 3.1.99-SNAPSHOT   [146/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ j-441-war1 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ j-441-war1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ j-441-war1 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ j-441-war1 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ j-441-war1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ j-441-war1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-441-war1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ j-441-war1 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-441/war1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ j-441-war1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-441/war1/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ j-441-war1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-441/war1/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ j-441-war1 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-441/war1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ j-441-war1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-441/war1/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ j-441-war1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ j-441-war1 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [j-441-war1] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-441/war1/target/j-441-war1-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-441/war1/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-441/war1/target/j-441-war1-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ j-441-war1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-441/war1/target/j-441-war1-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ j-441-war1 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-441/war1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war1/3.1.99-SNAPSHOT/j-441-war1-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-441/war1/target/j-441-war1-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war1/3.1.99-SNAPSHOT/j-441-war1-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-441/war1/target/j-441-war1-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war1/3.1.99-SNAPSHOT/j-441-war1-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:j-441-war2 >----------
[INFO] Building jersey-tests-integration-j-441-war2 3.1.99-SNAPSHOT   [147/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ j-441-war2 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ j-441-war2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ j-441-war2 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ j-441-war2 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ j-441-war2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ j-441-war2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-441-war2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ j-441-war2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-441/war2/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ j-441-war2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-441/war2/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ j-441-war2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-441/war2/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ j-441-war2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-441/war2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ j-441-war2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-441/war2/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ j-441-war2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ j-441-war2 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [j-441-war2] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-441/war2/target/j-441-war2-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-441/war2/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-441/war2/target/j-441-war2-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ j-441-war2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-441/war2/target/j-441-war2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ j-441-war2 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-441/war2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war2/3.1.99-SNAPSHOT/j-441-war2-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-441/war2/target/j-441-war2-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war2/3.1.99-SNAPSHOT/j-441-war2-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-441/war2/target/j-441-war2-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war2/3.1.99-SNAPSHOT/j-441-war2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------< org.glassfish.jersey.tests.integration:j-441-ear >----------
[INFO] Building jersey-tests-integration-j-441-ear 3.1.99-SNAPSHOT    [148/362]
[INFO] --------------------------------[ ear ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ j-441-ear ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ j-441-ear ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ j-441-ear ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ j-441-ear ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ j-441-ear ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ j-441-ear ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-441-ear ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-ear-plugin:3.2.0:generate-application-xml (default-generate-application-xml) @ j-441-ear ---
[INFO] Generating application.xml
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ j-441-ear ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-441/ear/src/main/resources
[INFO] 
[INFO] --- maven-ear-plugin:3.2.0:ear (default-ear) @ j-441-ear ---
[INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:j-441-war1:3.1.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-j-441-war1-3.1.99-SNAPSHOT.war]
[INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:j-441-war2:3.1.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-j-441-war2-3.1.99-SNAPSHOT.war]
[INFO] Copying artifact [jar:org.glassfish.jersey.inject:jersey-hk2:3.1.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.inject-jersey-hk2-3.1.99-SNAPSHOT.jar]
[INFO] Copying artifact [jar:org.glassfish.jersey.core:jersey-common:3.1.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.core-jersey-common-3.1.99-SNAPSHOT.jar]
[INFO] Copying artifact [jar:jakarta.ws.rs:jakarta.ws.rs-api:3.1.0] to [APP-INF/lib/jakarta.ws.rs-jakarta.ws.rs-api-3.1.0.jar]
[INFO] Copying artifact [jar:jakarta.annotation:jakarta.annotation-api:2.1.1] to [APP-INF/lib/jakarta.annotation-jakarta.annotation-api-2.1.1.jar]
[INFO] Copying artifact [jar:jakarta.inject:jakarta.inject-api:2.0.1] to [APP-INF/lib/jakarta.inject-jakarta.inject-api-2.0.1.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:osgi-resource-locator:1.0.3] to [APP-INF/lib/org.glassfish.hk2-osgi-resource-locator-1.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-locator:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-locator-3.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2.external:aopalliance-repackaged:3.0.3] to [APP-INF/lib/org.glassfish.hk2.external-aopalliance-repackaged-3.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-api:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-api-3.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-utils:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-utils-3.0.3.jar]
[INFO] Copying artifact [jar:org.javassist:javassist:3.29.0-GA] to [APP-INF/lib/org.javassist-javassist-3.29.0-GA.jar]
[INFO] Building ear: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-441/ear/target/j-441-ear-3.1.99-SNAPSHOT.ear
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ j-441-ear ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ j-441-ear ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-441/ear/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-ear/3.1.99-SNAPSHOT/j-441-ear-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-441/ear/target/j-441-ear-3.1.99-SNAPSHOT.ear to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-ear/3.1.99-SNAPSHOT/j-441-ear-3.1.99-SNAPSHOT.ear
[INFO] 
[INFO] ------------< org.glassfish.jersey.tests.integration:j-441 >------------
[INFO] Building jersey-tests-integration-j-441 3.1.99-SNAPSHOT        [149/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ j-441 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ j-441 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ j-441 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ j-441 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ j-441 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ j-441 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-441 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ j-441 ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ j-441 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-441/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441/3.1.99-SNAPSHOT/j-441-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] --------< org.glassfish.jersey.tests.integration:j-59-ejb-lib >---------
[INFO] Building jersey-tests-integration-j-59-ejb-lib 3.1.99-SNAPSHOT [150/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ j-59-ejb-lib ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ j-59-ejb-lib ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ j-59-ejb-lib ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ j-59-ejb-lib ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ j-59-ejb-lib ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ j-59-ejb-lib ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-59-ejb-lib ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ j-59-ejb-lib ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-59/lib/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ j-59-ejb-lib ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-59/lib/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ j-59-ejb-lib ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-59/lib/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ j-59-ejb-lib ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-59/lib/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ j-59-ejb-lib ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ j-59-ejb-lib ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ j-59-ejb-lib ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-59/lib/target/j-59-ejb-lib-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ j-59-ejb-lib ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-59/lib/target/j-59-ejb-lib-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ j-59-ejb-lib ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-59/lib/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ejb-lib/3.1.99-SNAPSHOT/j-59-ejb-lib-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-59/lib/target/j-59-ejb-lib-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ejb-lib/3.1.99-SNAPSHOT/j-59-ejb-lib-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-59/lib/target/j-59-ejb-lib-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ejb-lib/3.1.99-SNAPSHOT/j-59-ejb-lib-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.tests.integration:j-59-cdi-war >---------
[INFO] Building jersey-tests-integration-j-59-cdi-war 3.1.99-SNAPSHOT [151/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ j-59-cdi-war ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ j-59-cdi-war ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ j-59-cdi-war ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ j-59-cdi-war ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ j-59-cdi-war ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ j-59-cdi-war ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-59-cdi-war ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ j-59-cdi-war ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-59/war/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ j-59-cdi-war ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-59/war/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ j-59-cdi-war ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-59/war/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ j-59-cdi-war ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-59/war/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ j-59-cdi-war ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-59/war/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ j-59-cdi-war ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ j-59-cdi-war ---
[INFO] Packaging webapp
[INFO] Assembling webapp [j-59-cdi-war] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-59/war/target/j-59-cdi-war-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-59/war/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-59/war/target/j-59-cdi-war-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ j-59-cdi-war ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-59/war/target/j-59-cdi-war-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ j-59-cdi-war ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-59/war/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-cdi-war/3.1.99-SNAPSHOT/j-59-cdi-war-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-59/war/target/j-59-cdi-war-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-cdi-war/3.1.99-SNAPSHOT/j-59-cdi-war-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-59/war/target/j-59-cdi-war-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-cdi-war/3.1.99-SNAPSHOT/j-59-cdi-war-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------< org.glassfish.jersey.tests.integration:j-59-ear >-----------
[INFO] Building jersey-tests-integration-j-59-ear 3.1.99-SNAPSHOT     [152/362]
[INFO] --------------------------------[ ear ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ j-59-ear ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ j-59-ear ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ j-59-ear ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ j-59-ear ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ j-59-ear ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ j-59-ear ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-59-ear ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-ear-plugin:3.2.0:generate-application-xml (default-generate-application-xml) @ j-59-ear ---
[INFO] Generating application.xml
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ j-59-ear ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-59/ear/src/main/resources
[INFO] 
[INFO] --- maven-ear-plugin:3.2.0:ear (default-ear) @ j-59-ear ---
[INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:j-59-cdi-war:3.1.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-j-59-cdi-war-3.1.99-SNAPSHOT.war]
[INFO] Copying artifact [ejb:org.glassfish.jersey.tests.integration:j-59-ejb-lib:3.1.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-j-59-ejb-lib-3.1.99-SNAPSHOT.jar]
[INFO] Building zip: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-59/ear/target/j-59-ear-3.1.99-SNAPSHOT/org.glassfish.jersey.tests.integration-j-59-ejb-lib-3.1.99-SNAPSHOT.jar
[INFO] Copying artifact [jar:org.glassfish.jersey.inject:jersey-hk2:3.1.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.inject-jersey-hk2-3.1.99-SNAPSHOT.jar]
[INFO] Copying artifact [jar:org.glassfish.jersey.core:jersey-common:3.1.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.core-jersey-common-3.1.99-SNAPSHOT.jar]
[INFO] Copying artifact [jar:jakarta.ws.rs:jakarta.ws.rs-api:3.1.0] to [APP-INF/lib/jakarta.ws.rs-jakarta.ws.rs-api-3.1.0.jar]
[INFO] Copying artifact [jar:jakarta.annotation:jakarta.annotation-api:2.1.1] to [APP-INF/lib/jakarta.annotation-jakarta.annotation-api-2.1.1.jar]
[INFO] Copying artifact [jar:jakarta.inject:jakarta.inject-api:2.0.1] to [APP-INF/lib/jakarta.inject-jakarta.inject-api-2.0.1.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:osgi-resource-locator:1.0.3] to [APP-INF/lib/org.glassfish.hk2-osgi-resource-locator-1.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-locator:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-locator-3.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2.external:aopalliance-repackaged:3.0.3] to [APP-INF/lib/org.glassfish.hk2.external-aopalliance-repackaged-3.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-api:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-api-3.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-utils:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-utils-3.0.3.jar]
[INFO] Copying artifact [jar:org.javassist:javassist:3.29.0-GA] to [APP-INF/lib/org.javassist-javassist-3.29.0-GA.jar]
[INFO] Building ear: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-59/ear/target/j-59-ear-3.1.99-SNAPSHOT.ear
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ j-59-ear ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ j-59-ear ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-59/ear/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ear/3.1.99-SNAPSHOT/j-59-ear-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-59/ear/target/j-59-ear-3.1.99-SNAPSHOT.ear to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ear/3.1.99-SNAPSHOT/j-59-ear-3.1.99-SNAPSHOT.ear
[INFO] 
[INFO] ------------< org.glassfish.jersey.tests.integration:j-59 >-------------
[INFO] Building jersey-tests-integration-j-59 3.1.99-SNAPSHOT         [153/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ j-59 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ j-59 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ j-59 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ j-59 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ j-59 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ j-59 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-59 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ j-59 ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ j-59 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/j-59/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59/3.1.99-SNAPSHOT/j-59-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-780 >----------
[INFO] Building jersey-tests-integration-jersey-780 3.1.99-SNAPSHOT   [154/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-780 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-780 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-780 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-780 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-780 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-780 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-780 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-780 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-780/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-780 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-780/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-780 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-780/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-780 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-780/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-780 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-780/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-780 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-780 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-780] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-780/target/jersey-780-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-780/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-780/target/jersey-780-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-780 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-780/target/jersey-780-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ jersey-780 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-780 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-780 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ jersey-780 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ jersey-780 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ jersey-780 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ jersey-780 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ jersey-780 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-780 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-780/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-780/3.1.99-SNAPSHOT/jersey-780-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-780/target/jersey-780-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-780/3.1.99-SNAPSHOT/jersey-780-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-780/target/jersey-780-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-780/3.1.99-SNAPSHOT/jersey-780-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1107 >---------
[INFO] Building jersey-tests-integration-jersey-1107 3.1.99-SNAPSHOT  [155/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-1107 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-1107 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-1107 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-1107 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-1107 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-1107 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1107 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-1107 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1107/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-1107 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1107/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-1107 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1107/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-1107 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1107/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-1107 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1107/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-1107 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-1107 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-1107] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1107/target/jersey-1107-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1107/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1107/target/jersey-1107-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-1107 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1107/target/jersey-1107-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ jersey-1107 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-1107 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-1107 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ jersey-1107 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ jersey-1107 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ jersey-1107 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ jersey-1107 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ jersey-1107 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-1107 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1107/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1107/3.1.99-SNAPSHOT/jersey-1107-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1107/target/jersey-1107-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1107/3.1.99-SNAPSHOT/jersey-1107-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1107/target/jersey-1107-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1107/3.1.99-SNAPSHOT/jersey-1107-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1223 >---------
[INFO] Building jersey-tests-integration-jersey-1223 3.1.99-SNAPSHOT  [156/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-1223 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-1223 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-1223 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-1223 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-1223 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-1223 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1223 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-1223 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1223/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-1223 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1223/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-1223 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1223/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-1223 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1223/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-1223 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1223/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-1223 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-1223 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-1223] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1223/target/jersey-1223-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1223/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1223/target/jersey-1223-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-1223 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1223/target/jersey-1223-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ jersey-1223 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-1223 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-1223 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ jersey-1223 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ jersey-1223 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ jersey-1223 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ jersey-1223 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ jersey-1223 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-1223 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1223/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1223/3.1.99-SNAPSHOT/jersey-1223-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1223/target/jersey-1223-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1223/3.1.99-SNAPSHOT/jersey-1223-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1223/target/jersey-1223-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1223/3.1.99-SNAPSHOT/jersey-1223-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1604 >---------
[INFO] Building jersey-tests-integration-jersey-1604 3.1.99-SNAPSHOT  [157/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-1604 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-1604 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-1604 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-1604 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-1604 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-1604 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1604 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-1604 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1604/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-1604 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1604/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-1604 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1604/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-1604 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1604/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-1604 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1604/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-1604 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-1604 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-1604] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1604/target/jersey-1604-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1604/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1604/target/jersey-1604-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-1604 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1604/target/jersey-1604-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ jersey-1604 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-1604 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-1604 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ jersey-1604 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ jersey-1604 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ jersey-1604 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ jersey-1604 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ jersey-1604 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-1604 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1604/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1604/3.1.99-SNAPSHOT/jersey-1604-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1604/target/jersey-1604-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1604/3.1.99-SNAPSHOT/jersey-1604-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1604/target/jersey-1604-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1604/3.1.99-SNAPSHOT/jersey-1604-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1667 >---------
[INFO] Building jersey-tests-integration-jersey-1667 3.1.99-SNAPSHOT  [158/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-1667 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-1667 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-1667 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-1667 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-1667 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-1667 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1667 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-1667 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1667/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-1667 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1667/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-1667 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1667/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-1667 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1667/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-1667 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1667/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-1667 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-1667 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-1667] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1667/target/jersey-1667-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1667/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1667/target/jersey-1667-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-1667 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1667/target/jersey-1667-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ jersey-1667 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-1667 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-1667 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ jersey-1667 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ jersey-1667 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ jersey-1667 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ jersey-1667 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ jersey-1667 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-1667 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1667/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1667/3.1.99-SNAPSHOT/jersey-1667-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1667/target/jersey-1667-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1667/3.1.99-SNAPSHOT/jersey-1667-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1667/target/jersey-1667-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1667/3.1.99-SNAPSHOT/jersey-1667-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1883 >---------
[INFO] Building jersey-tests-integration-jersey-1883 3.1.99-SNAPSHOT  [159/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-1883 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-1883 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-1883 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-1883 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-1883 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-1883 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1883 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-1883 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1883/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-1883 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1883/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-1883 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1883/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-1883 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1883/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-1883 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1883/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-1883 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-1883 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-1883] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1883/target/jersey-1883-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1883/target/jersey-1883-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-1883 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1883/target/jersey-1883-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ jersey-1883 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-1883 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-1883 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ jersey-1883 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ jersey-1883 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ jersey-1883 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ jersey-1883 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ jersey-1883 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-1883 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1883/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1883/3.1.99-SNAPSHOT/jersey-1883-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1883/target/jersey-1883-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1883/3.1.99-SNAPSHOT/jersey-1883-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1883/target/jersey-1883-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1883/3.1.99-SNAPSHOT/jersey-1883-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1928 >---------
[INFO] Building jersey-tests-integration-jersey-1928 3.1.99-SNAPSHOT  [160/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-1928 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-1928 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-1928 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-1928 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-1928 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-1928 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1928 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-1928 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1928/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-1928 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1928/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-1928 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1928/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-1928 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1928/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-1928 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1928/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-1928 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-1928 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-1928] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1928/target/jersey-1928-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1928/target/jersey-1928-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-1928 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1928/target/jersey-1928-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ jersey-1928 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-1928 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-1928 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ jersey-1928 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ jersey-1928 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ jersey-1928 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ jersey-1928 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ jersey-1928 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-1928 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1928/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1928/3.1.99-SNAPSHOT/jersey-1928-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1928/target/jersey-1928-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1928/3.1.99-SNAPSHOT/jersey-1928-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1928/target/jersey-1928-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1928/3.1.99-SNAPSHOT/jersey-1928-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1960 >---------
[INFO] Building jersey-tests-integration-jersey-1960 3.1.99-SNAPSHOT  [161/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-1960 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-1960 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-1960 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-1960 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-1960 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-1960 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1960 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-1960 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1960/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-1960 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1960/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-1960 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1960/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-1960 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1960/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-1960 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1960/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-1960 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-1960 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-1960] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1960/target/jersey-1960-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1960/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1960/target/jersey-1960-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-1960 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1960/target/jersey-1960-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ jersey-1960 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-1960 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-1960 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ jersey-1960 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ jersey-1960 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ jersey-1960 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ jersey-1960 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ jersey-1960 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-1960 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1960/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1960/3.1.99-SNAPSHOT/jersey-1960-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1960/target/jersey-1960-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1960/3.1.99-SNAPSHOT/jersey-1960-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1960/target/jersey-1960-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1960/3.1.99-SNAPSHOT/jersey-1960-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1964 >---------
[INFO] Building jersey-tests-integration-jersey-1964 3.1.99-SNAPSHOT  [162/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-1964 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-1964 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-1964 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-1964 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-1964 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-1964 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1964 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-1964 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1964/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-1964 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1964/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-1964 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1964/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-1964 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1964/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-1964 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1964/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-1964 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-1964 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-1964] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1964/target/jersey-1964-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1964/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1964/target/jersey-1964-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-1964 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1964/target/jersey-1964-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ jersey-1964 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-1964 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-1964 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ jersey-1964 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ jersey-1964 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ jersey-1964 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ jersey-1964 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ jersey-1964 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-1964 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1964/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1964/3.1.99-SNAPSHOT/jersey-1964-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1964/target/jersey-1964-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1964/3.1.99-SNAPSHOT/jersey-1964-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-1964/target/jersey-1964-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1964/3.1.99-SNAPSHOT/jersey-1964-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2031 >---------
[INFO] Building jersey-tests-integration-jersey-2031 3.1.99-SNAPSHOT  [163/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2031 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2031 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2031 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-2031 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-2031 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-2031 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2031 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-2031 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2031/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2031 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2031/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-2031 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2031/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-2031 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2031/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2031 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2031/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-2031 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-antrun-plugin:3.1.0:run (copy-tld) @ jersey-2031 ---
[INFO] Executing tasks
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2031/src/main/webapp/WEB-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-2031 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2031] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2031/target/jersey-2031-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2031/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2031/target/jersey-2031-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-2031 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2031/target/jersey-2031-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ jersey-2031 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2031 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2031 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ jersey-2031 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ jersey-2031 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ jersey-2031 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ jersey-2031 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-antrun-plugin:3.1.0:run (delete-tld) @ jersey-2031 ---
[INFO] Executing tasks
[INFO]    [delete] Deleting: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2031/src/main/webapp/WEB-INF/taglib.tld
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ jersey-2031 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-2031 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2031/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2031/3.1.99-SNAPSHOT/jersey-2031-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2031/target/jersey-2031-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2031/3.1.99-SNAPSHOT/jersey-2031-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2031/target/jersey-2031-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2031/3.1.99-SNAPSHOT/jersey-2031-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2136 >---------
[INFO] Building jersey-tests-integration-jersey-2136 3.1.99-SNAPSHOT  [164/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2136 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2136 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2136 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-2136 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-2136 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-2136 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2136 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-2136 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2136/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2136 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2136/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-2136 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2136/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-2136 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2136/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2136 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2136/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-2136 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-2136 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2136] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2136/target/jersey-2136-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2136/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2136/target/jersey-2136-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-2136 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2136/target/jersey-2136-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ jersey-2136 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ jersey-2136 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-2136 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2136/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2136/3.1.99-SNAPSHOT/jersey-2136-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2136/target/jersey-2136-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2136/3.1.99-SNAPSHOT/jersey-2136-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2136/target/jersey-2136-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2136/3.1.99-SNAPSHOT/jersey-2136-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2137 >---------
[INFO] Building jersey-tests-integration-jersey-2137 3.1.99-SNAPSHOT  [165/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2137 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2137 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2137 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-2137 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-2137 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-2137 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2137 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-2137 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2137/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2137 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2137/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-2137 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2137/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-2137 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2137/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2137 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2137/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-2137 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-2137 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2137] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2137/target/jersey-2137]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2137/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2137/target/jersey-2137.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-2137 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2137/target/jersey-2137-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-2137 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2137/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2137/3.1.99-SNAPSHOT/jersey-2137-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2137/target/jersey-2137.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2137/3.1.99-SNAPSHOT/jersey-2137-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2137/target/jersey-2137-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2137/3.1.99-SNAPSHOT/jersey-2137-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2154 >---------
[INFO] Building jersey-tests-integration-jersey-2154 3.1.99-SNAPSHOT  [166/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2154 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2154 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2154 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-2154 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-2154 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-2154 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2154 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-2154 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2154/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2154 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2154/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-2154 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2154/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-2154 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2154/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2154 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2154/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-2154 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-2154 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2154] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2154/target/jersey-2154]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2154/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2154/target/jersey-2154.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-2154 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2154/target/jersey-2154-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-2154 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2154/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2154/3.1.99-SNAPSHOT/jersey-2154-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2154/target/jersey-2154.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2154/3.1.99-SNAPSHOT/jersey-2154-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2154/target/jersey-2154-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2154/3.1.99-SNAPSHOT/jersey-2154-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2160 >---------
[INFO] Building jersey-tests-integration-jersey-2160 3.1.99-SNAPSHOT  [167/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2160 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2160 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2160 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-2160 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-2160 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-2160 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2160 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-2160 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2160/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2160 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2160/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-2160 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2160/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-2160 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2160/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2160 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2160/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-2160 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-2160 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2160] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2160/target/jersey-2160-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2160/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2160/target/jersey-2160-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-2160 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2160/target/jersey-2160-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ jersey-2160 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2160 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2160 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ jersey-2160 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ jersey-2160 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ jersey-2160 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ jersey-2160 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ jersey-2160 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-2160 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2160/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2160/3.1.99-SNAPSHOT/jersey-2160-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2160/target/jersey-2160-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2160/3.1.99-SNAPSHOT/jersey-2160-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2160/target/jersey-2160-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2160/3.1.99-SNAPSHOT/jersey-2160-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2164 >---------
[INFO] Building jersey-tests-integration-jersey-2164 3.1.99-SNAPSHOT  [168/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2164 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2164 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2164 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-2164 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-2164 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-2164 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2164 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-2164 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2164/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2164 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2164/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-2164 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2164/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-2164 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2164/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2164 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2164/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-2164 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-2164 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2164] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2164/target/jersey-2164-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2164/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2164/target/jersey-2164-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-2164 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2164/target/jersey-2164-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ jersey-2164 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2164 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2164 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ jersey-2164 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ jersey-2164 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ jersey-2164 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ jersey-2164 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ jersey-2164 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-2164 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2164/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2164/3.1.99-SNAPSHOT/jersey-2164-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2164/target/jersey-2164-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2164/3.1.99-SNAPSHOT/jersey-2164-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2164/target/jersey-2164-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2164/3.1.99-SNAPSHOT/jersey-2164-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2167 >---------
[INFO] Building jersey-tests-integration-jersey-2167 3.1.99-SNAPSHOT  [169/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2167 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2167 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2167 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-2167 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-2167 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-2167 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2167 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-2167 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2167/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2167 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2167/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-2167 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2167/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-2167 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2167/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2167 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2167/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-2167 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-2167 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2167] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2167/target/jersey-2167-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2167/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2167/target/jersey-2167-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-2167 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2167/target/jersey-2167-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ jersey-2167 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2167 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2167 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ jersey-2167 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ jersey-2167 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ jersey-2167 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ jersey-2167 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ jersey-2167 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-2167 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2167/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2167/3.1.99-SNAPSHOT/jersey-2167-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2167/target/jersey-2167-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2167/3.1.99-SNAPSHOT/jersey-2167-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2167/target/jersey-2167-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2167/3.1.99-SNAPSHOT/jersey-2167-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2176 >---------
[INFO] Building jersey-tests-integration-jersey-2176 3.1.99-SNAPSHOT  [170/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2176 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2176 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2176 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-2176 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-2176 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-2176 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2176 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-2176 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2176/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2176 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2176/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-2176 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2176/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-2176 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2176/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2176 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2176/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-2176 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-2176 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2176] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2176/target/jersey-2176-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2176/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2176/target/jersey-2176-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-2176 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2176/target/jersey-2176-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ jersey-2176 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2176 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2176 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ jersey-2176 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ jersey-2176 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ jersey-2176 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ jersey-2176 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ jersey-2176 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-2176 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2176/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2176/3.1.99-SNAPSHOT/jersey-2176-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2176/target/jersey-2176-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2176/3.1.99-SNAPSHOT/jersey-2176-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2176/target/jersey-2176-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2176/3.1.99-SNAPSHOT/jersey-2176-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2184 >---------
[INFO] Building jersey-tests-integration-jersey-2184 3.1.99-SNAPSHOT  [171/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2184 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2184 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2184 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-2184 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-2184 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-2184 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2184 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-2184 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2184/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2184 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2184/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-2184 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2184/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-2184 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2184/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2184 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2184/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-2184 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-2184 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2184] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2184/target/jersey-2184-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2184/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2184/target/jersey-2184-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-2184 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2184/target/jersey-2184-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ jersey-2184 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2184 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2184 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ jersey-2184 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ jersey-2184 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ jersey-2184 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ jersey-2184 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ jersey-2184 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-2184 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2184/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2184/3.1.99-SNAPSHOT/jersey-2184-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2184/target/jersey-2184-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2184/3.1.99-SNAPSHOT/jersey-2184-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2184/target/jersey-2184-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2184/3.1.99-SNAPSHOT/jersey-2184-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2255 >---------
[INFO] Building jersey-tests-integration-jersey-2255 3.1.99-SNAPSHOT  [172/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2255 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2255 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2255 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-2255 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-2255 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-2255 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2255 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-2255 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2255/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2255 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2255/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-2255 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2255/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-2255 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2255/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2255 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2255/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-2255 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-2255 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2255] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2255/target/jersey-2255-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2255/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2255/target/jersey-2255-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-2255 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2255/target/jersey-2255-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ jersey-2255 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2255 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2255 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ jersey-2255 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ jersey-2255 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ jersey-2255 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ jersey-2255 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ jersey-2255 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-2255 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2255/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2255/3.1.99-SNAPSHOT/jersey-2255-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2255/target/jersey-2255-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2255/3.1.99-SNAPSHOT/jersey-2255-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2255/target/jersey-2255-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2255/3.1.99-SNAPSHOT/jersey-2255-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2322 >---------
[INFO] Building jersey-tests-integration-jersey-2322 3.1.99-SNAPSHOT  [173/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2322 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2322 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2322 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-2322 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-2322 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-2322 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2322 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-2322 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2322/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2322 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2322/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-2322 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2322/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-2322 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2322/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2322 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2322/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-2322 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-2322 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2322] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2322/target/jersey-2322-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2322/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2322/target/jersey-2322-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-2322 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2322/target/jersey-2322-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ jersey-2322 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2322 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2322 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ jersey-2322 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ jersey-2322 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ jersey-2322 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ jersey-2322 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ jersey-2322 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-2322 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2322/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2322/3.1.99-SNAPSHOT/jersey-2322-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2322/target/jersey-2322-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2322/3.1.99-SNAPSHOT/jersey-2322-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2322/target/jersey-2322-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2322/3.1.99-SNAPSHOT/jersey-2322-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2335 >---------
[INFO] Building jersey-tests-integration-jersey-2335 3.1.99-SNAPSHOT  [174/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2335 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2335 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2335 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-2335 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-2335 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-2335 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2335 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-2335 ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2335 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2335/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-2335 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2335/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-2335 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2335/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2335 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2335/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-2335 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-2335 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2335] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2335/target/jersey-2335-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2335/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2335/target/jersey-2335-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-2335 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2335/target/jersey-2335-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ jersey-2335 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2335 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2335 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ jersey-2335 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ jersey-2335 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ jersey-2335 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ jersey-2335 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ jersey-2335 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-2335 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2335/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2335/3.1.99-SNAPSHOT/jersey-2335-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2335/target/jersey-2335-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2335/3.1.99-SNAPSHOT/jersey-2335-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2335/target/jersey-2335-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2335/3.1.99-SNAPSHOT/jersey-2335-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2421 >---------
[INFO] Building jersey-tests-integration-jersey-2421 3.1.99-SNAPSHOT  [175/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2421 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2421 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2421 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-2421 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-2421 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-2421 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2421 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-2421 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2421/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2421 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-2421 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-2421 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2421/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2421 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2421/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-2421 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-2421 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2421] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2421/target/jersey-2421-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2421/target/jersey-2421-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-2421 ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-2421 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2421/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2421/3.1.99-SNAPSHOT/jersey-2421-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2421/target/jersey-2421-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2421/3.1.99-SNAPSHOT/jersey-2421-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2551 >---------
[INFO] Building jersey-tests-integration-jersey-2551 3.1.99-SNAPSHOT  [176/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2551 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2551 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2551 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-2551 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-2551 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-2551 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2551 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-2551 ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2551 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2551/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-2551 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2551/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-2551 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2551/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2551 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2551/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-2551 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-2551 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2551] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2551/target/jersey-2551-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2551/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2551/target/jersey-2551-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-2551 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2551/target/jersey-2551-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ jersey-2551 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2551 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2551 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ jersey-2551 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ jersey-2551 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ jersey-2551 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ jersey-2551 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ jersey-2551 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-2551 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2551/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2551/3.1.99-SNAPSHOT/jersey-2551-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2551/target/jersey-2551-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2551/3.1.99-SNAPSHOT/jersey-2551-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2551/target/jersey-2551-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2551/3.1.99-SNAPSHOT/jersey-2551-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2612 >---------
[INFO] Building jersey-tests-integration-jersey-2612 3.1.99-SNAPSHOT  [177/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2612 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2612 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2612 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-2612 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-2612 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-2612 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2612 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-2612 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2612/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2612 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2612/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-2612 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2612/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-2612 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2612/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2612 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2612/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-2612 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-2612 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2612] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2612/target/jersey-2612-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2612/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2612/target/jersey-2612-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-2612 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2612/target/jersey-2612-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ jersey-2612 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2612 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2612 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ jersey-2612 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ jersey-2612 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ jersey-2612 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ jersey-2612 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ jersey-2612 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-2612 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2612/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2612/3.1.99-SNAPSHOT/jersey-2612-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2612/target/jersey-2612-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2612/3.1.99-SNAPSHOT/jersey-2612-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2612/target/jersey-2612-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2612/3.1.99-SNAPSHOT/jersey-2612-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2637 >---------
[INFO] Building jersey-tests-integration-jersey-2637 3.1.99-SNAPSHOT  [178/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2637 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2637 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2637 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-2637 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-2637 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-2637 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2637 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-2637 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2637/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2637 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2637/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-2637 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2637/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-2637 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2637/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2637 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2637/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-2637 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-2637 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2637] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2637/target/jersey-2637-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2637/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2637/target/jersey-2637-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-2637 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2637/target/jersey-2637-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ jersey-2637 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2637 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2637 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ jersey-2637 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ jersey-2637 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ jersey-2637 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ jersey-2637 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ jersey-2637 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-2637 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2637/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2637/3.1.99-SNAPSHOT/jersey-2637-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2637/target/jersey-2637-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2637/3.1.99-SNAPSHOT/jersey-2637-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2637/target/jersey-2637-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2637/3.1.99-SNAPSHOT/jersey-2637-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2654 >---------
[INFO] Building jersey-tests-integration-jersey-2654 3.1.99-SNAPSHOT  [179/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2654 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2654 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2654 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-2654 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-2654 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-2654 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2654 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-2654 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2654/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2654 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2654/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-2654 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2654/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-2654 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2654/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2654 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2654/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-2654 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-2654 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2654] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2654/target/jersey-2654-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2654/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2654/target/jersey-2654-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-2654 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2654/target/jersey-2654-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ jersey-2654 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2654 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2654 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ jersey-2654 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ jersey-2654 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ jersey-2654 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ jersey-2654 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ jersey-2654 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-2654 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2654/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2654/3.1.99-SNAPSHOT/jersey-2654-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2654/target/jersey-2654-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2654/3.1.99-SNAPSHOT/jersey-2654-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2654/target/jersey-2654-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2654/3.1.99-SNAPSHOT/jersey-2654-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2673 >---------
[INFO] Building jersey-tests-integration-jersey-2673 3.1.99-SNAPSHOT  [180/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2673 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2673 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2673 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-2673 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-2673 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-2673 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2673 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-2673 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2673/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2673 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2673/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2673/src/main/java/org/glassfish/jersey/tests/integration/jersey2673/SampleBean.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2673/src/main/java/org/glassfish/jersey/tests/integration/jersey2673/SampleBean.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2673/src/main/java/org/glassfish/jersey/tests/integration/jersey2673/SampleBean.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-2673 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2673/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2673/src/main/java/org/glassfish/jersey/tests/integration/jersey2673/SampleBean.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2673/src/main/java/org/glassfish/jersey/tests/integration/jersey2673/SampleBean.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2673/src/main/java/org/glassfish/jersey/tests/integration/jersey2673/SampleBean.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-2673 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2673/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2673 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2673/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-2673 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-2673 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2673] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2673/target/jersey-2673-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2673/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2673/target/jersey-2673-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-2673 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2673/target/jersey-2673-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ jersey-2673 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2673 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2673 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ jersey-2673 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ jersey-2673 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ jersey-2673 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ jersey-2673 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ jersey-2673 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-2673 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2673/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2673/3.1.99-SNAPSHOT/jersey-2673-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2673/target/jersey-2673-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2673/3.1.99-SNAPSHOT/jersey-2673-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2673/target/jersey-2673-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2673/3.1.99-SNAPSHOT/jersey-2673-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2689 >---------
[INFO] Building jersey-tests-integration-jersey-2689 3.1.99-SNAPSHOT  [181/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2689 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2689 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2689 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-2689 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-2689 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-2689 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2689 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-2689 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2689/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2689 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2689/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2689/src/main/java/org/glassfish/jersey/tests/integration/jersey2689/SampleBean.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2689/src/main/java/org/glassfish/jersey/tests/integration/jersey2689/SampleBean.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2689/src/main/java/org/glassfish/jersey/tests/integration/jersey2689/SampleBean.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-2689 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2689/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2689/src/main/java/org/glassfish/jersey/tests/integration/jersey2689/SampleBean.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2689/src/main/java/org/glassfish/jersey/tests/integration/jersey2689/SampleBean.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2689/src/main/java/org/glassfish/jersey/tests/integration/jersey2689/SampleBean.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-2689 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2689/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2689 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2689/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-2689 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-2689 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2689] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2689/target/jersey-2689-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2689/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2689/target/jersey-2689-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-2689 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2689/target/jersey-2689-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ jersey-2689 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2689 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2689 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ jersey-2689 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ jersey-2689 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ jersey-2689 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ jersey-2689 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ jersey-2689 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-2689 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2689/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2689/3.1.99-SNAPSHOT/jersey-2689-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2689/target/jersey-2689-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2689/3.1.99-SNAPSHOT/jersey-2689-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2689/target/jersey-2689-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2689/3.1.99-SNAPSHOT/jersey-2689-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2704 >---------
[INFO] Building jersey-tests-integration-jersey-2704 3.1.99-SNAPSHOT  [182/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2704 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2704 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2704 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-2704 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-2704 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-2704 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2704 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-2704 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2704/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2704 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2704/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-2704 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2704/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-2704 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2704/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2704 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2704/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-2704 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-2704 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2704] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2704/target/jersey-2704-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2704/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2704/target/jersey-2704-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-2704 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2704/target/jersey-2704-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ jersey-2704 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2704 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2704 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ jersey-2704 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ jersey-2704 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ jersey-2704 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ jersey-2704 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ jersey-2704 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-2704 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2704/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2704/3.1.99-SNAPSHOT/jersey-2704-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2704/target/jersey-2704-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2704/3.1.99-SNAPSHOT/jersey-2704-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2704/target/jersey-2704-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2704/3.1.99-SNAPSHOT/jersey-2704-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2776 >---------
[INFO] Building jersey-tests-integration-jersey-2776 3.1.99-SNAPSHOT  [183/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2776 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2776 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2776 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-2776 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-2776 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-2776 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2776 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-2776 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2776/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2776 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2776/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-2776 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2776/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-2776 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2776/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2776 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2776/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-2776 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-2776 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2776] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2776/target/jersey-2776-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2776/target/jersey-2776-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-2776 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2776/target/jersey-2776-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ jersey-2776 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2776 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2776 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-2776 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-2776 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-2776 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2776 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-2776 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2776/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2776 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-2776 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-2776 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2776/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2776 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ jersey-2776 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ jersey-2776 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2776
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ jersey-2776 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ jersey-2776 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ jersey-2776 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-2776 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2776/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2776/3.1.99-SNAPSHOT/jersey-2776-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2776/target/jersey-2776-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2776/3.1.99-SNAPSHOT/jersey-2776-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2776/target/jersey-2776-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2776/3.1.99-SNAPSHOT/jersey-2776-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2794 >---------
[INFO] Building jersey-tests-integration-jersey-2794 3.1.99-SNAPSHOT  [184/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2794 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2794 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2794 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-2794 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-2794 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-2794 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2794 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-2794 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2794/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2794 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2794/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-2794 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2794/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-2794 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2794/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2794 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2794/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-2794 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-2794 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2794] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2794/target/jersey-2794-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2794/target/jersey-2794-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-2794 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2794/target/jersey-2794-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ jersey-2794 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2794 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2794 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ jersey-2794 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ jersey-2794 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ jersey-2794 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ jersey-2794 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ jersey-2794 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-2794 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2794/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2794/3.1.99-SNAPSHOT/jersey-2794-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2794/target/jersey-2794-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2794/3.1.99-SNAPSHOT/jersey-2794-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2794/target/jersey-2794-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2794/3.1.99-SNAPSHOT/jersey-2794-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2846 >---------
[INFO] Building jersey-tests-integration-jersey-2846 3.1.99-SNAPSHOT  [185/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2846 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2846 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2846 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-2846 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-2846 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-2846 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2846 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-2846 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2846/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2846 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2846/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-2846 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2846/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-2846 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2846/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2846 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2846/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-2846 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-2846 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2846] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2846/target/jersey-2846-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2846/target/jersey-2846-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-2846 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2846/target/jersey-2846-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ jersey-2846 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2846 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2846 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ jersey-2846 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ jersey-2846 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ jersey-2846 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ jersey-2846 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ jersey-2846 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-2846 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2846/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2846/3.1.99-SNAPSHOT/jersey-2846-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2846/target/jersey-2846-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2846/3.1.99-SNAPSHOT/jersey-2846-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2846/target/jersey-2846-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2846/3.1.99-SNAPSHOT/jersey-2846-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2878 >---------
[INFO] Building jersey-tests-integration-jersey-2878 3.1.99-SNAPSHOT  [186/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2878 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2878 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2878 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-2878 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-2878 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-2878 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2878 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-2878 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2878/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2878 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2878/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-2878 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2878/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-2878 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2878/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2878 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2878/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-2878 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-2878 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2878] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2878/target/jersey-2878-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2878/target/jersey-2878-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-2878 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2878/target/jersey-2878-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ jersey-2878 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2878 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2878 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ jersey-2878 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ jersey-2878 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ jersey-2878 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ jersey-2878 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ jersey-2878 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-2878 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2878/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2878/3.1.99-SNAPSHOT/jersey-2878-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2878/target/jersey-2878-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2878/3.1.99-SNAPSHOT/jersey-2878-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2878/target/jersey-2878-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2878/3.1.99-SNAPSHOT/jersey-2878-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2892 >---------
[INFO] Building jersey-tests-integration-jersey-2892 3.1.99-SNAPSHOT  [187/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2892 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2892 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2892 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-2892 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-2892 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-2892 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2892 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-2892 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2892/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2892 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2892/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-2892 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2892/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-2892 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2892/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2892 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2892/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-2892 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-2892 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2892] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2892/target/jersey-2892-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2892/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2892/target/jersey-2892-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-2892 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2892/target/jersey-2892-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ jersey-2892 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2892 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2892 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ jersey-2892 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ jersey-2892 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ jersey-2892 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ jersey-2892 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ jersey-2892 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-2892 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2892/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2892/3.1.99-SNAPSHOT/jersey-2892-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2892/target/jersey-2892-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2892/3.1.99-SNAPSHOT/jersey-2892-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-2892/target/jersey-2892-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2892/3.1.99-SNAPSHOT/jersey-2892-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-3662 >---------
[INFO] Building jersey-3662 3.1.99-SNAPSHOT                           [188/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-3662 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-3662 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-3662 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-3662 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-3662 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-3662 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-3662 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-3662 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3662/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-3662 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-3662 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-3662 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3662/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-3662 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3662/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-3662 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-3662 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3662/target/jersey-3662-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-3662 ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-3662 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3662/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3662/3.1.99-SNAPSHOT/jersey-3662-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3662/target/jersey-3662-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3662/3.1.99-SNAPSHOT/jersey-3662-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-3670 >---------
[INFO] Building jersey-tests-integration-jersey-3670 3.1.99-SNAPSHOT  [189/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-3670 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-3670 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-3670 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-3670 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-3670 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-3670 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-3670 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-3670 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3670/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-3670 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3670/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3670/src/main/java/org/glassfish/jersey/tests/integration/jersey3670/MyConverterProvider.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3670/src/main/java/org/glassfish/jersey/tests/integration/jersey3670/MyConverterProvider.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3670/src/main/java/org/glassfish/jersey/tests/integration/jersey3670/MyConverterProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-3670 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3670/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3670/src/main/java/org/glassfish/jersey/tests/integration/jersey3670/MyConverterProvider.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3670/src/main/java/org/glassfish/jersey/tests/integration/jersey3670/MyConverterProvider.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3670/src/main/java/org/glassfish/jersey/tests/integration/jersey3670/MyConverterProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-3670 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3670/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-3670 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3670/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-3670 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-3670 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-3670] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3670/target/jersey-3670-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3670/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3670/target/jersey-3670-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-3670 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3670/target/jersey-3670-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-3670 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3670/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3670/3.1.99-SNAPSHOT/jersey-3670-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3670/target/jersey-3670-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3670/3.1.99-SNAPSHOT/jersey-3670-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3670/target/jersey-3670-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3670/3.1.99-SNAPSHOT/jersey-3670-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-3796 >---------
[INFO] Building jersey-tests-integration-jersey-3796 3.1.99-SNAPSHOT  [190/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-3796 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-3796 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-3796 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-3796 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-3796 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-3796 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-3796 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-3796 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3796/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-3796 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3796/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3796/src/main/java/org/glassfish/jersey/tests/integration/jersey3796/MyProvider.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3796/src/main/java/org/glassfish/jersey/tests/integration/jersey3796/MyProvider.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3796/src/main/java/org/glassfish/jersey/tests/integration/jersey3796/MyProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-3796 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3796/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3796/src/main/java/org/glassfish/jersey/tests/integration/jersey3796/MyProvider.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3796/src/main/java/org/glassfish/jersey/tests/integration/jersey3796/MyProvider.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3796/src/main/java/org/glassfish/jersey/tests/integration/jersey3796/MyProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-3796 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3796/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-3796 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3796/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-3796 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-3796 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-3796] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3796/target/jersey-3796-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3796/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3796/target/jersey-3796-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-3796 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3796/target/jersey-3796-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ jersey-3796 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-3796 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-3796 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ jersey-3796 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ jersey-3796 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ jersey-3796 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ jersey-3796 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ jersey-3796 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-3796 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3796/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3796/3.1.99-SNAPSHOT/jersey-3796-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3796/target/jersey-3796-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3796/3.1.99-SNAPSHOT/jersey-3796-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3796/target/jersey-3796-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3796/3.1.99-SNAPSHOT/jersey-3796-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-3992 >---------
[INFO] Building jersey-3992 3.1.99-SNAPSHOT                           [191/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-3992 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-3992 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-3992 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-3992 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-3992 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-3992 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-3992 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-3992 ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-3992 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3992/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-3992 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3992/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-3992 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3992/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-3992 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3992/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-3992 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-3992 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-3992] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3992/target/jersey-3992]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3992/target/jersey-3992.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-3992 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3992/target/jersey-3992-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-3992 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3992/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3992/3.1.99-SNAPSHOT/jersey-3992-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3992/target/jersey-3992.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3992/3.1.99-SNAPSHOT/jersey-3992-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-3992/target/jersey-3992-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3992/3.1.99-SNAPSHOT/jersey-3992-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4003 >---------
[INFO] Building jersey-tests-integration-jersey-4003 3.1.99-SNAPSHOT  [192/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-4003 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-4003 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-4003 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-4003 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-4003 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-4003 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4003 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-4003 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4003/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-4003 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-4003 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-4003 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4003/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-4003 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4003/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-4003 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-4003 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4003/target/jersey-4003-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-4003 ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-4003 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4003/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4003/3.1.99-SNAPSHOT/jersey-4003-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4003/target/jersey-4003-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4003/3.1.99-SNAPSHOT/jersey-4003-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4099 >---------
[INFO] Building jersey-tests-integration-jersey-4099 3.1.99-SNAPSHOT  [193/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-4099 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-4099 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-4099 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-4099 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-4099 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-4099 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4099 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-4099 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4099/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-4099 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4099/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-4099 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4099/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-4099 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4099/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-4099 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4099/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-4099 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-4099 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-4099] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4099/target/jersey-4099-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4099/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4099/target/jersey-4099-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-4099 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4099/target/jersey-4099-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-4099 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4099/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4099/3.1.99-SNAPSHOT/jersey-4099-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4099/target/jersey-4099-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4099/3.1.99-SNAPSHOT/jersey-4099-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4099/target/jersey-4099-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4099/3.1.99-SNAPSHOT/jersey-4099-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4321 >---------
[INFO] Building jersey-4321 3.1.99-SNAPSHOT                           [194/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-4321 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-4321 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-4321 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-4321 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-4321 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-4321 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4321 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-4321 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4321/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-4321 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-4321 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-4321 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4321/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-4321 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4321/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-4321 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-4321 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4321/target/jersey-4321-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-4321 ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-4321 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4321/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4321/3.1.99-SNAPSHOT/jersey-4321-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4321/target/jersey-4321-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4321/3.1.99-SNAPSHOT/jersey-4321-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] ---------------< org.glassfish.jersey.examples:project >----------------
[INFO] Building jersey-examples 3.1.99-SNAPSHOT                       [195/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] ------< org.glassfish.jersey.examples:server-sent-events-jersey >-------
[INFO] Building jersey-examples-server-sent-events-jersey 3.1.99-SNAPSHOT [196/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ server-sent-events-jersey ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ server-sent-events-jersey ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ server-sent-events-jersey ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ server-sent-events-jersey ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ server-sent-events-jersey ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ server-sent-events-jersey ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ server-sent-events-jersey ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ server-sent-events-jersey ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ server-sent-events-jersey ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-sent-events-jersey/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ server-sent-events-jersey ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-sent-events-jersey/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ server-sent-events-jersey ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-sent-events-jersey/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ server-sent-events-jersey ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-sent-events-jersey/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ server-sent-events-jersey ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-sent-events-jersey/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ server-sent-events-jersey ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ server-sent-events-jersey ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-sent-events-jersey/target/server-sent-events-jersey.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ server-sent-events-jersey ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-sent-events-jersey/target/server-sent-events-jersey-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ server-sent-events-jersey ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-sent-events-jersey/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jersey/3.1.99-SNAPSHOT/server-sent-events-jersey-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-sent-events-jersey/target/server-sent-events-jersey.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jersey/3.1.99-SNAPSHOT/server-sent-events-jersey-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-sent-events-jersey/target/server-sent-events-jersey-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jersey/3.1.99-SNAPSHOT/server-sent-events-jersey-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4507 >---------
[INFO] Building jersey-4507 3.1.99-SNAPSHOT                           [197/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-4507 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-4507 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-4507 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-4507 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-4507 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-4507 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4507 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-4507 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4507/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-4507 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-4507 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-4507 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4507/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-4507 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4507/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-4507 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-4507 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4507/target/jersey-4507-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-4507 ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-4507 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4507/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4507/3.1.99-SNAPSHOT/jersey-4507-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4507/target/jersey-4507-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4507/3.1.99-SNAPSHOT/jersey-4507-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4542 >---------
[INFO] Building jersey-4542 3.1.99-SNAPSHOT                           [198/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-4542 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-4542 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-4542 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-4542 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-4542 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-4542 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4542 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-4542 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4542/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-4542 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4542/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-4542 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4542/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-4542 ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-4542 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4542/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-4542 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-4542 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4542/target/jersey-4542-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-4542 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4542/target/jersey-4542-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-4542 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4542/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4542/3.1.99-SNAPSHOT/jersey-4542-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4542/target/jersey-4542-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4542/3.1.99-SNAPSHOT/jersey-4542-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4542/target/jersey-4542-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4542/3.1.99-SNAPSHOT/jersey-4542-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4697 >---------
[INFO] Building jersey-4697 3.1.99-SNAPSHOT                           [199/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-4697 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-4697 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-4697 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-4697 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-4697 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-4697 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4697 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-4697 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4697/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-4697 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-4697 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-4697 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4697/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-4697 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4697/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-4697 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-4697 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4697/target/jersey-4697-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-4697 ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-4697 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4697/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4697/3.1.99-SNAPSHOT/jersey-4697-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4697/target/jersey-4697-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4697/3.1.99-SNAPSHOT/jersey-4697-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4722 >---------
[INFO] Building jersey-4722 3.1.99-SNAPSHOT                           [200/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-4722 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-4722 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-4722 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-4722 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-4722 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-4722 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4722 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-4722 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4722/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-4722 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4722/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-4722 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4722/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-4722 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4722/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-4722 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4722/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-4722 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-4722 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4722/target/jersey-4722-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-4722 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4722/target/jersey-4722-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-4722 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4722/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4722/3.1.99-SNAPSHOT/jersey-4722-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4722/target/jersey-4722-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4722/3.1.99-SNAPSHOT/jersey-4722-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4722/target/jersey-4722-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4722/3.1.99-SNAPSHOT/jersey-4722-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4949 >---------
[INFO] Building jersey-tests-integration-jersey-4949 3.1.99-SNAPSHOT  [201/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-4949 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-4949 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-4949 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-4949 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-4949 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-4949 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4949 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-4949 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4949/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-4949 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4949/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-4949 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4949/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-4949 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4949/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-4949 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4949/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-4949 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-4949 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-4949] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4949/target/jersey-4949-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4949/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4949/target/jersey-4949-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-4949 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4949/target/jersey-4949-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ jersey-4949 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-4949 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-4949 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ jersey-4949 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ jersey-4949 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ jersey-4949 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ jersey-4949 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ jersey-4949 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-4949 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4949/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4949/3.1.99-SNAPSHOT/jersey-4949-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4949/target/jersey-4949-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4949/3.1.99-SNAPSHOT/jersey-4949-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-4949/target/jersey-4949-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4949/3.1.99-SNAPSHOT/jersey-4949-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------------< org.glassfish.jersey.bundles:project >----------------
[INFO] Building jersey-bundles 3.1.99-SNAPSHOT                        [202/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.glassfish.jersey.bundles:jaxrs-ri >----------------
[INFO] Building jersey-bundles-jaxrs-ri 3.1.99-SNAPSHOT               [203/362]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxrs-ri ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jaxrs-ri ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jaxrs-ri ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jaxrs-ri ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jaxrs-ri ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jaxrs-ri ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/unpacked-src/main/java added.
[INFO] 
[INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (unpack) @ jaxrs-ri ---
[INFO] Unpacking /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0-sources.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/unpacked-src/main/java with includes "" and excludes "module-info.*,META-INF/MANIFEST.MF,**/NOTICE.md,**/NOTICE.markdown"
[INFO] Unpacking /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-common/target/jersey-common-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/unpacked-src/main/java with includes "" and excludes "module-info.*,META-INF/MANIFEST.MF,**/NOTICE.md,**/NOTICE.markdown"
[INFO] Unpacking /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-client/target/jersey-client-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/unpacked-src/main/java with includes "" and excludes "module-info.*,META-INF/MANIFEST.MF,**/NOTICE.md,**/NOTICE.markdown"
[INFO] Unpacking /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/core-server/target/jersey-server-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/unpacked-src/main/java with includes "" and excludes "module-info.*,META-INF/MANIFEST.MF,**/NOTICE.md,**/NOTICE.markdown"
[INFO] Unpacking /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jersey-servlet-core/target/jersey-container-servlet-core-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/unpacked-src/main/java with includes "" and excludes "module-info.*,META-INF/MANIFEST.MF,**/NOTICE.md,**/NOTICE.markdown"
[INFO] Unpacking /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/containers/jersey-servlet/target/jersey-container-servlet-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/unpacked-src/main/java with includes "" and excludes "module-info.*,META-INF/MANIFEST.MF,**/NOTICE.md,**/NOTICE.markdown"
[INFO] Unpacking /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/inject/hk2/target/jersey-hk2-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/unpacked-src/main/java with includes "" and excludes "module-info.*,META-INF/MANIFEST.MF,**/NOTICE.md,**/NOTICE.markdown"
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jaxrs-ri ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jaxrs-ri ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jaxrs-ri ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jaxrs-ri ---
[INFO] Copying 40 resources
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jaxrs-ri ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1017 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/unpacked-src/main/java/jakarta/ws/rs/core/NewCookie.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/unpacked-src/main/java/jakarta/ws/rs/core/NewCookie.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/unpacked-src/main/java/jakarta/ws/rs/core/MultivaluedMap.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/unpacked-src/main/java/jakarta/ws/rs/core/MultivaluedMap.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jaxrs-ri ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1017 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/unpacked-src/main/java/jakarta/ws/rs/core/NewCookie.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/unpacked-src/main/java/jakarta/ws/rs/core/NewCookie.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/unpacked-src/main/java/jakarta/ws/rs/core/MultivaluedMap.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/unpacked-src/main/java/jakarta/ws/rs/core/MultivaluedMap.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jaxrs-ri ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jaxrs-ri ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jaxrs-ri ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (default-bundle) @ jaxrs-ri ---
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.1.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:jakarta.ws.rs-api]
Class path         [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api]
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.1.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/client
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:jakarta.ws.rs-api]
Class path         [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api]
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.1.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/container
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:jakarta.ws.rs-api]
Class path         [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api]
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.1.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/core
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:jakarta.ws.rs-api]
Class path         [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api]
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.1.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/ext
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:jakarta.ws.rs-api]
Class path         [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api]
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.1.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/sse
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:jakarta.ws.rs-api]
Class path         [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api]
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.1.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.servlet.descriptor.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/jaxrs-ri.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jaxrs-ri ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/jaxrs-ri-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jaxrs-ri ---
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.1.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:jakarta.ws.rs-api]
Class path         [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api]
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.1.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/client
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:jakarta.ws.rs-api]
Class path         [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api]
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.1.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/container
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:jakarta.ws.rs-api]
Class path         [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api]
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.1.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/core
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:jakarta.ws.rs-api]
Class path         [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api]
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.1.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/ext
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:jakarta.ws.rs-api]
Class path         [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api]
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.1.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/sse
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:jakarta.ws.rs-api]
Class path         [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api]
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.1.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.servlet.descriptor.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/jaxrs-ri.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-shade-plugin:3.2.4:shade (shade-archive) @ jaxrs-ri ---
[INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including org.javassist:javassist:jar:3.29.0-GA in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-common:jar:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including jakarta.ws.rs:jakarta.ws.rs-api:jar:3.1.0 in the shaded jar.
[INFO] Including jakarta.inject:jakarta.inject-api:jar:2.0.1 in the shaded jar.
[INFO] Including org.glassfish.hk2:osgi-resource-locator:jar:1.0.3 in the shaded jar.
[INFO] Including org.glassfish.jersey.media:jersey-media-jaxb:jar:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.media:jersey-media-json-binding:jar:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including jakarta.json:jakarta.json-api:jar:2.1.1 in the shaded jar.
[INFO] Including jakarta.json.bind:jakarta.json.bind-api:jar:3.0.0 in the shaded jar.
[INFO] Including org.eclipse.parsson:parsson:jar:1.1.1 in the shaded jar.
[INFO] Including org.eclipse:yasson:jar:3.0.2 in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-client:jar:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-server:jar:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.containers:jersey-container-servlet-core:jar:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.containers:jersey-container-servlet:jar:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.media:jersey-media-sse:jar:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:sources:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-common:jar:sources:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.media:jersey-media-jaxb:jar:sources:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-client:jar:sources:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-server:jar:sources:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.containers:jersey-container-servlet-core:jar:sources:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.containers:jersey-container-servlet:jar:sources:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.0 in the shaded jar.
[INFO] Including jakarta.activation:jakarta.activation-api:jar:2.1.0 in the shaded jar.
[WARNING] jakarta.activation-api-2.1.0.jar, jakarta.inject-api-2.0.1.jar, jakarta.json-api-2.1.1.jar, jakarta.json.bind-api-3.0.0.jar, jakarta.ws.rs-api-3.1.0.jar, jakarta.xml.bind-api-4.0.0.jar, javassist-3.29.0-GA.jar, jaxrs-ri.jar, jersey-client-3.1.99-SNAPSHOT-sources.jar, jersey-client-3.1.99-SNAPSHOT.jar, jersey-common-3.1.99-SNAPSHOT-sources.jar, jersey-common-3.1.99-SNAPSHOT.jar, jersey-container-servlet-3.1.99-SNAPSHOT-sources.jar, jersey-container-servlet-3.1.99-SNAPSHOT.jar, jersey-container-servlet-core-3.1.99-SNAPSHOT-sources.jar, jersey-container-servlet-core-3.1.99-SNAPSHOT.jar, jersey-hk2-3.1.99-SNAPSHOT-sources.jar, jersey-hk2-3.1.99-SNAPSHOT.jar, jersey-media-jaxb-3.1.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.1.99-SNAPSHOT.jar, jersey-media-json-binding-3.1.99-SNAPSHOT.jar, jersey-media-sse-3.1.99-SNAPSHOT.jar, jersey-server-3.1.99-SNAPSHOT-sources.jar, jersey-server-3.1.99-SNAPSHOT.jar, osgi-resource-locator-1.0.3.jar, parsson-1.1.1.jar, yasson-3.0.2.jar define 1 overlapping resource: 
[WARNING]   - META-INF/MANIFEST.MF
[WARNING] jakarta.activation-api-2.1.0.jar, jakarta.json-api-2.1.1.jar, jakarta.json.bind-api-3.0.0.jar, jakarta.ws.rs-api-3.1.0.jar, jakarta.xml.bind-api-4.0.0.jar, jaxrs-ri.jar, jersey-client-3.1.99-SNAPSHOT-sources.jar, jersey-client-3.1.99-SNAPSHOT.jar, jersey-common-3.1.99-SNAPSHOT-sources.jar, jersey-common-3.1.99-SNAPSHOT.jar, jersey-container-servlet-3.1.99-SNAPSHOT-sources.jar, jersey-container-servlet-3.1.99-SNAPSHOT.jar, jersey-container-servlet-core-3.1.99-SNAPSHOT-sources.jar, jersey-container-servlet-core-3.1.99-SNAPSHOT.jar, jersey-hk2-3.1.99-SNAPSHOT-sources.jar, jersey-hk2-3.1.99-SNAPSHOT.jar, jersey-media-jaxb-3.1.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.1.99-SNAPSHOT.jar, jersey-media-json-binding-3.1.99-SNAPSHOT.jar, jersey-media-sse-3.1.99-SNAPSHOT.jar, jersey-server-3.1.99-SNAPSHOT-sources.jar, jersey-server-3.1.99-SNAPSHOT.jar, parsson-1.1.1.jar, yasson-3.0.2.jar define 1 overlapping resource: 
[WARNING]   - META-INF/LICENSE.md
[WARNING] jakarta.activation-api-2.1.0.jar, jakarta.inject-api-2.0.1.jar, jakarta.json-api-2.1.1.jar, jakarta.json.bind-api-3.0.0.jar, jakarta.ws.rs-api-3.1.0.jar, jakarta.xml.bind-api-4.0.0.jar, jaxrs-ri.jar, jersey-client-3.1.99-SNAPSHOT-sources.jar, jersey-client-3.1.99-SNAPSHOT.jar, jersey-common-3.1.99-SNAPSHOT-sources.jar, jersey-common-3.1.99-SNAPSHOT.jar, jersey-container-servlet-3.1.99-SNAPSHOT-sources.jar, jersey-container-servlet-3.1.99-SNAPSHOT.jar, jersey-container-servlet-core-3.1.99-SNAPSHOT-sources.jar, jersey-container-servlet-core-3.1.99-SNAPSHOT.jar, jersey-hk2-3.1.99-SNAPSHOT-sources.jar, jersey-hk2-3.1.99-SNAPSHOT.jar, jersey-media-jaxb-3.1.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.1.99-SNAPSHOT.jar, jersey-media-json-binding-3.1.99-SNAPSHOT.jar, jersey-media-sse-3.1.99-SNAPSHOT.jar, jersey-server-3.1.99-SNAPSHOT-sources.jar, jersey-server-3.1.99-SNAPSHOT.jar, parsson-1.1.1.jar, yasson-3.0.2.jar define 1 overlapping resource: 
[WARNING]   - META-INF/NOTICE.md
[WARNING] jakarta.ws.rs-api-3.1.0.jar, jaxrs-ri.jar define 151 overlapping classes and resources: 
[WARNING]   - META-INF/maven/jakarta.ws.rs/jakarta.ws.rs-api/pom.properties
[WARNING]   - META-INF/maven/jakarta.ws.rs/jakarta.ws.rs-api/pom.xml
[WARNING]   - jakarta.ws.rs.ApplicationPath
[WARNING]   - jakarta.ws.rs.BadRequestException
[WARNING]   - jakarta.ws.rs.BeanParam
[WARNING]   - jakarta.ws.rs.ClientErrorException
[WARNING]   - jakarta.ws.rs.ConstrainedTo
[WARNING]   - jakarta.ws.rs.Consumes
[WARNING]   - jakarta.ws.rs.CookieParam
[WARNING]   - jakarta.ws.rs.DELETE
[WARNING]   - 141 more...
[WARNING] jaxrs-ri.jar, jersey-container-servlet-core-3.1.99-SNAPSHOT-sources.jar, jersey-container-servlet-core-3.1.99-SNAPSHOT.jar define 3 overlapping resources: 
[WARNING]   - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet-core/pom.properties
[WARNING]   - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet-core/pom.xml
[WARNING]   - org/glassfish/jersey/servlet/internal/localization.properties
[WARNING] jaxrs-ri.jar, jersey-container-servlet-3.1.99-SNAPSHOT-sources.jar, jersey-container-servlet-3.1.99-SNAPSHOT.jar define 6 overlapping resources: 
[WARNING]   - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet/pom.properties
[WARNING]   - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet/pom.xml
[WARNING]   - META-INF/services/jakarta.servlet.ServletContainerInitializer
[WARNING]   - META-INF/services/org.glassfish.jersey.servlet.spi.AsyncContextDelegateProvider
[WARNING]   - META-INF/services/org.glassfish.jersey.servlet.spi.FilterUrlMappingsProvider
[WARNING]   - org/glassfish/jersey/servlet/init/internal/localization.properties
[WARNING] jaxrs-ri.jar, jersey-client-3.1.99-SNAPSHOT-sources.jar, jersey-client-3.1.99-SNAPSHOT.jar define 7 overlapping resources: 
[WARNING]   - META-INF/maven/org.glassfish.jersey.core/jersey-client/pom.properties
[WARNING]   - META-INF/maven/org.glassfish.jersey.core/jersey-client/pom.xml
[WARNING]   - META-INF/native-image/org.glassfish.jersey.core/jersey-client/reflect-config.json
[WARNING]   - META-INF/native-image/org.glassfish.jersey.core/jersey-client/resource-config.json
[WARNING]   - META-INF/services/jakarta.ws.rs.client.ClientBuilder
[WARNING]   - org/glassfish/jersey/client/internal/jdkconnector/localization.properties
[WARNING]   - org/glassfish/jersey/client/internal/localization.properties
[WARNING] jaxrs-ri.jar, jersey-common-3.1.99-SNAPSHOT-sources.jar, jersey-common-3.1.99-SNAPSHOT.jar define 6 overlapping resources: 
[WARNING]   - META-INF/maven/org.glassfish.jersey.core/jersey-common/pom.properties
[WARNING]   - META-INF/maven/org.glassfish.jersey.core/jersey-common/pom.xml
[WARNING]   - META-INF/native-image/org.glassfish.jersey.core/jersey-common/reflect-config.json
[WARNING]   - META-INF/native-image/org.glassfish.jersey.core/jersey-common/resource-config.json
[WARNING]   - org/glassfish/jersey/internal/build.properties
[WARNING]   - org/glassfish/jersey/internal/localization.properties
[WARNING] jaxrs-ri.jar, jersey-server-3.1.99-SNAPSHOT-sources.jar, jersey-server-3.1.99-SNAPSHOT.jar define 6 overlapping resources: 
[WARNING]   - META-INF/maven/org.glassfish.jersey.core/jersey-server/pom.properties
[WARNING]   - META-INF/maven/org.glassfish.jersey.core/jersey-server/pom.xml
[WARNING]   - META-INF/native-image/org.glassfish.jersey.core/jersey-server/reflect-config.json
[WARNING]   - META-INF/native-image/org.glassfish.jersey.core/jersey-server/resource-config.json
[WARNING]   - META-INF/services/org.glassfish.jersey.model.internal.spi.ParameterServiceProvider
[WARNING]   - org/glassfish/jersey/server/internal/localization.properties
[WARNING] jaxrs-ri.jar, jersey-hk2-3.1.99-SNAPSHOT-sources.jar, jersey-hk2-3.1.99-SNAPSHOT.jar define 6 overlapping resources: 
[WARNING]   - META-INF/maven/org.glassfish.jersey.inject/jersey-hk2/pom.properties
[WARNING]   - META-INF/maven/org.glassfish.jersey.inject/jersey-hk2/pom.xml
[WARNING]   - META-INF/native-image/org.glassfish.jersey.inject/jersey-hk2/reflect-config.json
[WARNING]   - META-INF/native-image/org.glassfish.jersey.inject/jersey-hk2/resource-config.json
[WARNING]   - META-INF/services/org.glassfish.jersey.internal.inject.InjectionManagerFactory
[WARNING]   - org/glassfish/jersey/inject/hk2/localization.properties
[WARNING] jaxrs-ri.jar, jersey-common-3.1.99-SNAPSHOT-sources.jar, jersey-common-3.1.99-SNAPSHOT.jar, jersey-server-3.1.99-SNAPSHOT-sources.jar, jersey-server-3.1.99-SNAPSHOT.jar define 2 overlapping resources: 
[WARNING]   - META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate
[WARNING]   - META-INF/services/org.glassfish.jersey.internal.spi.AutoDiscoverable
[WARNING] jaxrs-ri.jar, jersey-media-jaxb-3.1.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.1.99-SNAPSHOT.jar, jersey-media-json-binding-3.1.99-SNAPSHOT.jar, jersey-media-sse-3.1.99-SNAPSHOT.jar, jersey-server-3.1.99-SNAPSHOT-sources.jar, jersey-server-3.1.99-SNAPSHOT.jar define 1 overlapping resource: 
[WARNING]   - META-INF/services/org.glassfish.jersey.internal.spi.ForcedAutoDiscoverable
[WARNING] jaxrs-ri.jar, jersey-server-3.1.99-SNAPSHOT.jar define 628 overlapping classes: 
[WARNING]   - com.sun.research.ws.wadl.Application
[WARNING]   - com.sun.research.ws.wadl.Doc
[WARNING]   - com.sun.research.ws.wadl.Grammars
[WARNING]   - com.sun.research.ws.wadl.HTTPMethods
[WARNING]   - com.sun.research.ws.wadl.Include
[WARNING]   - com.sun.research.ws.wadl.Link
[WARNING]   - com.sun.research.ws.wadl.Method
[WARNING]   - com.sun.research.ws.wadl.ObjectFactory
[WARNING]   - com.sun.research.ws.wadl.Option
[WARNING]   - com.sun.research.ws.wadl.Param
[WARNING]   - 618 more...
[WARNING] jaxrs-ri.jar, jersey-common-3.1.99-SNAPSHOT.jar define 884 overlapping classes: 
[WARNING]   - org.glassfish.jersey.AbstractFeatureConfigurator
[WARNING]   - org.glassfish.jersey.Beta
[WARNING]   - org.glassfish.jersey.CommonProperties
[WARNING]   - org.glassfish.jersey.ExtendedConfig
[WARNING]   - org.glassfish.jersey.ExternalProperties
[WARNING]   - org.glassfish.jersey.InjectionManagerProvider
[WARNING]   - org.glassfish.jersey.JerseyPriorities
[WARNING]   - org.glassfish.jersey.Severity
[WARNING]   - org.glassfish.jersey.SslConfigurator
[WARNING]   - org.glassfish.jersey.innate.spi.EntityPartBuilderProvider
[WARNING]   - 874 more...
[WARNING] jaxrs-ri.jar, jersey-client-3.1.99-SNAPSHOT.jar define 167 overlapping classes: 
[WARNING]   - org.glassfish.jersey.client.AbortException
[WARNING]   - org.glassfish.jersey.client.AbstractNonSyncInvoker
[WARNING]   - org.glassfish.jersey.client.AbstractRxInvoker
[WARNING]   - org.glassfish.jersey.client.ChunkParser
[WARNING]   - org.glassfish.jersey.client.ChunkedInput
[WARNING]   - org.glassfish.jersey.client.ChunkedInput$1
[WARNING]   - org.glassfish.jersey.client.ChunkedInput$AbstractBoundaryParser
[WARNING]   - org.glassfish.jersey.client.ChunkedInput$FixedBoundaryParser
[WARNING]   - org.glassfish.jersey.client.ChunkedInput$FixedMultiBoundaryParser
[WARNING]   - org.glassfish.jersey.client.ChunkedInput$FixedMultiBoundaryParser$1
[WARNING]   - 157 more...
[WARNING] jaxrs-ri.jar, jersey-hk2-3.1.99-SNAPSHOT.jar define 46 overlapping classes: 
[WARNING]   - org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$1
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$2
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$3
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$Binder
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$Binder$1
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$Binder$2
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$CacheKey
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$DescriptorOverridingInjectee
[WARNING]   - 36 more...
[WARNING] jaxrs-ri.jar, jersey-container-servlet-core-3.1.99-SNAPSHOT.jar define 44 overlapping classes: 
[WARNING]   - org.glassfish.jersey.servlet.ServletContainer
[WARNING]   - org.glassfish.jersey.servlet.ServletProperties
[WARNING]   - org.glassfish.jersey.servlet.ServletPropertiesDelegate
[WARNING]   - org.glassfish.jersey.servlet.WebAppResourcesScanner
[WARNING]   - org.glassfish.jersey.servlet.WebAppResourcesScanner$1
[WARNING]   - org.glassfish.jersey.servlet.WebAppResourcesScanner$1$1
[WARNING]   - org.glassfish.jersey.servlet.WebComponent
[WARNING]   - org.glassfish.jersey.servlet.WebComponent$1
[WARNING]   - org.glassfish.jersey.servlet.WebComponent$2
[WARNING]   - org.glassfish.jersey.servlet.WebComponent$3
[WARNING]   - 34 more...
[WARNING] jaxrs-ri.jar, jersey-container-servlet-3.1.99-SNAPSHOT.jar define 8 overlapping classes: 
[WARNING]   - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl
[WARNING]   - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl$1
[WARNING]   - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl$ExtensionImpl
[WARNING]   - org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl
[WARNING]   - org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer
[WARNING]   - org.glassfish.jersey.servlet.init.internal.LocalizationMessages
[WARNING]   - org.glassfish.jersey.servlet.init.internal.LocalizationMessages$1
[WARNING]   - org.glassfish.jersey.servlet.init.internal.LocalizationMessages$BundleSupplier
[WARNING] jersey-common-3.1.99-SNAPSHOT-sources.jar, jersey-common-3.1.99-SNAPSHOT.jar, jersey-server-3.1.99-SNAPSHOT-sources.jar, jersey-server-3.1.99-SNAPSHOT.jar define 1 overlapping resource: 
[WARNING]   - META-INF/NOTICE.markdown
[WARNING] jersey-media-jaxb-3.1.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.1.99-SNAPSHOT.jar define 3 overlapping resources: 
[WARNING]   - META-INF/maven/org.glassfish.jersey.media/jersey-media-jaxb/pom.properties
[WARNING]   - META-INF/maven/org.glassfish.jersey.media/jersey-media-jaxb/pom.xml
[WARNING]   - org/glassfish/jersey/jaxb/internal/localization.properties
[WARNING] maven-shade-plugin has detected that some class files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the class is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/jaxrs-ri.jar with /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/jaxrs-ri-3.1.99-SNAPSHOT-shaded.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.4:shade (default) @ jaxrs-ri ---
[INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including org.javassist:javassist:jar:3.29.0-GA in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-common:jar:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including jakarta.ws.rs:jakarta.ws.rs-api:jar:3.1.0 in the shaded jar.
[INFO] Including jakarta.inject:jakarta.inject-api:jar:2.0.1 in the shaded jar.
[INFO] Including org.glassfish.hk2:osgi-resource-locator:jar:1.0.3 in the shaded jar.
[INFO] Including org.glassfish.jersey.media:jersey-media-jaxb:jar:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.media:jersey-media-json-binding:jar:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including jakarta.json:jakarta.json-api:jar:2.1.1 in the shaded jar.
[INFO] Including jakarta.json.bind:jakarta.json.bind-api:jar:3.0.0 in the shaded jar.
[INFO] Including org.eclipse.parsson:parsson:jar:1.1.1 in the shaded jar.
[INFO] Including org.eclipse:yasson:jar:3.0.2 in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-client:jar:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-server:jar:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.containers:jersey-container-servlet-core:jar:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.containers:jersey-container-servlet:jar:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.media:jersey-media-sse:jar:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:sources:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-common:jar:sources:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.media:jersey-media-jaxb:jar:sources:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-client:jar:sources:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-server:jar:sources:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.containers:jersey-container-servlet-core:jar:sources:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.containers:jersey-container-servlet:jar:sources:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.0 in the shaded jar.
[INFO] Including jakarta.activation:jakarta.activation-api:jar:2.1.0 in the shaded jar.
[INFO] Minimizing jar org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.1.99-SNAPSHOT
[WARNING] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/classes (Is a directory)
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] jakarta.activation-api-2.1.0.jar, jakarta.inject-api-2.0.1.jar, jakarta.json-api-2.1.1.jar, jakarta.json.bind-api-3.0.0.jar, jakarta.ws.rs-api-3.1.0.jar, jakarta.xml.bind-api-4.0.0.jar, javassist-3.29.0-GA.jar, jaxrs-ri.jar, jersey-client-3.1.99-SNAPSHOT-sources.jar, jersey-client-3.1.99-SNAPSHOT.jar, jersey-common-3.1.99-SNAPSHOT-sources.jar, jersey-common-3.1.99-SNAPSHOT.jar, jersey-container-servlet-3.1.99-SNAPSHOT-sources.jar, jersey-container-servlet-3.1.99-SNAPSHOT.jar, jersey-container-servlet-core-3.1.99-SNAPSHOT-sources.jar, jersey-container-servlet-core-3.1.99-SNAPSHOT.jar, jersey-hk2-3.1.99-SNAPSHOT-sources.jar, jersey-hk2-3.1.99-SNAPSHOT.jar, jersey-media-jaxb-3.1.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.1.99-SNAPSHOT.jar, jersey-media-json-binding-3.1.99-SNAPSHOT.jar, jersey-media-sse-3.1.99-SNAPSHOT.jar, jersey-server-3.1.99-SNAPSHOT-sources.jar, jersey-server-3.1.99-SNAPSHOT.jar, osgi-resource-locator-1.0.3.jar, parsson-1.1.1.jar, yasson-3.0.2.jar define 1 overlapping resource: 
[WARNING]   - META-INF/MANIFEST.MF
[WARNING] jakarta.ws.rs-api-3.1.0.jar, jaxrs-ri.jar define 151 overlapping classes and resources: 
[WARNING]   - META-INF/maven/jakarta.ws.rs/jakarta.ws.rs-api/pom.properties
[WARNING]   - META-INF/maven/jakarta.ws.rs/jakarta.ws.rs-api/pom.xml
[WARNING]   - jakarta.ws.rs.ApplicationPath
[WARNING]   - jakarta.ws.rs.BadRequestException
[WARNING]   - jakarta.ws.rs.BeanParam
[WARNING]   - jakarta.ws.rs.ClientErrorException
[WARNING]   - jakarta.ws.rs.ConstrainedTo
[WARNING]   - jakarta.ws.rs.Consumes
[WARNING]   - jakarta.ws.rs.CookieParam
[WARNING]   - jakarta.ws.rs.DELETE
[WARNING]   - 141 more...
[WARNING] jaxrs-ri.jar, jersey-container-servlet-core-3.1.99-SNAPSHOT-sources.jar, jersey-container-servlet-core-3.1.99-SNAPSHOT.jar define 3 overlapping resources: 
[WARNING]   - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet-core/pom.properties
[WARNING]   - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet-core/pom.xml
[WARNING]   - org/glassfish/jersey/servlet/internal/localization.properties
[WARNING] jaxrs-ri.jar, jersey-container-servlet-3.1.99-SNAPSHOT-sources.jar, jersey-container-servlet-3.1.99-SNAPSHOT.jar define 6 overlapping resources: 
[WARNING]   - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet/pom.properties
[WARNING]   - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet/pom.xml
[WARNING]   - META-INF/services/jakarta.servlet.ServletContainerInitializer
[WARNING]   - META-INF/services/org.glassfish.jersey.servlet.spi.AsyncContextDelegateProvider
[WARNING]   - META-INF/services/org.glassfish.jersey.servlet.spi.FilterUrlMappingsProvider
[WARNING]   - org/glassfish/jersey/servlet/init/internal/localization.properties
[WARNING] jaxrs-ri.jar, jersey-client-3.1.99-SNAPSHOT-sources.jar, jersey-client-3.1.99-SNAPSHOT.jar define 7 overlapping resources: 
[WARNING]   - META-INF/maven/org.glassfish.jersey.core/jersey-client/pom.properties
[WARNING]   - META-INF/maven/org.glassfish.jersey.core/jersey-client/pom.xml
[WARNING]   - META-INF/native-image/org.glassfish.jersey.core/jersey-client/reflect-config.json
[WARNING]   - META-INF/native-image/org.glassfish.jersey.core/jersey-client/resource-config.json
[WARNING]   - META-INF/services/jakarta.ws.rs.client.ClientBuilder
[WARNING]   - org/glassfish/jersey/client/internal/jdkconnector/localization.properties
[WARNING]   - org/glassfish/jersey/client/internal/localization.properties
[WARNING] jaxrs-ri.jar, jersey-common-3.1.99-SNAPSHOT-sources.jar, jersey-common-3.1.99-SNAPSHOT.jar define 6 overlapping resources: 
[WARNING]   - META-INF/maven/org.glassfish.jersey.core/jersey-common/pom.properties
[WARNING]   - META-INF/maven/org.glassfish.jersey.core/jersey-common/pom.xml
[WARNING]   - META-INF/native-image/org.glassfish.jersey.core/jersey-common/reflect-config.json
[WARNING]   - META-INF/native-image/org.glassfish.jersey.core/jersey-common/resource-config.json
[WARNING]   - org/glassfish/jersey/internal/build.properties
[WARNING]   - org/glassfish/jersey/internal/localization.properties
[WARNING] jaxrs-ri.jar, jersey-server-3.1.99-SNAPSHOT-sources.jar, jersey-server-3.1.99-SNAPSHOT.jar define 6 overlapping resources: 
[WARNING]   - META-INF/maven/org.glassfish.jersey.core/jersey-server/pom.properties
[WARNING]   - META-INF/maven/org.glassfish.jersey.core/jersey-server/pom.xml
[WARNING]   - META-INF/native-image/org.glassfish.jersey.core/jersey-server/reflect-config.json
[WARNING]   - META-INF/native-image/org.glassfish.jersey.core/jersey-server/resource-config.json
[WARNING]   - META-INF/services/org.glassfish.jersey.model.internal.spi.ParameterServiceProvider
[WARNING]   - org/glassfish/jersey/server/internal/localization.properties
[WARNING] jaxrs-ri.jar, jersey-hk2-3.1.99-SNAPSHOT-sources.jar, jersey-hk2-3.1.99-SNAPSHOT.jar define 6 overlapping resources: 
[WARNING]   - META-INF/maven/org.glassfish.jersey.inject/jersey-hk2/pom.properties
[WARNING]   - META-INF/maven/org.glassfish.jersey.inject/jersey-hk2/pom.xml
[WARNING]   - META-INF/native-image/org.glassfish.jersey.inject/jersey-hk2/reflect-config.json
[WARNING]   - META-INF/native-image/org.glassfish.jersey.inject/jersey-hk2/resource-config.json
[WARNING]   - META-INF/services/org.glassfish.jersey.internal.inject.InjectionManagerFactory
[WARNING]   - org/glassfish/jersey/inject/hk2/localization.properties
[WARNING] jaxrs-ri.jar, jersey-common-3.1.99-SNAPSHOT-sources.jar, jersey-common-3.1.99-SNAPSHOT.jar, jersey-server-3.1.99-SNAPSHOT-sources.jar, jersey-server-3.1.99-SNAPSHOT.jar define 2 overlapping resources: 
[WARNING]   - META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate
[WARNING]   - META-INF/services/org.glassfish.jersey.internal.spi.AutoDiscoverable
[WARNING] jaxrs-ri.jar, jersey-media-jaxb-3.1.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.1.99-SNAPSHOT.jar, jersey-media-json-binding-3.1.99-SNAPSHOT.jar, jersey-media-sse-3.1.99-SNAPSHOT.jar, jersey-server-3.1.99-SNAPSHOT-sources.jar, jersey-server-3.1.99-SNAPSHOT.jar define 1 overlapping resource: 
[WARNING]   - META-INF/services/org.glassfish.jersey.internal.spi.ForcedAutoDiscoverable
[WARNING] jaxrs-ri.jar, jersey-server-3.1.99-SNAPSHOT.jar define 628 overlapping classes: 
[WARNING]   - com.sun.research.ws.wadl.Application
[WARNING]   - com.sun.research.ws.wadl.Doc
[WARNING]   - com.sun.research.ws.wadl.Grammars
[WARNING]   - com.sun.research.ws.wadl.HTTPMethods
[WARNING]   - com.sun.research.ws.wadl.Include
[WARNING]   - com.sun.research.ws.wadl.Link
[WARNING]   - com.sun.research.ws.wadl.Method
[WARNING]   - com.sun.research.ws.wadl.ObjectFactory
[WARNING]   - com.sun.research.ws.wadl.Option
[WARNING]   - com.sun.research.ws.wadl.Param
[WARNING]   - 618 more...
[WARNING] jaxrs-ri.jar, jersey-common-3.1.99-SNAPSHOT.jar define 884 overlapping classes: 
[WARNING]   - org.glassfish.jersey.AbstractFeatureConfigurator
[WARNING]   - org.glassfish.jersey.Beta
[WARNING]   - org.glassfish.jersey.CommonProperties
[WARNING]   - org.glassfish.jersey.ExtendedConfig
[WARNING]   - org.glassfish.jersey.ExternalProperties
[WARNING]   - org.glassfish.jersey.InjectionManagerProvider
[WARNING]   - org.glassfish.jersey.JerseyPriorities
[WARNING]   - org.glassfish.jersey.Severity
[WARNING]   - org.glassfish.jersey.SslConfigurator
[WARNING]   - org.glassfish.jersey.innate.spi.EntityPartBuilderProvider
[WARNING]   - 874 more...
[WARNING] jaxrs-ri.jar, jersey-client-3.1.99-SNAPSHOT.jar define 167 overlapping classes: 
[WARNING]   - org.glassfish.jersey.client.AbortException
[WARNING]   - org.glassfish.jersey.client.AbstractNonSyncInvoker
[WARNING]   - org.glassfish.jersey.client.AbstractRxInvoker
[WARNING]   - org.glassfish.jersey.client.ChunkParser
[WARNING]   - org.glassfish.jersey.client.ChunkedInput
[WARNING]   - org.glassfish.jersey.client.ChunkedInput$1
[WARNING]   - org.glassfish.jersey.client.ChunkedInput$AbstractBoundaryParser
[WARNING]   - org.glassfish.jersey.client.ChunkedInput$FixedBoundaryParser
[WARNING]   - org.glassfish.jersey.client.ChunkedInput$FixedMultiBoundaryParser
[WARNING]   - org.glassfish.jersey.client.ChunkedInput$FixedMultiBoundaryParser$1
[WARNING]   - 157 more...
[WARNING] jaxrs-ri.jar, jersey-hk2-3.1.99-SNAPSHOT.jar define 46 overlapping classes: 
[WARNING]   - org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$1
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$2
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$3
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$Binder
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$Binder$1
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$Binder$2
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$CacheKey
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$DescriptorOverridingInjectee
[WARNING]   - 36 more...
[WARNING] jaxrs-ri.jar, jersey-container-servlet-core-3.1.99-SNAPSHOT.jar define 44 overlapping classes: 
[WARNING]   - org.glassfish.jersey.servlet.ServletContainer
[WARNING]   - org.glassfish.jersey.servlet.ServletProperties
[WARNING]   - org.glassfish.jersey.servlet.ServletPropertiesDelegate
[WARNING]   - org.glassfish.jersey.servlet.WebAppResourcesScanner
[WARNING]   - org.glassfish.jersey.servlet.WebAppResourcesScanner$1
[WARNING]   - org.glassfish.jersey.servlet.WebAppResourcesScanner$1$1
[WARNING]   - org.glassfish.jersey.servlet.WebComponent
[WARNING]   - org.glassfish.jersey.servlet.WebComponent$1
[WARNING]   - org.glassfish.jersey.servlet.WebComponent$2
[WARNING]   - org.glassfish.jersey.servlet.WebComponent$3
[WARNING]   - 34 more...
[WARNING] jaxrs-ri.jar, jersey-container-servlet-3.1.99-SNAPSHOT.jar define 8 overlapping classes: 
[WARNING]   - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl
[WARNING]   - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl$1
[WARNING]   - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl$ExtensionImpl
[WARNING]   - org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl
[WARNING]   - org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer
[WARNING]   - org.glassfish.jersey.servlet.init.internal.LocalizationMessages
[WARNING]   - org.glassfish.jersey.servlet.init.internal.LocalizationMessages$1
[WARNING]   - org.glassfish.jersey.servlet.init.internal.LocalizationMessages$BundleSupplier
[WARNING] javassist-3.29.0-GA.jar, jaxrs-ri.jar define 428 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.javassist/javassist/pom.properties
[WARNING]   - META-INF/maven/org.javassist/javassist/pom.xml
[WARNING]   - javassist.ByteArrayClassPath
[WARNING]   - javassist.ByteArrayClassPath$1
[WARNING]   - javassist.ByteArrayClassPath$BytecodeURLConnection
[WARNING]   - javassist.ByteArrayClassPath$BytecodeURLStreamHandler
[WARNING]   - javassist.CannotCompileException
[WARNING]   - javassist.ClassClassPath
[WARNING]   - javassist.ClassMap
[WARNING]   - javassist.ClassPath
[WARNING]   - 418 more...
[WARNING] jakarta.inject-api-2.0.1.jar, jaxrs-ri.jar define 9 overlapping classes and resources: 
[WARNING]   - META-INF/LICENSE.txt
[WARNING]   - META-INF/maven/jakarta.inject/jakarta.inject-api/pom.properties
[WARNING]   - META-INF/maven/jakarta.inject/jakarta.inject-api/pom.xml
[WARNING]   - jakarta.inject.Inject
[WARNING]   - jakarta.inject.Named
[WARNING]   - jakarta.inject.Provider
[WARNING]   - jakarta.inject.Qualifier
[WARNING]   - jakarta.inject.Scope
[WARNING]   - jakarta.inject.Singleton
[WARNING] jaxrs-ri.jar, osgi-resource-locator-1.0.3.jar define 14 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.glassfish.hk2/osgi-resource-locator/pom.properties
[WARNING]   - META-INF/maven/org.glassfish.hk2/osgi-resource-locator/pom.xml
[WARNING]   - org.glassfish.hk2.osgiresourcelocator.Activator
[WARNING]   - org.glassfish.hk2.osgiresourcelocator.ResourceFinder
[WARNING]   - org.glassfish.hk2.osgiresourcelocator.ResourceFinderImpl
[WARNING]   - org.glassfish.hk2.osgiresourcelocator.ServiceLoader
[WARNING]   - org.glassfish.hk2.osgiresourcelocator.ServiceLoader$ProviderFactory
[WARNING]   - org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl
[WARNING]   - org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$1
[WARNING]   - org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$2
[WARNING]   - 4 more...
[WARNING] jaxrs-ri.jar, jersey-media-jaxb-3.1.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.1.99-SNAPSHOT.jar define 3 overlapping resources: 
[WARNING]   - META-INF/maven/org.glassfish.jersey.media/jersey-media-jaxb/pom.properties
[WARNING]   - META-INF/maven/org.glassfish.jersey.media/jersey-media-jaxb/pom.xml
[WARNING]   - org/glassfish/jersey/jaxb/internal/localization.properties
[WARNING] jaxrs-ri.jar, jersey-media-jaxb-3.1.99-SNAPSHOT.jar define 54 overlapping classes: 
[WARNING]   - org.glassfish.jersey.jaxb.FeatureSupplier
[WARNING]   - org.glassfish.jersey.jaxb.FeatureSupplier$1
[WARNING]   - org.glassfish.jersey.jaxb.PropertySupplier
[WARNING]   - org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
[WARNING]   - org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider$1
[WARNING]   - org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider$JaxbTypeChecker
[WARNING]   - org.glassfish.jersey.jaxb.internal.AbstractJaxbElementProvider
[WARNING]   - org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
[WARNING]   - org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider$1
[WARNING]   - org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider$2
[WARNING]   - 44 more...
[WARNING] jaxrs-ri.jar, jersey-media-json-binding-3.1.99-SNAPSHOT.jar define 10 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.glassfish.jersey.media/jersey-media-json-binding/pom.properties
[WARNING]   - META-INF/maven/org.glassfish.jersey.media/jersey-media-json-binding/pom.xml
[WARNING]   - org.glassfish.jersey.jsonb.JsonBindingFeature
[WARNING]   - org.glassfish.jersey.jsonb.LocalizationMessages
[WARNING]   - org.glassfish.jersey.jsonb.LocalizationMessages$1
[WARNING]   - org.glassfish.jersey.jsonb.LocalizationMessages$BundleSupplier
[WARNING]   - org.glassfish.jersey.jsonb.internal.JsonBindingAutoDiscoverable
[WARNING]   - org.glassfish.jersey.jsonb.internal.JsonBindingProvider
[WARNING]   - org.glassfish.jersey.jsonb.internal.JsonBindingProvider$JsonbSingleton
[WARNING]   - org/glassfish/jersey/jsonb/localization.properties
[WARNING] jakarta.json-api-2.1.1.jar, jaxrs-ri.jar define 41 overlapping classes and resources: 
[WARNING]   - META-INF/maven/jakarta.json/jakarta.json-api/pom.properties
[WARNING]   - META-INF/maven/jakarta.json/jakarta.json-api/pom.xml
[WARNING]   - jakarta.json.EmptyArray
[WARNING]   - jakarta.json.EmptyObject
[WARNING]   - jakarta.json.Json
[WARNING]   - jakarta.json.JsonArray
[WARNING]   - jakarta.json.JsonArrayBuilder
[WARNING]   - jakarta.json.JsonBuilderFactory
[WARNING]   - jakarta.json.JsonConfig
[WARNING]   - jakarta.json.JsonConfig$KeyStrategy
[WARNING]   - 31 more...
[WARNING] jakarta.json.bind-api-3.0.0.jar, jaxrs-ri.jar define 30 overlapping classes and resources: 
[WARNING]   - META-INF/maven/jakarta.json.bind/jakarta.json.bind-api/pom.properties
[WARNING]   - META-INF/maven/jakarta.json.bind/jakarta.json.bind-api/pom.xml
[WARNING]   - jakarta.json.bind.Jsonb
[WARNING]   - jakarta.json.bind.JsonbBuilder
[WARNING]   - jakarta.json.bind.JsonbConfig
[WARNING]   - jakarta.json.bind.JsonbException
[WARNING]   - jakarta.json.bind.adapter.JsonbAdapter
[WARNING]   - jakarta.json.bind.annotation.JsonbAnnotation
[WARNING]   - jakarta.json.bind.annotation.JsonbCreator
[WARNING]   - jakarta.json.bind.annotation.JsonbDateFormat
[WARNING]   - 20 more...
[WARNING] jaxrs-ri.jar, parsson-1.1.1.jar define 71 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.parsson/parsson/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.parsson/parsson/pom.xml
[WARNING]   - META-INF/services/jakarta.json.spi.JsonProvider
[WARNING]   - org.eclipse.parsson.BufferPoolImpl
[WARNING]   - org.eclipse.parsson.JsonArrayBuilderImpl
[WARNING]   - org.eclipse.parsson.JsonArrayBuilderImpl$JsonArrayImpl
[WARNING]   - org.eclipse.parsson.JsonBuilderFactoryImpl
[WARNING]   - org.eclipse.parsson.JsonGeneratorFactoryImpl
[WARNING]   - org.eclipse.parsson.JsonGeneratorImpl
[WARNING]   - org.eclipse.parsson.JsonGeneratorImpl$1
[WARNING]   - 61 more...
[WARNING] jaxrs-ri.jar, yasson-3.0.2.jar define 265 overlapping classes and resources: 
[WARNING]   - META-INF.versions.16.org.eclipse.yasson.internal.ClassMultiReleaseExtension
[WARNING]   - META-INF/maven/org.eclipse/yasson/pom.properties
[WARNING]   - META-INF/maven/org.eclipse/yasson/pom.xml
[WARNING]   - META-INF/native-image/org.eclipse/yasson/native-image.properties
[WARNING]   - META-INF/services/jakarta.json.bind.spi.JsonbProvider
[WARNING]   - org.eclipse.yasson.FieldAccessStrategy
[WARNING]   - org.eclipse.yasson.ImplementationClass
[WARNING]   - org.eclipse.yasson.JsonBindingProvider
[WARNING]   - org.eclipse.yasson.YassonConfig
[WARNING]   - org.eclipse.yasson.YassonJsonb
[WARNING]   - 255 more...
[WARNING] jaxrs-ri.jar, jersey-media-sse-3.1.99-SNAPSHOT.jar define 47 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.glassfish.jersey.media/jersey-media-sse/pom.properties
[WARNING]   - META-INF/maven/org.glassfish.jersey.media/jersey-media-sse/pom.xml
[WARNING]   - META-INF/services/jakarta.ws.rs.sse.SseEventSource$Builder
[WARNING]   - org.glassfish.jersey.media.sse.EventInput
[WARNING]   - org.glassfish.jersey.media.sse.EventInputReader
[WARNING]   - org.glassfish.jersey.media.sse.EventListener
[WARNING]   - org.glassfish.jersey.media.sse.EventOutput
[WARNING]   - org.glassfish.jersey.media.sse.EventSource
[WARNING]   - org.glassfish.jersey.media.sse.EventSource$1
[WARNING]   - org.glassfish.jersey.media.sse.EventSource$Builder
[WARNING]   - 37 more...
[WARNING] jaxrs-ri.jar, jersey-hk2-3.1.99-SNAPSHOT-sources.jar define 16 overlapping resources: 
[WARNING]   - org/glassfish/jersey/inject/hk2/AbstractHk2InjectionManager.java
[WARNING]   - org/glassfish/jersey/inject/hk2/ContextInjectionResolverImpl.java
[WARNING]   - org/glassfish/jersey/inject/hk2/DelayedHk2InjectionManager.java
[WARNING]   - org/glassfish/jersey/inject/hk2/Hk2BootstrapBinder.java
[WARNING]   - org/glassfish/jersey/inject/hk2/Hk2Helper.java
[WARNING]   - org/glassfish/jersey/inject/hk2/Hk2InjectionManagerFactory.java
[WARNING]   - org/glassfish/jersey/inject/hk2/Hk2ReferencingFactory.java
[WARNING]   - org/glassfish/jersey/inject/hk2/Hk2RequestScope.java
[WARNING]   - org/glassfish/jersey/inject/hk2/ImmediateHk2InjectionManager.java
[WARNING]   - org/glassfish/jersey/inject/hk2/InjectionResolverWrapper.java
[WARNING]   - 6 more...
[WARNING] jaxrs-ri.jar, jersey-common-3.1.99-SNAPSHOT-sources.jar define 377 overlapping resources: 
[WARNING]   - org/glassfish/jersey/AbstractFeatureConfigurator.java
[WARNING]   - org/glassfish/jersey/Beta.java
[WARNING]   - org/glassfish/jersey/CommonProperties.java
[WARNING]   - org/glassfish/jersey/ExtendedConfig.java
[WARNING]   - org/glassfish/jersey/ExternalProperties.java
[WARNING]   - org/glassfish/jersey/InjectionManagerProvider.java
[WARNING]   - org/glassfish/jersey/JerseyPriorities.java
[WARNING]   - org/glassfish/jersey/Severity.java
[WARNING]   - org/glassfish/jersey/SslConfigurator.java
[WARNING]   - org/glassfish/jersey/innate/package-info.java
[WARNING]   - 367 more...
[WARNING] jaxrs-ri.jar, jersey-media-jaxb-3.1.99-SNAPSHOT-sources.jar define 24 overlapping resources: 
[WARNING]   - org/glassfish/jersey/jaxb/FeatureSupplier.java
[WARNING]   - org/glassfish/jersey/jaxb/PropertySupplier.java
[WARNING]   - org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java
[WARNING]   - org/glassfish/jersey/jaxb/internal/AbstractJaxbElementProvider.java
[WARNING]   - org/glassfish/jersey/jaxb/internal/AbstractJaxbProvider.java
[WARNING]   - org/glassfish/jersey/jaxb/internal/AbstractRootElementJaxbProvider.java
[WARNING]   - org/glassfish/jersey/jaxb/internal/AbstractXmlFactory.java
[WARNING]   - org/glassfish/jersey/jaxb/internal/DocumentBuilderFactoryInjectionProvider.java
[WARNING]   - org/glassfish/jersey/jaxb/internal/DocumentProvider.java
[WARNING]   - org/glassfish/jersey/jaxb/internal/JaxbAutoDiscoverable.java
[WARNING]   - 14 more...
[WARNING] jaxrs-ri.jar, jersey-client-3.1.99-SNAPSHOT-sources.jar define 87 overlapping resources: 
[WARNING]   - org/glassfish/jersey/client/AbortException.java
[WARNING]   - org/glassfish/jersey/client/AbstractNonSyncInvoker.java
[WARNING]   - org/glassfish/jersey/client/AbstractRxInvoker.java
[WARNING]   - org/glassfish/jersey/client/ChunkParser.java
[WARNING]   - org/glassfish/jersey/client/ChunkedInput.java
[WARNING]   - org/glassfish/jersey/client/ChunkedInputReader.java
[WARNING]   - org/glassfish/jersey/client/ClientAsyncExecutor.java
[WARNING]   - org/glassfish/jersey/client/ClientAsyncExecutorLiteral.java
[WARNING]   - org/glassfish/jersey/client/ClientBackgroundScheduler.java
[WARNING]   - org/glassfish/jersey/client/ClientBackgroundSchedulerLiteral.java
[WARNING]   - 77 more...
[WARNING] jaxrs-ri.jar, jersey-server-3.1.99-SNAPSHOT-sources.jar define 375 overlapping resources: 
[WARNING]   - com/sun/research/ws/wadl/Application.java
[WARNING]   - com/sun/research/ws/wadl/Doc.java
[WARNING]   - com/sun/research/ws/wadl/Grammars.java
[WARNING]   - com/sun/research/ws/wadl/HTTPMethods.java
[WARNING]   - com/sun/research/ws/wadl/Include.java
[WARNING]   - com/sun/research/ws/wadl/Link.java
[WARNING]   - com/sun/research/ws/wadl/Method.java
[WARNING]   - com/sun/research/ws/wadl/ObjectFactory.java
[WARNING]   - com/sun/research/ws/wadl/Option.java
[WARNING]   - com/sun/research/ws/wadl/Param.java
[WARNING]   - 365 more...
[WARNING] jaxrs-ri.jar, jersey-container-servlet-core-3.1.99-SNAPSHOT-sources.jar define 27 overlapping resources: 
[WARNING]   - org/glassfish/jersey/servlet/ServletContainer.java
[WARNING]   - org/glassfish/jersey/servlet/ServletProperties.java
[WARNING]   - org/glassfish/jersey/servlet/ServletPropertiesDelegate.java
[WARNING]   - org/glassfish/jersey/servlet/WebAppResourcesScanner.java
[WARNING]   - org/glassfish/jersey/servlet/WebComponent.java
[WARNING]   - org/glassfish/jersey/servlet/WebConfig.java
[WARNING]   - org/glassfish/jersey/servlet/WebFilterConfig.java
[WARNING]   - org/glassfish/jersey/servlet/WebServletConfig.java
[WARNING]   - org/glassfish/jersey/servlet/internal/LocalizationMessages.java
[WARNING]   - org/glassfish/jersey/servlet/internal/PersistenceUnitBinder.java
[WARNING]   - 17 more...
[WARNING] jaxrs-ri.jar, jersey-container-servlet-3.1.99-SNAPSHOT-sources.jar define 6 overlapping resources: 
[WARNING]   - org/glassfish/jersey/servlet/async/AsyncContextDelegateProviderImpl.java
[WARNING]   - org/glassfish/jersey/servlet/async/package-info.java
[WARNING]   - org/glassfish/jersey/servlet/init/FilterUrlMappingsProviderImpl.java
[WARNING]   - org/glassfish/jersey/servlet/init/JerseyServletContainerInitializer.java
[WARNING]   - org/glassfish/jersey/servlet/init/internal/LocalizationMessages.java
[WARNING]   - org/glassfish/jersey/servlet/init/package-info.java
[WARNING] jakarta.xml.bind-api-4.0.0.jar, jaxrs-ri.jar define 116 overlapping classes and resources: 
[WARNING]   - META-INF/maven/jakarta.xml.bind/jakarta.xml.bind-api/pom.properties
[WARNING]   - META-INF/maven/jakarta.xml.bind/jakarta.xml.bind-api/pom.xml
[WARNING]   - jakarta.xml.bind.Binder
[WARNING]   - jakarta.xml.bind.ContextFinder
[WARNING]   - jakarta.xml.bind.ContextFinder$1
[WARNING]   - jakarta.xml.bind.ContextFinder$2
[WARNING]   - jakarta.xml.bind.ContextFinder$3
[WARNING]   - jakarta.xml.bind.ContextFinder$4
[WARNING]   - jakarta.xml.bind.ContextFinder$5
[WARNING]   - jakarta.xml.bind.DataBindingException
[WARNING]   - 106 more...
[WARNING] jakarta.activation-api-2.1.0.jar, jaxrs-ri.jar define 46 overlapping classes and resources: 
[WARNING]   - META-INF/mailcap.default
[WARNING]   - META-INF/maven/jakarta.activation/jakarta.activation-api/pom.properties
[WARNING]   - META-INF/maven/jakarta.activation/jakarta.activation-api/pom.xml
[WARNING]   - META-INF/mimetypes.default
[WARNING]   - jakarta.activation.ActivationDataFlavor
[WARNING]   - jakarta.activation.CommandInfo
[WARNING]   - jakarta.activation.CommandInfo$Beans
[WARNING]   - jakarta.activation.CommandInfo$Beans$1
[WARNING]   - jakarta.activation.CommandMap
[WARNING]   - jakarta.activation.CommandObject
[WARNING]   - 36 more...
[WARNING] maven-shade-plugin has detected that some class files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the class is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Minimized 8237 -> 8237 (100%)
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/jaxrs-ri.jar with /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/jaxrs-ri-3.1.99-SNAPSHOT-shaded.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.4.2:single (make-binary-archive) @ jaxrs-ri ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/src/main/assembly/assembly-bin.xml
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'jakarta.ws.rs:*:*:sources:*'

[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  '*:sources:*'

[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'jakarta.enterprise:cdi-api:jar:*'
o  'jakarta.el:el-api:jar:*'
o  'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*'
o  'jakarta.annotation:jsr250-api:jar:*'

[INFO] Building zip: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/jaxrs-ri.zip
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'jakarta.ws.rs:*:*:sources:*'

[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  '*:sources:*'

[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'jakarta.enterprise:cdi-api:jar:*'
o  'jakarta.el:el-api:jar:*'
o  'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*'
o  'jakarta.annotation:jsr250-api:jar:*'

[INFO] Building tar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/jaxrs-ri.tar.gz
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'jakarta.ws.rs:*:*:sources:*'

[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  '*:sources:*'

[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'jakarta.enterprise:cdi-api:jar:*'
o  'jakarta.el:el-api:jar:*'
o  'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*'
o  'jakarta.annotation:jsr250-api:jar:*'

[INFO] Building tar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/jaxrs-ri.tar.bz2
[INFO] 
[INFO] --- maven-assembly-plugin:3.4.2:single (make-source-archive) @ jaxrs-ri ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/src/main/assembly/assembly-src.xml
[WARNING] The following patterns were never triggered in this artifact inclusion filter:
o  'jakarta.ws.rs:*:*:sources:*'

[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'jakarta.enterprise:cdi-api:jar:*'
o  'jakarta.el:el-api:jar:*'
o  'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*'
o  'jakarta.annotation:jsr250-api:jar:*'

[INFO] Building zip: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/jaxrs-ri-src.zip
[WARNING] The following patterns were never triggered in this artifact inclusion filter:
o  'jakarta.ws.rs:*:*:sources:*'

[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'jakarta.enterprise:cdi-api:jar:*'
o  'jakarta.el:el-api:jar:*'
o  'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*'
o  'jakarta.annotation:jsr250-api:jar:*'

[INFO] Building tar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/jaxrs-ri-src.tar.gz
[WARNING] The following patterns were never triggered in this artifact inclusion filter:
o  'jakarta.ws.rs:*:*:sources:*'

[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'jakarta.enterprise:cdi-api:jar:*'
o  'jakarta.el:el-api:jar:*'
o  'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*'
o  'jakarta.annotation:jsr250-api:jar:*'

[INFO] Building tar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/jaxrs-ri-src.tar.bz2
[INFO] 
[INFO] --- maven-antrun-plugin:3.1.0:run (xcopy) @ jaxrs-ri ---
[INFO] Executing tasks
[INFO]       [jar] Updating jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/jaxrs-ri.jar
[INFO]       [jar] Updating jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/jaxrs-ri-sources.jar
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jaxrs-ri ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.1.99-SNAPSHOT/jaxrs-ri-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/jaxrs-ri.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.1.99-SNAPSHOT/jaxrs-ri-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/jaxrs-ri-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.1.99-SNAPSHOT/jaxrs-ri-3.1.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/jaxrs-ri.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.1.99-SNAPSHOT/jaxrs-ri-3.1.99-SNAPSHOT.zip
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/jaxrs-ri.tar.gz to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.1.99-SNAPSHOT/jaxrs-ri-3.1.99-SNAPSHOT.tar.gz
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/jaxrs-ri.tar.bz2 to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.1.99-SNAPSHOT/jaxrs-ri-3.1.99-SNAPSHOT.tar.bz2
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/jaxrs-ri-src.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.1.99-SNAPSHOT/jaxrs-ri-3.1.99-SNAPSHOT-src.zip
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/jaxrs-ri-src.tar.gz to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.1.99-SNAPSHOT/jaxrs-ri-3.1.99-SNAPSHOT-src.tar.gz
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/bundles/jaxrs-ri/target/jaxrs-ri-src.tar.bz2 to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.1.99-SNAPSHOT/jaxrs-ri-3.1.99-SNAPSHOT-src.tar.bz2
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:install (default-install) @ jaxrs-ri ---
[INFO] Writing OBR metadata
[INFO] Installing org/glassfish/jersey/bundles/jaxrs-ri/3.1.99-SNAPSHOT/jaxrs-ri-3.1.99-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-5087 >---------
[INFO] Building jersey-tests-integration-jersey-5087 3.1.99-SNAPSHOT  [204/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-5087 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-5087 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-5087 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-5087 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-5087 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-5087 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-5087 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-5087 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-5087/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-5087 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-5087/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-5087 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-5087/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-5087 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-5087 ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-5087 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-5087 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-5087] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-5087/target/jersey-5087-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-5087/target/jersey-5087-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-5087 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-5087/target/jersey-5087-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-5087 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-5087/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-5087/3.1.99-SNAPSHOT/jersey-5087-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-5087/target/jersey-5087-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-5087/3.1.99-SNAPSHOT/jersey-5087-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/jersey-5087/target/jersey-5087-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-5087/3.1.99-SNAPSHOT/jersey-5087-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.microprofile:microprofile-integration-project >--
[INFO] Building microprofile-integration-project 3.1.99-SNAPSHOT      [205/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ microprofile-integration-project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ microprofile-integration-project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ microprofile-integration-project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ microprofile-integration-project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ microprofile-integration-project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ microprofile-integration-project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ microprofile-integration-project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ microprofile-integration-project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ microprofile-integration-project ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/microprofile/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/microprofile-integration-project/3.1.99-SNAPSHOT/microprofile-integration-project-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.microprofile:microprofile-config-project >--
[INFO] Building microprofile-config-project 3.1.99-SNAPSHOT           [206/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ microprofile-config-project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ microprofile-config-project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ microprofile-config-project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ microprofile-config-project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ microprofile-config-project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ microprofile-config-project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ microprofile-config-project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ microprofile-config-project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ microprofile-config-project ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/microprofile/config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/microprofile-config-project/3.1.99-SNAPSHOT/microprofile-config-project-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.microprofile:config-webapp >--
[INFO] Building config-webapp 3.1.99-SNAPSHOT                         [207/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ config-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ config-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ config-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ config-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ config-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ config-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ config-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ config-webapp ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ config-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/microprofile/config/webapp/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ config-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/microprofile/config/webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ config-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/microprofile/config/webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ config-webapp ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ config-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ config-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/microprofile/config/webapp/target/config-webapp-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ config-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/microprofile/config/webapp/target/config-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ config-webapp >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ config-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ config-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ config-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ config-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ config-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ config-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ config-webapp ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ config-webapp ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ config-webapp ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ config-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/microprofile/config/webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ config-webapp ---
[INFO] No sources to compile
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ config-webapp <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ config-webapp ---
[INFO] Configuring Jetty for project: config-webapp
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ config-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ config-webapp ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ config-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ config-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/microprofile/config/webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/config-webapp/3.1.99-SNAPSHOT/config-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/microprofile/config/webapp/target/config-webapp-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/config-webapp/3.1.99-SNAPSHOT/config-webapp-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/microprofile/config/webapp/target/config-webapp-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/config-webapp/3.1.99-SNAPSHOT/config-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.microprofile:helidon-config-webapp >--
[INFO] Building helidon-config-webapp 3.1.99-SNAPSHOT                 [208/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ helidon-config-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ helidon-config-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ helidon-config-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ helidon-config-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ helidon-config-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ helidon-config-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ helidon-config-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ helidon-config-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/microprofile/config/helidon/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ helidon-config-webapp ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ helidon-config-webapp ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ helidon-config-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/microprofile/config/helidon/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ helidon-config-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/microprofile/config/helidon/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ helidon-config-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ helidon-config-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [helidon-config-webapp] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/microprofile/config/helidon/target/helidon-config-webapp-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/microprofile/config/helidon/target/helidon-config-webapp-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ helidon-config-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/microprofile/config/helidon/target/helidon-config-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ helidon-config-webapp >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ helidon-config-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ helidon-config-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ helidon-config-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ helidon-config-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ helidon-config-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ helidon-config-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ helidon-config-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/microprofile/config/helidon/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ helidon-config-webapp ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ helidon-config-webapp ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ helidon-config-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/microprofile/config/helidon/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ helidon-config-webapp ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ helidon-config-webapp <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ helidon-config-webapp ---
[INFO] Configuring Jetty for project: helidon-config-webapp
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ helidon-config-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ helidon-config-webapp ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ helidon-config-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ helidon-config-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/microprofile/config/helidon/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/helidon-config-webapp/3.1.99-SNAPSHOT/helidon-config-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/microprofile/config/helidon/target/helidon-config-webapp-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/helidon-config-webapp/3.1.99-SNAPSHOT/helidon-config-webapp-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/microprofile/config/helidon/target/helidon-config-webapp-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/helidon-config-webapp/3.1.99-SNAPSHOT/helidon-config-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.microprofile:jersey-rest-client >--
[INFO] Building jersey-rest-client 3.1.99-SNAPSHOT                    [209/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-rest-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-rest-client ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-rest-client ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-rest-client ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-rest-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-rest-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rest-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-rest-client ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/microprofile/rest-client/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-rest-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-rest-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-rest-client ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-rest-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/microprofile/rest-client/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-rest-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-rest-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/microprofile/rest-client/target/jersey-rest-client-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-rest-client ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-rest-client ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/microprofile/rest-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/jersey-rest-client/3.1.99-SNAPSHOT/jersey-rest-client-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/microprofile/rest-client/target/jersey-rest-client-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/jersey-rest-client/3.1.99-SNAPSHOT/jersey-rest-client-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.microprofile:jersey-rest-client-tck >--
[INFO] Building jersey-rest-client-tck 3.1.99-SNAPSHOT                [210/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-rest-client-tck ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-rest-client-tck ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-rest-client-tck ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-rest-client-tck ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-rest-client-tck ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-rest-client-tck ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rest-client-tck ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-rest-client-tck ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/microprofile/rest-client-tck/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-rest-client-tck ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-rest-client-tck ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-rest-client-tck ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-rest-client-tck ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-rest-client-tck ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-rest-client-tck ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/microprofile/rest-client-tck/target/jersey-rest-client-tck-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-rest-client-tck ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-rest-client-tck ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/microprofile/rest-client-tck/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/jersey-rest-client-tck/3.1.99-SNAPSHOT/jersey-rest-client-tck-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/microprofile/rest-client-tck/target/jersey-rest-client-tck-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/jersey-rest-client-tck/3.1.99-SNAPSHOT/jersey-rest-client-tck-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.tests.integration:property-check >--------
[INFO] Building jersey-tests-integration-property-check 3.1.99-SNAPSHOT [211/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ property-check ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ property-check ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ property-check ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ property-check ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ property-check ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ property-check ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ property-check ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ property-check ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/property-check/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ property-check ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ property-check ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ property-check ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ property-check ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/property-check/target/test-classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/property-check/src/test/java/org/glassfish/jersey/internal/config/SystemPropertiesConfigurationModelTest.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/property-check/src/test/java/org/glassfish/jersey/internal/config/SystemPropertiesConfigurationModelTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/property-check/src/test/java/org/glassfish/jersey/internal/config/SystemPropertiesConfigurationModelTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ property-check ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ property-check ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/property-check/target/property-check-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ property-check ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ property-check ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/property-check/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/property-check/3.1.99-SNAPSHOT/property-check-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/property-check/target/property-check-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/property-check/3.1.99-SNAPSHOT/property-check-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.reactive:reactive-streams-integration-project >--
[INFO] Building reactive-streams-integration-project 3.1.99-SNAPSHOT  [212/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ reactive-streams-integration-project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ reactive-streams-integration-project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ reactive-streams-integration-project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ reactive-streams-integration-project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ reactive-streams-integration-project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ reactive-streams-integration-project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ reactive-streams-integration-project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ reactive-streams-integration-project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ reactive-streams-integration-project ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/reactive-streams/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/reactive/reactive-streams-integration-project/3.1.99-SNAPSHOT/reactive-streams-integration-project-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.reactive:sse-reactive-streams-tck >--
[INFO] Building sse-reactive-streams-tck 3.1.99-SNAPSHOT              [213/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ sse-reactive-streams-tck ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ sse-reactive-streams-tck ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ sse-reactive-streams-tck ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ sse-reactive-streams-tck ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ sse-reactive-streams-tck ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ sse-reactive-streams-tck ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ sse-reactive-streams-tck ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ sse-reactive-streams-tck ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/reactive-streams/sse/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ sse-reactive-streams-tck ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ sse-reactive-streams-tck ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ sse-reactive-streams-tck ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/reactive-streams/sse/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ sse-reactive-streams-tck ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/reactive-streams/sse/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ sse-reactive-streams-tck ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ sse-reactive-streams-tck ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/reactive-streams/sse/target/sse-reactive-streams-tck-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ sse-reactive-streams-tck ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ sse-reactive-streams-tck ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ sse-reactive-streams-tck ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ sse-reactive-streams-tck ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/reactive-streams/sse/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/reactive/sse-reactive-streams-tck/3.1.99-SNAPSHOT/sse-reactive-streams-tck-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/reactive-streams/sse/target/sse-reactive-streams-tck-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/reactive/sse-reactive-streams-tck/3.1.99-SNAPSHOT/sse-reactive-streams-tck-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.tests.integration:security-digest >-------
[INFO] Building jersey-tests-integration-jersey-security-digest 3.1.99-SNAPSHOT [214/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ security-digest ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ security-digest ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ security-digest ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ security-digest ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ security-digest ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ security-digest ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ security-digest ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ security-digest ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ security-digest ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/security-digest/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ security-digest ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/security-digest/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ security-digest ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/security-digest/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ security-digest ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/security-digest/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ security-digest ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ security-digest ---
[INFO] Packaging webapp
[INFO] Assembling webapp [security-digest] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/security-digest/target/security-digest-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/security-digest/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/security-digest/target/security-digest-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ security-digest ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/security-digest/target/security-digest-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ security-digest >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ security-digest ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ security-digest ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ security-digest <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ security-digest ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ security-digest ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ security-digest ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ security-digest ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ security-digest ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/security-digest/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/security-digest/3.1.99-SNAPSHOT/security-digest-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/security-digest/target/security-digest-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/security-digest/3.1.99-SNAPSHOT/security-digest-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/security-digest/target/security-digest-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/security-digest/3.1.99-SNAPSHOT/security-digest-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration:servlet-2.5-autodiscovery-1 >--
[INFO] Building jersey-tests-integration-servlet-2.5-autodiscovery-1 3.1.99-SNAPSHOT [215/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-2.5-autodiscovery-1 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-2.5-autodiscovery-1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-2.5-autodiscovery-1 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet-2.5-autodiscovery-1 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ servlet-2.5-autodiscovery-1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-autodiscovery-1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-autodiscovery-1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ servlet-2.5-autodiscovery-1 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-autodiscovery-1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-autodiscovery-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-autodiscovery-1/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-2.5-autodiscovery-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-autodiscovery-1/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ servlet-2.5-autodiscovery-1 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-autodiscovery-1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-autodiscovery-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-autodiscovery-1/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet-2.5-autodiscovery-1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet-2.5-autodiscovery-1 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-2.5-autodiscovery-1] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-autodiscovery-1/target/servlet-2.5-autodiscovery-1-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-autodiscovery-1/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-autodiscovery-1/target/servlet-2.5-autodiscovery-1-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet-2.5-autodiscovery-1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-autodiscovery-1/target/servlet-2.5-autodiscovery-1-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ servlet-2.5-autodiscovery-1 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-2.5-autodiscovery-1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-2.5-autodiscovery-1 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ servlet-2.5-autodiscovery-1 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ servlet-2.5-autodiscovery-1 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ servlet-2.5-autodiscovery-1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ servlet-2.5-autodiscovery-1 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ servlet-2.5-autodiscovery-1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet-2.5-autodiscovery-1 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-autodiscovery-1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-autodiscovery-1/3.1.99-SNAPSHOT/servlet-2.5-autodiscovery-1-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-autodiscovery-1/target/servlet-2.5-autodiscovery-1-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-autodiscovery-1/3.1.99-SNAPSHOT/servlet-2.5-autodiscovery-1-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-autodiscovery-1/target/servlet-2.5-autodiscovery-1-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-autodiscovery-1/3.1.99-SNAPSHOT/servlet-2.5-autodiscovery-1-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration:servlet-2.5-autodiscovery-2 >--
[INFO] Building jersey-tests-integration-servlet-2.5-autodiscovery-2 3.1.99-SNAPSHOT [216/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-2.5-autodiscovery-2 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-2.5-autodiscovery-2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-2.5-autodiscovery-2 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet-2.5-autodiscovery-2 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ servlet-2.5-autodiscovery-2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-autodiscovery-2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-autodiscovery-2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ servlet-2.5-autodiscovery-2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-autodiscovery-2/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-autodiscovery-2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-autodiscovery-2/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-2.5-autodiscovery-2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-autodiscovery-2/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ servlet-2.5-autodiscovery-2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-autodiscovery-2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-autodiscovery-2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-autodiscovery-2/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet-2.5-autodiscovery-2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet-2.5-autodiscovery-2 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-2.5-autodiscovery-2] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-autodiscovery-2/target/servlet-2.5-autodiscovery-2-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-autodiscovery-2/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-autodiscovery-2/target/servlet-2.5-autodiscovery-2-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet-2.5-autodiscovery-2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-autodiscovery-2/target/servlet-2.5-autodiscovery-2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ servlet-2.5-autodiscovery-2 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-2.5-autodiscovery-2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-2.5-autodiscovery-2 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ servlet-2.5-autodiscovery-2 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ servlet-2.5-autodiscovery-2 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ servlet-2.5-autodiscovery-2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ servlet-2.5-autodiscovery-2 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ servlet-2.5-autodiscovery-2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet-2.5-autodiscovery-2 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-autodiscovery-2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-autodiscovery-2/3.1.99-SNAPSHOT/servlet-2.5-autodiscovery-2-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-autodiscovery-2/target/servlet-2.5-autodiscovery-2-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-autodiscovery-2/3.1.99-SNAPSHOT/servlet-2.5-autodiscovery-2-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-autodiscovery-2/target/servlet-2.5-autodiscovery-2-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-autodiscovery-2/3.1.99-SNAPSHOT/servlet-2.5-autodiscovery-2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-filter >------
[INFO] Building jersey-tests-integration-servlet-2.5-filter 3.1.99-SNAPSHOT [217/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-2.5-filter ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-2.5-filter ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-2.5-filter ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet-2.5-filter ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ servlet-2.5-filter ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-filter ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-filter ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ servlet-2.5-filter ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-filter/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-filter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-filter/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-2.5-filter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-filter/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ servlet-2.5-filter ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-filter/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-filter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-filter/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet-2.5-filter ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet-2.5-filter ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-2.5-filter] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-filter/target/servlet-2.5-filter-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-filter/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-filter/target/servlet-2.5-filter-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet-2.5-filter ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-filter/target/servlet-2.5-filter-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ servlet-2.5-filter >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-2.5-filter ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-2.5-filter ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ servlet-2.5-filter <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ servlet-2.5-filter ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ servlet-2.5-filter ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ servlet-2.5-filter ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ servlet-2.5-filter ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet-2.5-filter ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-filter/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-filter/3.1.99-SNAPSHOT/servlet-2.5-filter-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-filter/target/servlet-2.5-filter-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-filter/3.1.99-SNAPSHOT/servlet-2.5-filter-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-filter/target/servlet-2.5-filter-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-filter/3.1.99-SNAPSHOT/servlet-2.5-filter-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---< org.glassfish.jersey.tests.integration:servlet-2.5-inflector-1 >---
[INFO] Building jersey-tests-integration-servlet-2.5-inflector-1 3.1.99-SNAPSHOT [218/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-2.5-inflector-1 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-2.5-inflector-1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-2.5-inflector-1 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet-2.5-inflector-1 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ servlet-2.5-inflector-1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-inflector-1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-inflector-1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ servlet-2.5-inflector-1 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-inflector-1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-inflector-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-inflector-1/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-2.5-inflector-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-inflector-1/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ servlet-2.5-inflector-1 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-inflector-1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-inflector-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-inflector-1/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet-2.5-inflector-1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet-2.5-inflector-1 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-2.5-inflector-1] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-inflector-1/target/servlet-2.5-inflector-1-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-inflector-1/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-inflector-1/target/servlet-2.5-inflector-1-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet-2.5-inflector-1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-inflector-1/target/servlet-2.5-inflector-1-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ servlet-2.5-inflector-1 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-2.5-inflector-1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-2.5-inflector-1 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ servlet-2.5-inflector-1 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ servlet-2.5-inflector-1 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ servlet-2.5-inflector-1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ servlet-2.5-inflector-1 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ servlet-2.5-inflector-1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet-2.5-inflector-1 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-inflector-1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-inflector-1/3.1.99-SNAPSHOT/servlet-2.5-inflector-1-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-inflector-1/target/servlet-2.5-inflector-1-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-inflector-1/3.1.99-SNAPSHOT/servlet-2.5-inflector-1-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-inflector-1/target/servlet-2.5-inflector-1-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-inflector-1/3.1.99-SNAPSHOT/servlet-2.5-inflector-1-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-1 >------
[INFO] Building jersey-tests-integration-servlet-2.5-init-1 3.1.99-SNAPSHOT [219/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-2.5-init-1 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-2.5-init-1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-2.5-init-1 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet-2.5-init-1 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ servlet-2.5-init-1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ servlet-2.5-init-1 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-init-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-1/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-2.5-init-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-1/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ servlet-2.5-init-1 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-init-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-1/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet-2.5-init-1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet-2.5-init-1 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-2.5-init-1] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-1/target/servlet-2.5-init-1-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-1/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-1/target/servlet-2.5-init-1-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet-2.5-init-1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-1/target/servlet-2.5-init-1-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ servlet-2.5-init-1 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-2.5-init-1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-2.5-init-1 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ servlet-2.5-init-1 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ servlet-2.5-init-1 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ servlet-2.5-init-1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ servlet-2.5-init-1 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ servlet-2.5-init-1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet-2.5-init-1 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-1/3.1.99-SNAPSHOT/servlet-2.5-init-1-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-1/target/servlet-2.5-init-1-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-1/3.1.99-SNAPSHOT/servlet-2.5-init-1-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-1/target/servlet-2.5-init-1-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-1/3.1.99-SNAPSHOT/servlet-2.5-init-1-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-2 >------
[INFO] Building jersey-tests-integration-servlet-2.5-init-2 3.1.99-SNAPSHOT [220/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-2.5-init-2 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-2.5-init-2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-2.5-init-2 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet-2.5-init-2 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ servlet-2.5-init-2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ servlet-2.5-init-2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-2/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-init-2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-2/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-2.5-init-2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-2/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ servlet-2.5-init-2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-init-2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-2/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet-2.5-init-2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet-2.5-init-2 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-2.5-init-2] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-2/target/servlet-2.5-init-2-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-2/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-2/target/servlet-2.5-init-2-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet-2.5-init-2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-2/target/servlet-2.5-init-2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ servlet-2.5-init-2 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-2.5-init-2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-2.5-init-2 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ servlet-2.5-init-2 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ servlet-2.5-init-2 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ servlet-2.5-init-2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ servlet-2.5-init-2 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ servlet-2.5-init-2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet-2.5-init-2 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-2/3.1.99-SNAPSHOT/servlet-2.5-init-2-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-2/target/servlet-2.5-init-2-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-2/3.1.99-SNAPSHOT/servlet-2.5-init-2-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-2/target/servlet-2.5-init-2-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-2/3.1.99-SNAPSHOT/servlet-2.5-init-2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-3 >------
[INFO] Building jersey-tests-integration-servlet-2.5-init-3 3.1.99-SNAPSHOT [221/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-2.5-init-3 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-2.5-init-3 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-2.5-init-3 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet-2.5-init-3 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ servlet-2.5-init-3 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-3 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-3 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ servlet-2.5-init-3 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-3/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-init-3 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-3/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-2.5-init-3 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-3/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ servlet-2.5-init-3 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-3/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-init-3 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-3/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet-2.5-init-3 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet-2.5-init-3 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-2.5-init-3] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-3/target/servlet-2.5-init-3-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-3/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-3/target/servlet-2.5-init-3-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet-2.5-init-3 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-3/target/servlet-2.5-init-3-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ servlet-2.5-init-3 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-2.5-init-3 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-2.5-init-3 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ servlet-2.5-init-3 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ servlet-2.5-init-3 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ servlet-2.5-init-3 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ servlet-2.5-init-3 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ servlet-2.5-init-3 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet-2.5-init-3 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-3/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-3/3.1.99-SNAPSHOT/servlet-2.5-init-3-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-3/target/servlet-2.5-init-3-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-3/3.1.99-SNAPSHOT/servlet-2.5-init-3-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-3/target/servlet-2.5-init-3-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-3/3.1.99-SNAPSHOT/servlet-2.5-init-3-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-4 >------
[INFO] Building jersey-tests-integration-servlet-2.5-init-4 3.1.99-SNAPSHOT [222/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-2.5-init-4 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-2.5-init-4 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-2.5-init-4 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet-2.5-init-4 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ servlet-2.5-init-4 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-4 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-4 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ servlet-2.5-init-4 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-4/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-init-4 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-4/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-2.5-init-4 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-4/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ servlet-2.5-init-4 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-4/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-init-4 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-4/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet-2.5-init-4 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet-2.5-init-4 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-2.5-init-4] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-4/target/servlet-2.5-init-4-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-4/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-4/target/servlet-2.5-init-4-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet-2.5-init-4 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-4/target/servlet-2.5-init-4-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ servlet-2.5-init-4 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-2.5-init-4 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-2.5-init-4 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ servlet-2.5-init-4 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ servlet-2.5-init-4 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ servlet-2.5-init-4 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ servlet-2.5-init-4 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ servlet-2.5-init-4 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet-2.5-init-4 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-4/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-4/3.1.99-SNAPSHOT/servlet-2.5-init-4-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-4/target/servlet-2.5-init-4-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-4/3.1.99-SNAPSHOT/servlet-2.5-init-4-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-4/target/servlet-2.5-init-4-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-4/3.1.99-SNAPSHOT/servlet-2.5-init-4-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-5 >------
[INFO] Building jersey-tests-integration-servlet-2.5-init-5 3.1.99-SNAPSHOT [223/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-2.5-init-5 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-2.5-init-5 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-2.5-init-5 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet-2.5-init-5 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ servlet-2.5-init-5 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-5 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-5 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ servlet-2.5-init-5 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-5/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-init-5 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-5/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-2.5-init-5 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-5/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ servlet-2.5-init-5 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-5/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-init-5 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-5/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet-2.5-init-5 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet-2.5-init-5 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-2.5-init-5] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-5/target/servlet-2.5-init-5-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-5/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-5/target/servlet-2.5-init-5-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet-2.5-init-5 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-5/target/servlet-2.5-init-5-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ servlet-2.5-init-5 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-2.5-init-5 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-2.5-init-5 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ servlet-2.5-init-5 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ servlet-2.5-init-5 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ servlet-2.5-init-5 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ servlet-2.5-init-5 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ servlet-2.5-init-5 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet-2.5-init-5 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-5/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-5/3.1.99-SNAPSHOT/servlet-2.5-init-5-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-5/target/servlet-2.5-init-5-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-5/3.1.99-SNAPSHOT/servlet-2.5-init-5-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-5/target/servlet-2.5-init-5-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-5/3.1.99-SNAPSHOT/servlet-2.5-init-5-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-6 >------
[INFO] Building jersey-tests-integration-servlet-2.5-init-6 3.1.99-SNAPSHOT [224/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-2.5-init-6 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-2.5-init-6 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-2.5-init-6 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet-2.5-init-6 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ servlet-2.5-init-6 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-6 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-6 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ servlet-2.5-init-6 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-6/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-init-6 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-6/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-2.5-init-6 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-6/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ servlet-2.5-init-6 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-6/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-init-6 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-6/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet-2.5-init-6 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet-2.5-init-6 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-2.5-init-6] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-6/target/servlet-2.5-init-6-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-6/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-6/target/servlet-2.5-init-6-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet-2.5-init-6 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-6/target/servlet-2.5-init-6-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ servlet-2.5-init-6 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-2.5-init-6 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-2.5-init-6 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ servlet-2.5-init-6 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ servlet-2.5-init-6 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ servlet-2.5-init-6 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ servlet-2.5-init-6 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ servlet-2.5-init-6 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet-2.5-init-6 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-6/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-6/3.1.99-SNAPSHOT/servlet-2.5-init-6-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-6/target/servlet-2.5-init-6-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-6/3.1.99-SNAPSHOT/servlet-2.5-init-6-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-6/target/servlet-2.5-init-6-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-6/3.1.99-SNAPSHOT/servlet-2.5-init-6-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-7 >------
[INFO] Building jersey-tests-integration-servlet-2.5-init-7 3.1.99-SNAPSHOT [225/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-2.5-init-7 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-2.5-init-7 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-2.5-init-7 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet-2.5-init-7 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ servlet-2.5-init-7 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-7 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-7 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ servlet-2.5-init-7 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-7/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-init-7 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-7/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-2.5-init-7 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-7/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ servlet-2.5-init-7 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-7/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-init-7 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-7/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet-2.5-init-7 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet-2.5-init-7 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-2.5-init-7] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-7/target/servlet-2.5-init-7-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-7/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-7/target/servlet-2.5-init-7-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet-2.5-init-7 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-7/target/servlet-2.5-init-7-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ servlet-2.5-init-7 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-2.5-init-7 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-2.5-init-7 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ servlet-2.5-init-7 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ servlet-2.5-init-7 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ servlet-2.5-init-7 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ servlet-2.5-init-7 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ servlet-2.5-init-7 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet-2.5-init-7 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-7/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-7/3.1.99-SNAPSHOT/servlet-2.5-init-7-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-7/target/servlet-2.5-init-7-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-7/3.1.99-SNAPSHOT/servlet-2.5-init-7-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-7/target/servlet-2.5-init-7-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-7/3.1.99-SNAPSHOT/servlet-2.5-init-7-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-8 >------
[INFO] Building jersey-tests-integration-servlet-2.5-init-8 3.1.99-SNAPSHOT [226/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-2.5-init-8 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-2.5-init-8 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-2.5-init-8 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet-2.5-init-8 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ servlet-2.5-init-8 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-8 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-8 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ servlet-2.5-init-8 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-8/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-init-8 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-8/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-2.5-init-8 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-8/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ servlet-2.5-init-8 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-8/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-init-8 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-8/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet-2.5-init-8 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet-2.5-init-8 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-2.5-init-8] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-8/target/servlet-2.5-init-8-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-8/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-8/target/servlet-2.5-init-8-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet-2.5-init-8 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-8/target/servlet-2.5-init-8-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ servlet-2.5-init-8 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-2.5-init-8 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-2.5-init-8 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ servlet-2.5-init-8 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ servlet-2.5-init-8 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ servlet-2.5-init-8 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ servlet-2.5-init-8 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ servlet-2.5-init-8 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet-2.5-init-8 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-8/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-8/3.1.99-SNAPSHOT/servlet-2.5-init-8-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-8/target/servlet-2.5-init-8-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-8/3.1.99-SNAPSHOT/servlet-2.5-init-8-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-init-8/target/servlet-2.5-init-8-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-8/3.1.99-SNAPSHOT/servlet-2.5-init-8-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.tests.integration:servlet-2.5-mvc-1 >------
[INFO] Building jersey-tests-integration-servlet-2.5-mvc-1 3.1.99-SNAPSHOT [227/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-2.5-mvc-1 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-2.5-mvc-1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-2.5-mvc-1 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet-2.5-mvc-1 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ servlet-2.5-mvc-1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-mvc-1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-mvc-1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ servlet-2.5-mvc-1 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-mvc-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-1/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-2.5-mvc-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-1/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ servlet-2.5-mvc-1 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-mvc-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-1/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet-2.5-mvc-1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-antrun-plugin:3.1.0:run (copy-tld) @ servlet-2.5-mvc-1 ---
[INFO] Executing tasks
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-1/src/main/webapp/WEB-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet-2.5-mvc-1 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-2.5-mvc-1] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-1/target/servlet-2.5-mvc-1-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-1/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-1/target/servlet-2.5-mvc-1-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet-2.5-mvc-1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-1/target/servlet-2.5-mvc-1-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ servlet-2.5-mvc-1 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-2.5-mvc-1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-2.5-mvc-1 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ servlet-2.5-mvc-1 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ servlet-2.5-mvc-1 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ servlet-2.5-mvc-1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ servlet-2.5-mvc-1 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-antrun-plugin:3.1.0:run (delete-tld) @ servlet-2.5-mvc-1 ---
[INFO] Executing tasks
[INFO]    [delete] Deleting: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-1/src/main/webapp/WEB-INF/taglib.tld
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ servlet-2.5-mvc-1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet-2.5-mvc-1 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-1/3.1.99-SNAPSHOT/servlet-2.5-mvc-1-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-1/target/servlet-2.5-mvc-1-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-1/3.1.99-SNAPSHOT/servlet-2.5-mvc-1-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-1/target/servlet-2.5-mvc-1-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-1/3.1.99-SNAPSHOT/servlet-2.5-mvc-1-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.tests.integration:servlet-2.5-mvc-2 >------
[INFO] Building jersey-tests-integration-servlet-2.5-mvc-2 3.1.99-SNAPSHOT [228/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-2.5-mvc-2 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-2.5-mvc-2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-2.5-mvc-2 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet-2.5-mvc-2 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ servlet-2.5-mvc-2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-mvc-2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-mvc-2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ servlet-2.5-mvc-2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-2/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-mvc-2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-2/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-2.5-mvc-2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-2/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ servlet-2.5-mvc-2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-mvc-2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-2/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet-2.5-mvc-2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet-2.5-mvc-2 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-2.5-mvc-2] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-2/target/servlet-2.5-mvc-2-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-2/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-2/target/servlet-2.5-mvc-2-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet-2.5-mvc-2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-2/target/servlet-2.5-mvc-2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ servlet-2.5-mvc-2 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-2.5-mvc-2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-2.5-mvc-2 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ servlet-2.5-mvc-2 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ servlet-2.5-mvc-2 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ servlet-2.5-mvc-2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ servlet-2.5-mvc-2 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ servlet-2.5-mvc-2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet-2.5-mvc-2 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-2/3.1.99-SNAPSHOT/servlet-2.5-mvc-2-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-2/target/servlet-2.5-mvc-2-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-2/3.1.99-SNAPSHOT/servlet-2.5-mvc-2-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-2/target/servlet-2.5-mvc-2-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-2/3.1.99-SNAPSHOT/servlet-2.5-mvc-2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.tests.integration:servlet-2.5-mvc-3 >------
[INFO] Building jersey-tests-integration-servlet-2.5-mvc-3 3.1.99-SNAPSHOT [229/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-2.5-mvc-3 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-2.5-mvc-3 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-2.5-mvc-3 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet-2.5-mvc-3 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ servlet-2.5-mvc-3 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-mvc-3 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-mvc-3 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ servlet-2.5-mvc-3 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-3/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-mvc-3 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-3/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-2.5-mvc-3 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-3/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ servlet-2.5-mvc-3 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-3/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-mvc-3 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-3/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet-2.5-mvc-3 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-antrun-plugin:3.1.0:run (copy-tld) @ servlet-2.5-mvc-3 ---
[INFO] Executing tasks
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-3/src/main/webapp/WEB-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet-2.5-mvc-3 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-2.5-mvc-3] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-3/target/servlet-2.5-mvc-3-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-3/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-3/target/servlet-2.5-mvc-3-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet-2.5-mvc-3 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-3/target/servlet-2.5-mvc-3-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ servlet-2.5-mvc-3 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-2.5-mvc-3 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-2.5-mvc-3 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ servlet-2.5-mvc-3 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ servlet-2.5-mvc-3 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ servlet-2.5-mvc-3 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ servlet-2.5-mvc-3 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-antrun-plugin:3.1.0:run (delete-tld) @ servlet-2.5-mvc-3 ---
[INFO] Executing tasks
[INFO]    [delete] Deleting: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-3/src/main/webapp/WEB-INF/taglib.tld
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ servlet-2.5-mvc-3 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet-2.5-mvc-3 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-3/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-3/3.1.99-SNAPSHOT/servlet-2.5-mvc-3-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-3/target/servlet-2.5-mvc-3-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-3/3.1.99-SNAPSHOT/servlet-2.5-mvc-3-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-mvc-3/target/servlet-2.5-mvc-3-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-3/3.1.99-SNAPSHOT/servlet-2.5-mvc-3-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-reload >------
[INFO] Building jersey-tests-integration-servlet-2.5-reload 3.1.99-SNAPSHOT [230/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-2.5-reload ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-2.5-reload ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-2.5-reload ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet-2.5-reload ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ servlet-2.5-reload ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-reload ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-reload ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ servlet-2.5-reload ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-reload/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-reload ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-reload/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-2.5-reload ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-reload/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ servlet-2.5-reload ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-reload/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-reload ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-reload/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet-2.5-reload ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet-2.5-reload ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-2.5-reload] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-reload/target/servlet-2.5-reload-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-reload/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-reload/target/servlet-2.5-reload-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet-2.5-reload ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-reload/target/servlet-2.5-reload-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ servlet-2.5-reload ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ servlet-2.5-reload ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet-2.5-reload ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-reload/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-reload/3.1.99-SNAPSHOT/servlet-2.5-reload-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-reload/target/servlet-2.5-reload-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-reload/3.1.99-SNAPSHOT/servlet-2.5-reload-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-2.5-reload/target/servlet-2.5-reload-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-reload/3.1.99-SNAPSHOT/servlet-2.5-reload-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.tests.integration:servlet-3-async >-------
[INFO] Building jersey-tests-integration-servlet-3-async 3.1.99-SNAPSHOT [231/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-3-async ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-3-async ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-3-async ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet-3-async ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ servlet-3-async ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ servlet-3-async ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-async ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ servlet-3-async ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-async/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-async ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-async/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-3-async ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-async/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ servlet-3-async ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-async/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-async ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-async/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet-3-async ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet-3-async ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-3-async] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-async/target/servlet-3-async-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-async/target/servlet-3-async-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet-3-async ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-async/target/servlet-3-async-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ servlet-3-async >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-3-async ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-3-async ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ servlet-3-async <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ servlet-3-async ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ servlet-3-async ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ servlet-3-async ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ servlet-3-async ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet-3-async ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-async/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-async/3.1.99-SNAPSHOT/servlet-3-async-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-async/target/servlet-3-async-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-async/3.1.99-SNAPSHOT/servlet-3-async-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-async/target/servlet-3-async-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-async/3.1.99-SNAPSHOT/servlet-3-async-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----< org.glassfish.jersey.tests.integration:servlet-3-chunked-io >-----
[INFO] Building jersey-tests-integration-servlet-3-chunked-io 3.1.99-SNAPSHOT [232/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-3-chunked-io ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-3-chunked-io ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-3-chunked-io ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet-3-chunked-io ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ servlet-3-chunked-io ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ servlet-3-chunked-io ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-chunked-io ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ servlet-3-chunked-io ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-chunked-io/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-chunked-io ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-chunked-io/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-3-chunked-io ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-chunked-io/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ servlet-3-chunked-io ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-chunked-io/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-chunked-io ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-chunked-io/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet-3-chunked-io ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet-3-chunked-io ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-3-chunked-io] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-chunked-io/target/servlet-3-chunked-io-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-chunked-io/target/servlet-3-chunked-io-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet-3-chunked-io ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-chunked-io/target/servlet-3-chunked-io-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ servlet-3-chunked-io >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-3-chunked-io ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-3-chunked-io ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ servlet-3-chunked-io <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ servlet-3-chunked-io ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ servlet-3-chunked-io ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ servlet-3-chunked-io ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ servlet-3-chunked-io ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet-3-chunked-io ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-chunked-io/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-chunked-io/3.1.99-SNAPSHOT/servlet-3-chunked-io-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-chunked-io/target/servlet-3-chunked-io-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-chunked-io/3.1.99-SNAPSHOT/servlet-3-chunked-io-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-chunked-io/target/servlet-3-chunked-io-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-chunked-io/3.1.99-SNAPSHOT/servlet-3-chunked-io-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-filter >-------
[INFO] Building jersey-tests-integration-servlet-3-filter 3.1.99-SNAPSHOT [233/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-3-filter ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-3-filter ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-3-filter ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet-3-filter ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ servlet-3-filter ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ servlet-3-filter ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-filter ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ servlet-3-filter ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-filter/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-filter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-filter/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-3-filter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-filter/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ servlet-3-filter ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-filter/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-filter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-filter/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet-3-filter ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet-3-filter ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-3-filter] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-filter/target/servlet-3-filter-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-filter/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-filter/target/servlet-3-filter-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet-3-filter ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-filter/target/servlet-3-filter-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ servlet-3-filter >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-3-filter ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-3-filter ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ servlet-3-filter <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ servlet-3-filter ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ servlet-3-filter ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ servlet-3-filter ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ servlet-3-filter ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet-3-filter ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-filter/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-filter/3.1.99-SNAPSHOT/servlet-3-filter-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-filter/target/servlet-3-filter-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-filter/3.1.99-SNAPSHOT/servlet-3-filter-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-filter/target/servlet-3-filter-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-filter/3.1.99-SNAPSHOT/servlet-3-filter-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration:servlet-3-gf-async >------
[INFO] Building jersey-tests-integration-servlet-3-gf-async 3.1.99-SNAPSHOT [234/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-3-gf-async ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-3-gf-async ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-3-gf-async ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet-3-gf-async ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ servlet-3-gf-async ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ servlet-3-gf-async ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-gf-async ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ servlet-3-gf-async ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-gf-async/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-gf-async ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-gf-async/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-3-gf-async ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-gf-async/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ servlet-3-gf-async ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-gf-async/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-gf-async ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-gf-async/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet-3-gf-async ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet-3-gf-async ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-3-gf-async] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-gf-async/target/servlet-3-gf-async]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-gf-async/target/servlet-3-gf-async.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet-3-gf-async ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-gf-async/target/servlet-3-gf-async-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet-3-gf-async ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-gf-async/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-gf-async/3.1.99-SNAPSHOT/servlet-3-gf-async-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-gf-async/target/servlet-3-gf-async.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-gf-async/3.1.99-SNAPSHOT/servlet-3-gf-async-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-gf-async/target/servlet-3-gf-async-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-gf-async/3.1.99-SNAPSHOT/servlet-3-gf-async-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----< org.glassfish.jersey.tests.integration:servlet-3-inflector-1 >----
[INFO] Building jersey-tests-integration-servlet-3-inflector-1 3.1.99-SNAPSHOT [235/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-3-inflector-1 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-3-inflector-1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-3-inflector-1 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet-3-inflector-1 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ servlet-3-inflector-1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ servlet-3-inflector-1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-inflector-1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ servlet-3-inflector-1 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-inflector-1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-inflector-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-inflector-1/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-3-inflector-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-inflector-1/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ servlet-3-inflector-1 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-inflector-1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-inflector-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-inflector-1/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet-3-inflector-1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet-3-inflector-1 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-3-inflector-1] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-inflector-1/target/servlet-3-inflector-1-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-inflector-1/target/servlet-3-inflector-1-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet-3-inflector-1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-inflector-1/target/servlet-3-inflector-1-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ servlet-3-inflector-1 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-3-inflector-1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-3-inflector-1 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ servlet-3-inflector-1 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ servlet-3-inflector-1 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ servlet-3-inflector-1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ servlet-3-inflector-1 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ servlet-3-inflector-1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet-3-inflector-1 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-inflector-1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-inflector-1/3.1.99-SNAPSHOT/servlet-3-inflector-1-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-inflector-1/target/servlet-3-inflector-1-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-inflector-1/3.1.99-SNAPSHOT/servlet-3-inflector-1-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-inflector-1/target/servlet-3-inflector-1-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-inflector-1/3.1.99-SNAPSHOT/servlet-3-inflector-1-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-1 >-------
[INFO] Building jersey-tests-integration-servlet-3-init-1 3.1.99-SNAPSHOT [236/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-3-init-1 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-3-init-1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-3-init-1 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet-3-init-1 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ servlet-3-init-1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ servlet-3-init-1 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-init-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-1/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-3-init-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-1/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ servlet-3-init-1 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-init-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-1/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet-3-init-1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet-3-init-1 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-3-init-1] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-1/target/servlet-3-init-1-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-1/target/servlet-3-init-1-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet-3-init-1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-1/target/servlet-3-init-1-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ servlet-3-init-1 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-3-init-1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-3-init-1 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ servlet-3-init-1 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ servlet-3-init-1 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ servlet-3-init-1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ servlet-3-init-1 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ servlet-3-init-1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet-3-init-1 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-1/3.1.99-SNAPSHOT/servlet-3-init-1-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-1/target/servlet-3-init-1-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-1/3.1.99-SNAPSHOT/servlet-3-init-1-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-1/target/servlet-3-init-1-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-1/3.1.99-SNAPSHOT/servlet-3-init-1-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-2 >-------
[INFO] Building jersey-tests-integration-servlet-3-init-2 3.1.99-SNAPSHOT [237/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-3-init-2 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-3-init-2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-3-init-2 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet-3-init-2 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ servlet-3-init-2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ servlet-3-init-2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-2/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-init-2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-2/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-3-init-2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-2/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ servlet-3-init-2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-init-2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-2/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet-3-init-2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet-3-init-2 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-3-init-2] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-2/target/servlet-3-init-2-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-2/target/servlet-3-init-2-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet-3-init-2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-2/target/servlet-3-init-2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ servlet-3-init-2 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-3-init-2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-3-init-2 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ servlet-3-init-2 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ servlet-3-init-2 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ servlet-3-init-2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ servlet-3-init-2 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ servlet-3-init-2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet-3-init-2 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-2/3.1.99-SNAPSHOT/servlet-3-init-2-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-2/target/servlet-3-init-2-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-2/3.1.99-SNAPSHOT/servlet-3-init-2-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-2/target/servlet-3-init-2-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-2/3.1.99-SNAPSHOT/servlet-3-init-2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-3 >-------
[INFO] Building jersey-tests-integration-servlet-3-init-3 3.1.99-SNAPSHOT [238/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-3-init-3 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-3-init-3 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-3-init-3 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet-3-init-3 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ servlet-3-init-3 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-3 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-3 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ servlet-3-init-3 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-3/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-init-3 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-3/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-3-init-3 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-3/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ servlet-3-init-3 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-3/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-init-3 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-3/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet-3-init-3 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet-3-init-3 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-3-init-3] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-3/target/servlet-3-init-3-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-3/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-3/target/servlet-3-init-3-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet-3-init-3 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-3/target/servlet-3-init-3-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ servlet-3-init-3 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-3-init-3 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-3-init-3 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ servlet-3-init-3 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ servlet-3-init-3 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ servlet-3-init-3 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ servlet-3-init-3 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ servlet-3-init-3 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet-3-init-3 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-3/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-3/3.1.99-SNAPSHOT/servlet-3-init-3-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-3/target/servlet-3-init-3-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-3/3.1.99-SNAPSHOT/servlet-3-init-3-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-3/target/servlet-3-init-3-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-3/3.1.99-SNAPSHOT/servlet-3-init-3-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-4 >-------
[INFO] Building jersey-tests-integration-servlet-3-init-4 3.1.99-SNAPSHOT [239/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-3-init-4 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-3-init-4 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-3-init-4 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet-3-init-4 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ servlet-3-init-4 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-4 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-4 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ servlet-3-init-4 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-4/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-init-4 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-4/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-3-init-4 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-4/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ servlet-3-init-4 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-4/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-init-4 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-4/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet-3-init-4 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet-3-init-4 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-3-init-4] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-4/target/servlet-3-init-4-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-4/target/servlet-3-init-4-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet-3-init-4 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-4/target/servlet-3-init-4-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ servlet-3-init-4 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-3-init-4 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-3-init-4 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ servlet-3-init-4 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ servlet-3-init-4 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ servlet-3-init-4 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ servlet-3-init-4 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ servlet-3-init-4 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet-3-init-4 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-4/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-4/3.1.99-SNAPSHOT/servlet-3-init-4-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-4/target/servlet-3-init-4-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-4/3.1.99-SNAPSHOT/servlet-3-init-4-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-4/target/servlet-3-init-4-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-4/3.1.99-SNAPSHOT/servlet-3-init-4-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-5 >-------
[INFO] Building jersey-tests-integration-servlet-3-init-5 3.1.99-SNAPSHOT [240/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-3-init-5 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-3-init-5 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-3-init-5 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet-3-init-5 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ servlet-3-init-5 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-5 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-5 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ servlet-3-init-5 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-5/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-init-5 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-5/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-3-init-5 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-5/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ servlet-3-init-5 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-5/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-init-5 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-5/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet-3-init-5 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet-3-init-5 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-3-init-5] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-5/target/servlet-3-init-5-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-5/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-5/target/servlet-3-init-5-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet-3-init-5 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-5/target/servlet-3-init-5-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ servlet-3-init-5 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-3-init-5 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-3-init-5 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ servlet-3-init-5 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ servlet-3-init-5 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ servlet-3-init-5 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ servlet-3-init-5 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ servlet-3-init-5 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet-3-init-5 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-5/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-5/3.1.99-SNAPSHOT/servlet-3-init-5-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-5/target/servlet-3-init-5-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-5/3.1.99-SNAPSHOT/servlet-3-init-5-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-5/target/servlet-3-init-5-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-5/3.1.99-SNAPSHOT/servlet-3-init-5-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-6 >-------
[INFO] Building jersey-tests-integration-servlet-3-init-6 3.1.99-SNAPSHOT [241/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-3-init-6 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-3-init-6 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-3-init-6 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet-3-init-6 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ servlet-3-init-6 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-6 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-6 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ servlet-3-init-6 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-6/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-init-6 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-6/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-3-init-6 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-6/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ servlet-3-init-6 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-6/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-init-6 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-6/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet-3-init-6 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet-3-init-6 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-3-init-6] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-6/target/servlet-3-init-6-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-6/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-6/target/servlet-3-init-6-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet-3-init-6 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-6/target/servlet-3-init-6-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ servlet-3-init-6 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-3-init-6 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-3-init-6 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ servlet-3-init-6 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ servlet-3-init-6 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ servlet-3-init-6 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ servlet-3-init-6 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ servlet-3-init-6 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet-3-init-6 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-6/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-6/3.1.99-SNAPSHOT/servlet-3-init-6-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-6/target/servlet-3-init-6-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-6/3.1.99-SNAPSHOT/servlet-3-init-6-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-6/target/servlet-3-init-6-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-6/3.1.99-SNAPSHOT/servlet-3-init-6-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-7 >-------
[INFO] Building jersey-tests-integration-servlet-3-init-7 3.1.99-SNAPSHOT [242/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-3-init-7 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-3-init-7 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-3-init-7 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet-3-init-7 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ servlet-3-init-7 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-7 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-7 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ servlet-3-init-7 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-7/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-init-7 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-7/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-3-init-7 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-7/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ servlet-3-init-7 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-7/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-init-7 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-7/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet-3-init-7 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet-3-init-7 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-3-init-7] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-7/target/servlet-3-init-7-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-7/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-7/target/servlet-3-init-7-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet-3-init-7 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-7/target/servlet-3-init-7-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ servlet-3-init-7 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-3-init-7 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-3-init-7 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ servlet-3-init-7 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ servlet-3-init-7 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ servlet-3-init-7 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ servlet-3-init-7 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ servlet-3-init-7 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet-3-init-7 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-7/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-7/3.1.99-SNAPSHOT/servlet-3-init-7-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-7/target/servlet-3-init-7-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-7/3.1.99-SNAPSHOT/servlet-3-init-7-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-7/target/servlet-3-init-7-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-7/3.1.99-SNAPSHOT/servlet-3-init-7-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-8 >-------
[INFO] Building jersey-tests-integration-servlet-3-init-8 3.1.99-SNAPSHOT [243/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-3-init-8 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-3-init-8 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-3-init-8 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet-3-init-8 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ servlet-3-init-8 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-8 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-8 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ servlet-3-init-8 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-8/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-init-8 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-8/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-3-init-8 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-8/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ servlet-3-init-8 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-8/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-init-8 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-8/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet-3-init-8 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet-3-init-8 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-3-init-8] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-8/target/servlet-3-init-8-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-8/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-8/target/servlet-3-init-8-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet-3-init-8 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-8/target/servlet-3-init-8-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ servlet-3-init-8 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-3-init-8 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-3-init-8 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ servlet-3-init-8 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ servlet-3-init-8 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ servlet-3-init-8 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ servlet-3-init-8 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ servlet-3-init-8 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet-3-init-8 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-8/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-8/3.1.99-SNAPSHOT/servlet-3-init-8-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-8/target/servlet-3-init-8-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-8/3.1.99-SNAPSHOT/servlet-3-init-8-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-8/target/servlet-3-init-8-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-8/3.1.99-SNAPSHOT/servlet-3-init-8-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-9 >-------
[INFO] Building jersey-tests-integration-servlet-3-init-9 3.1.99-SNAPSHOT [244/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-3-init-9 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-3-init-9 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-3-init-9 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet-3-init-9 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ servlet-3-init-9 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-9 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-9 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ servlet-3-init-9 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-9/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-init-9 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-9/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-3-init-9 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-9/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ servlet-3-init-9 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-9/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-init-9 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-9/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet-3-init-9 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet-3-init-9 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-3-init-9] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-9/target/servlet-3-init-9-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-9/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-9/target/servlet-3-init-9-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet-3-init-9 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-9/target/servlet-3-init-9-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ servlet-3-init-9 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-3-init-9 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-3-init-9 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ servlet-3-init-9 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ servlet-3-init-9 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ servlet-3-init-9 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ servlet-3-init-9 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ servlet-3-init-9 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet-3-init-9 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-9/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-9/3.1.99-SNAPSHOT/servlet-3-init-9-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-9/target/servlet-3-init-9-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-9/3.1.99-SNAPSHOT/servlet-3-init-9-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-9/target/servlet-3-init-9-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-9/3.1.99-SNAPSHOT/servlet-3-init-9-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---< org.glassfish.jersey.tests.integration:servlet-3-init-provider >---
[INFO] Building jersey-tests-integration-servlet-3-init-provider 3.1.99-SNAPSHOT [245/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-3-init-provider ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-3-init-provider ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-3-init-provider ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet-3-init-provider ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ servlet-3-init-provider ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-provider ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-provider ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ servlet-3-init-provider ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-init-provider ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-provider/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-3-init-provider ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-provider/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ servlet-3-init-provider ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-provider/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-init-provider ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-provider/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet-3-init-provider ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet-3-init-provider ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-3-init-provider] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-provider/target/servlet-3-init-provider-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-provider/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-provider/target/servlet-3-init-provider-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet-3-init-provider ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-provider/target/servlet-3-init-provider-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ servlet-3-init-provider >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-3-init-provider ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-3-init-provider ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ servlet-3-init-provider <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ servlet-3-init-provider ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ servlet-3-init-provider ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ servlet-3-init-provider ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ servlet-3-init-provider ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet-3-init-provider ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-provider/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-provider/3.1.99-SNAPSHOT/servlet-3-init-provider-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-provider/target/servlet-3-init-provider-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-provider/3.1.99-SNAPSHOT/servlet-3-init-provider-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-init-provider/target/servlet-3-init-provider-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-provider/3.1.99-SNAPSHOT/servlet-3-init-provider-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-params >-------
[INFO] Building jersey-tests-integration-servlet-3-params 3.1.99-SNAPSHOT [246/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-3-params ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-3-params ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-3-params ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet-3-params ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ servlet-3-params ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ servlet-3-params ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-params ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ servlet-3-params ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-params/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-params ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-params/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-3-params ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-params/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ servlet-3-params ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-params/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-params ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-params/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet-3-params ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet-3-params ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-3-params] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-params/target/servlet-3-params-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-params/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-params/target/servlet-3-params-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet-3-params ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-params/target/servlet-3-params-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ servlet-3-params >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-3-params ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-3-params ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ servlet-3-params <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ servlet-3-params ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ servlet-3-params ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ servlet-3-params ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ servlet-3-params ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet-3-params ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-params/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-params/3.1.99-SNAPSHOT/servlet-3-params-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-params/target/servlet-3-params-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-params/3.1.99-SNAPSHOT/servlet-3-params-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-params/target/servlet-3-params-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-params/3.1.99-SNAPSHOT/servlet-3-params-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.tests.integration:servlet-3-sse-1 >-------
[INFO] Building jersey-tests-integration-servlet-3-sse-1 3.1.99-SNAPSHOT [247/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-3-sse-1 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-3-sse-1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-3-sse-1 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet-3-sse-1 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ servlet-3-sse-1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ servlet-3-sse-1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-sse-1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ servlet-3-sse-1 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-sse-1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-sse-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-sse-1/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-3-sse-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-sse-1/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ servlet-3-sse-1 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-sse-1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-sse-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-sse-1/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet-3-sse-1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet-3-sse-1 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-3-sse-1] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-sse-1/target/servlet-3-sse-1-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-sse-1/target/servlet-3-sse-1-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet-3-sse-1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-sse-1/target/servlet-3-sse-1-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ servlet-3-sse-1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ servlet-3-sse-1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet-3-sse-1 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-sse-1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-sse-1/3.1.99-SNAPSHOT/servlet-3-sse-1-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-sse-1/target/servlet-3-sse-1-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-sse-1/3.1.99-SNAPSHOT/servlet-3-sse-1-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-3-sse-1/target/servlet-3-sse-1-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-sse-1/3.1.99-SNAPSHOT/servlet-3-sse-1-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.tests.integration:servlet-4.0-mvc-1 >------
[INFO] Building jersey-tests-integration-servlet-4.0-mvc-1 3.1.99-SNAPSHOT [248/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-4.0-mvc-1 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-4.0-mvc-1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-4.0-mvc-1 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet-4.0-mvc-1 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ servlet-4.0-mvc-1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ servlet-4.0-mvc-1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-4.0-mvc-1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ servlet-4.0-mvc-1 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-4.0-mvc-1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-4.0-mvc-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-4.0-mvc-1/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-4.0-mvc-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_40_mvc_1/MyApplication.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-4.0-mvc-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_40_mvc_1/MyApplication.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-4.0-mvc-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_40_mvc_1/MyApplication.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-4.0-mvc-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-4.0-mvc-1/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-4.0-mvc-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_40_mvc_1/MyApplication.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-4.0-mvc-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_40_mvc_1/MyApplication.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-4.0-mvc-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_40_mvc_1/MyApplication.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ servlet-4.0-mvc-1 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-4.0-mvc-1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-4.0-mvc-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-4.0-mvc-1/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet-4.0-mvc-1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet-4.0-mvc-1 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-4.0-mvc-1] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-4.0-mvc-1/target/servlet-4.0-mvc-1-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-4.0-mvc-1/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-4.0-mvc-1/target/servlet-4.0-mvc-1-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet-4.0-mvc-1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-4.0-mvc-1/target/servlet-4.0-mvc-1-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ servlet-4.0-mvc-1 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-4.0-mvc-1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-4.0-mvc-1 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ servlet-4.0-mvc-1 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ servlet-4.0-mvc-1 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ servlet-4.0-mvc-1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ servlet-4.0-mvc-1 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ servlet-4.0-mvc-1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet-4.0-mvc-1 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-4.0-mvc-1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-4.0-mvc-1/3.1.99-SNAPSHOT/servlet-4.0-mvc-1-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-4.0-mvc-1/target/servlet-4.0-mvc-1-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-4.0-mvc-1/3.1.99-SNAPSHOT/servlet-4.0-mvc-1-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-4.0-mvc-1/target/servlet-4.0-mvc-1-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-4.0-mvc-1/3.1.99-SNAPSHOT/servlet-4.0-mvc-1-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.tests.integration:servlet-tests >--------
[INFO] Building jersey-tests-integration-servlet-tests 3.1.99-SNAPSHOT [249/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-tests ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-tests ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet-tests ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ servlet-tests ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ servlet-tests ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-tests ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ servlet-tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-tests/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-tests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-tests/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-tests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ servlet-tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-tests/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-tests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-tests/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet-tests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet-tests ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-tests] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-tests/target/servlet-tests-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-tests/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-tests/target/servlet-tests-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet-tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-tests/target/servlet-tests-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ servlet-tests >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-tests ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-tests ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ servlet-tests <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ servlet-tests ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ servlet-tests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ servlet-tests ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ servlet-tests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet-tests ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-tests/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-tests/3.1.99-SNAPSHOT/servlet-tests-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-tests/target/servlet-tests-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-tests/3.1.99-SNAPSHOT/servlet-tests-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-tests/target/servlet-tests-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-tests/3.1.99-SNAPSHOT/servlet-tests-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration:servlet-request-wrappper-binding >--
[INFO] Building jersey-tests-integration-servlet-request-wrapper-binding 3.1.99-SNAPSHOT [250/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-request-wrappper-binding ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-request-wrappper-binding ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-request-wrappper-binding ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet-request-wrappper-binding ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ servlet-request-wrappper-binding ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ servlet-request-wrappper-binding ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-request-wrappper-binding ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ servlet-request-wrappper-binding ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-request-wrappper-binding ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-request-wrapper-binding/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-request-wrappper-binding ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-request-wrapper-binding/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ servlet-request-wrappper-binding ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-request-wrapper-binding/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-request-wrappper-binding ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-request-wrapper-binding/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet-request-wrappper-binding ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet-request-wrappper-binding ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-request-wrappper-binding] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-request-wrapper-binding/target/servlet-request-wrappper-binding-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-request-wrapper-binding/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-request-wrapper-binding/target/servlet-request-wrappper-binding-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet-request-wrappper-binding ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-request-wrapper-binding/target/servlet-request-wrappper-binding-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ servlet-request-wrappper-binding >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-request-wrappper-binding ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-request-wrappper-binding ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ servlet-request-wrappper-binding <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ servlet-request-wrappper-binding ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ servlet-request-wrappper-binding ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ servlet-request-wrappper-binding ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ servlet-request-wrappper-binding ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet-request-wrappper-binding ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-request-wrapper-binding/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-request-wrappper-binding/3.1.99-SNAPSHOT/servlet-request-wrappper-binding-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-request-wrapper-binding/target/servlet-request-wrappper-binding-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-request-wrappper-binding/3.1.99-SNAPSHOT/servlet-request-wrappper-binding-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-request-wrapper-binding/target/servlet-request-wrappper-binding-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-request-wrappper-binding/3.1.99-SNAPSHOT/servlet-request-wrappper-binding-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration:servlet-request-wrappper-binding-2 >--
[INFO] Building jersey-tests-integration-servlet-request-wrapper-binding-2 3.1.99-SNAPSHOT [251/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-request-wrappper-binding-2 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-request-wrappper-binding-2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-request-wrappper-binding-2 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet-request-wrappper-binding-2 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ servlet-request-wrappper-binding-2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ servlet-request-wrappper-binding-2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-request-wrappper-binding-2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ servlet-request-wrappper-binding-2 ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-request-wrappper-binding-2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-request-wrapper-binding-2/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseWrapperProvider.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseWrapperProvider.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseWrapperProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-request-wrappper-binding-2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-request-wrapper-binding-2/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseWrapperProvider.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseWrapperProvider.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseWrapperProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ servlet-request-wrappper-binding-2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-request-wrapper-binding-2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-request-wrappper-binding-2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-request-wrapper-binding-2/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet-request-wrappper-binding-2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet-request-wrappper-binding-2 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-request-wrappper-binding-2] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-request-wrapper-binding-2/target/servlet-request-wrappper-binding-2-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-request-wrapper-binding-2/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-request-wrapper-binding-2/target/servlet-request-wrappper-binding-2-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet-request-wrappper-binding-2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-request-wrapper-binding-2/target/servlet-request-wrappper-binding-2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ servlet-request-wrappper-binding-2 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet-request-wrappper-binding-2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet-request-wrappper-binding-2 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ servlet-request-wrappper-binding-2 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ servlet-request-wrappper-binding-2 ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ servlet-request-wrappper-binding-2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ servlet-request-wrappper-binding-2 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ servlet-request-wrappper-binding-2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet-request-wrappper-binding-2 ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-request-wrapper-binding-2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-request-wrappper-binding-2/3.1.99-SNAPSHOT/servlet-request-wrappper-binding-2-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-request-wrapper-binding-2/target/servlet-request-wrappper-binding-2-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-request-wrappper-binding-2/3.1.99-SNAPSHOT/servlet-request-wrappper-binding-2-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/servlet-request-wrapper-binding-2/target/servlet-request-wrappper-binding-2-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-request-wrappper-binding-2/3.1.99-SNAPSHOT/servlet-request-wrappper-binding-2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:sonar-test >----------
[INFO] Building jersey-tests-integration-sonar-test 3.1.99-SNAPSHOT   [252/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ sonar-test ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ sonar-test ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ sonar-test ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ sonar-test ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ sonar-test ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ sonar-test ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ sonar-test ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ sonar-test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/sonar-test/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ sonar-test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/sonar-test/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ sonar-test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/sonar-test/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ sonar-test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/sonar-test/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ sonar-test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/sonar-test/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ sonar-test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ sonar-test ---
[INFO] Packaging webapp
[INFO] Assembling webapp [sonar-test] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/sonar-test/target/sonar-test-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/sonar-test/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/sonar-test/target/sonar-test-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ sonar-test ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/sonar-test/target/sonar-test-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ sonar-test >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ sonar-test ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ sonar-test ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ sonar-test <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ sonar-test ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ sonar-test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ sonar-test ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ sonar-test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ sonar-test ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/sonar-test/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/sonar-test/3.1.99-SNAPSHOT/sonar-test-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/sonar-test/target/sonar-test-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/sonar-test/3.1.99-SNAPSHOT/sonar-test-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/sonar-test/target/sonar-test-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/sonar-test/3.1.99-SNAPSHOT/sonar-test-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:thin-server >---------
[INFO] Building jersey-thin-server 3.1.99-SNAPSHOT                    [253/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ thin-server ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ thin-server ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ thin-server ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ thin-server ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ thin-server ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ thin-server ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ thin-server ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ thin-server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/thin-server/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ thin-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/thin-server/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ thin-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/thin-server/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ thin-server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/thin-server/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ thin-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/thin-server/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ thin-server ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ thin-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/thin-server/target/thin-server-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ thin-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/thin-server/target/thin-server-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ thin-server ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/thin-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/thin-server/3.1.99-SNAPSHOT/thin-server-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/thin-server/target/thin-server-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/thin-server/3.1.99-SNAPSHOT/thin-server-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/thin-server/target/thin-server-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/thin-server/3.1.99-SNAPSHOT/thin-server-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.tests.integration:tracing-support >-------
[INFO] Building jersey-tests-integration-tracing-support 3.1.99-SNAPSHOT [254/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tracing-support ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ tracing-support ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ tracing-support ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tracing-support ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ tracing-support ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ tracing-support ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ tracing-support ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ tracing-support ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/tracing-support/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ tracing-support ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 27 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/tracing-support/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/Utils.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/Utils.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/Utils.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ tracing-support ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 27 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/tracing-support/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/Utils.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/Utils.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/Utils.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ tracing-support ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ tracing-support ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/tracing-support/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ tracing-support ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ tracing-support ---
[INFO] Packaging webapp
[INFO] Assembling webapp [tracing-support] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/tracing-support/target/tracing-support-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/tracing-support/target/tracing-support-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ tracing-support ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/tracing-support/target/tracing-support-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:11.0.13:start (start-jetty) > validate @ tracing-support >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ tracing-support ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ tracing-support ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] <<< jetty-maven-plugin:11.0.13:start (start-jetty) < validate @ tracing-support <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:start (start-jetty) @ tracing-support ---
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ tracing-support ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:11.0.13:stop (stop-jetty) @ tracing-support ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ tracing-support ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ tracing-support ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/tracing-support/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/tracing-support/3.1.99-SNAPSHOT/tracing-support-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/tracing-support/target/tracing-support-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/tracing-support/3.1.99-SNAPSHOT/tracing-support-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/integration/tracing-support/target/tracing-support-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/tracing-support/3.1.99-SNAPSHOT/tracing-support-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------< org.glassfish.jersey.tests:jersey-tests-jmockit >-----------
[INFO] Building jersey-tests-jmockit 3.1.99-SNAPSHOT                  [255/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-tests-jmockit ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-tests-jmockit ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-tests-jmockit ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-tests-jmockit ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-tests-jmockit ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-tests-jmockit ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-tests-jmockit ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-tests-jmockit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/jmockit/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-tests-jmockit ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/jmockit/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-tests-jmockit ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/jmockit/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-tests-jmockit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/jmockit/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-tests-jmockit ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/jmockit/target/test-classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/jmockit/src/test/java/org/glassfish/jersey/tests/jmockit/server/WebServerFactoryTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/jmockit/src/test/java/org/glassfish/jersey/tests/jmockit/server/WebServerFactoryTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-tests-jmockit ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-tests-jmockit ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/jmockit/target/jersey-tests-jmockit-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-tests-jmockit ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/jmockit/target/jersey-tests-jmockit-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-tests-jmockit ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/jmockit/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/jersey-tests-jmockit/3.1.99-SNAPSHOT/jersey-tests-jmockit-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/jmockit/target/jersey-tests-jmockit-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/jersey-tests-jmockit/3.1.99-SNAPSHOT/jersey-tests-jmockit-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/jmockit/target/jersey-tests-jmockit-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/jersey-tests-jmockit/3.1.99-SNAPSHOT/jersey-tests-jmockit-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.test-framework:memleak-test-common >-------
[INFO] Building jersey-test-framework-memleak-test-common 3.1.99-SNAPSHOT [256/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ memleak-test-common ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ memleak-test-common ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ memleak-test-common ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ memleak-test-common ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ memleak-test-common ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ memleak-test-common ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ memleak-test-common ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ memleak-test-common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/memleak-test-common/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ memleak-test-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/memleak-test-common/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakUtils.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakUtils.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakUtils.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ memleak-test-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/memleak-test-common/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakUtils.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakUtils.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakUtils.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ memleak-test-common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/memleak-test-common/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ memleak-test-common ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ memleak-test-common ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ memleak-test-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/memleak-test-common/target/memleak-test-common-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ memleak-test-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/memleak-test-common/target/memleak-test-common-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ memleak-test-common ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/memleak-test-common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/memleak-test-common/3.1.99-SNAPSHOT/memleak-test-common-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/memleak-test-common/target/memleak-test-common-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/memleak-test-common/3.1.99-SNAPSHOT/memleak-test-common-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/memleak-test-common/target/memleak-test-common-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/memleak-test-common/3.1.99-SNAPSHOT/memleak-test-common-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.tests.memleaks:project >-------------
[INFO] Building jersey-tests-memleak 3.1.99-SNAPSHOT                  [257/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] ------< org.glassfish.jersey.tests.memleaks.redeployment:project >------
[INFO] Building jersey-tests-memleak-redeployment 3.1.99-SNAPSHOT     [258/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] --< org.glassfish.jersey.tests.memleaks.redeployment:redeployment-leaking-test-app >--
[INFO] Building jersey-tests-memleak-redeployment-leaking-test-app 3.1.99-SNAPSHOT [259/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redeployment-leaking-test-app ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ redeployment-leaking-test-app ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ redeployment-leaking-test-app ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ redeployment-leaking-test-app ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ redeployment-leaking-test-app ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ redeployment-leaking-test-app ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ redeployment-leaking-test-app ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ redeployment-leaking-test-app ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-leaking-test-app/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ redeployment-leaking-test-app ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ redeployment-leaking-test-app ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ redeployment-leaking-test-app ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-leaking-test-app/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ redeployment-leaking-test-app ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ redeployment-leaking-test-app ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ redeployment-leaking-test-app ---
[INFO] Packaging webapp
[INFO] Assembling webapp [redeployment-leaking-test-app] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/redeployment-leaking-test-app-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-leaking-test-app/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/redeployment-leaking-test-app-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ redeployment-leaking-test-app ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/redeployment-leaking-test-app-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ redeployment-leaking-test-app ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-leaking-test-app/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-leaking-test-app/3.1.99-SNAPSHOT/redeployment-leaking-test-app-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/redeployment-leaking-test-app-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-leaking-test-app/3.1.99-SNAPSHOT/redeployment-leaking-test-app-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/redeployment-leaking-test-app-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-leaking-test-app/3.1.99-SNAPSHOT/redeployment-leaking-test-app-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.examples:webapp-example-parent >---------
[INFO] Building jersey-examples-webapp-parent-pom 3.1.99-SNAPSHOT     [260/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ webapp-example-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ webapp-example-parent ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ webapp-example-parent ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ webapp-example-parent ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ webapp-example-parent ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ webapp-example-parent ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ webapp-example-parent ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ webapp-example-parent ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ webapp-example-parent ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ webapp-example-parent ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/webapp-example-parent/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/webapp-example-parent/3.1.99-SNAPSHOT/webapp-example-parent-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] ----------< org.glassfish.jersey.examples:helloworld-webapp >-----------
[INFO] Building jersey-examples-helloworld-webapp 3.1.99-SNAPSHOT     [261/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ helloworld-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ helloworld-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ helloworld-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ helloworld-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ helloworld-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ helloworld-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-webapp/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ helloworld-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-webapp/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ helloworld-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ helloworld-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ helloworld-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ helloworld-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ helloworld-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [helloworld-webapp] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-webapp/target/helloworld-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-webapp/target/helloworld-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ helloworld-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-webapp/target/helloworld-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ helloworld-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-webapp/3.1.99-SNAPSHOT/helloworld-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-webapp/target/helloworld-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-webapp/3.1.99-SNAPSHOT/helloworld-webapp-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-webapp/target/helloworld-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-webapp/3.1.99-SNAPSHOT/helloworld-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.test-framework.maven:project >----------
[INFO] Building jersey-test-framework-maven 3.1.99-SNAPSHOT           [262/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/maven/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.maven:container-runner-maven-plugin >--
[INFO] Building jersey-test-framework-maven-container-runner-plugin 3.1.99-SNAPSHOT [263/362]
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ container-runner-maven-plugin ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ container-runner-maven-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ container-runner-maven-plugin ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- groovy-eclipse-compiler:3.7.0:add-groovy-build-paths (default-add-groovy-build-paths) @ container-runner-maven-plugin ---
[INFO] Adding /src/main/groovy to the list of source folders
[INFO] Adding /src/test/groovy to the list of test source folders
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ container-runner-maven-plugin ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ container-runner-maven-plugin ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ container-runner-maven-plugin ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ container-runner-maven-plugin ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ container-runner-maven-plugin ---
[INFO] Copying 13 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ container-runner-maven-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Using Groovy-Eclipse compiler to compile both Java and Groovy files
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ container-runner-maven-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.4:descriptor (default-descriptor) @ container-runner-maven-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-javadoc mojo extractor found 0 mojo descriptor.
[INFO] bsh mojo extractor found 0 mojo descriptor.
[INFO] ant mojo extractor found 0 mojo descriptor.
[INFO] java-annotations mojo extractor found 12 mojo descriptors.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ container-runner-maven-plugin ---
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ container-runner-maven-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Using Groovy-Eclipse compiler to compile both Java and Groovy files
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ container-runner-maven-plugin ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ container-runner-maven-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/maven/container-runner-maven-plugin/target/container-runner-maven-plugin-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ container-runner-maven-plugin ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ container-runner-maven-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/maven/container-runner-maven-plugin/target/container-runner-maven-plugin-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ container-runner-maven-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/maven/container-runner-maven-plugin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/container-runner-maven-plugin/3.1.99-SNAPSHOT/container-runner-maven-plugin-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/maven/container-runner-maven-plugin/target/container-runner-maven-plugin-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/container-runner-maven-plugin/3.1.99-SNAPSHOT/container-runner-maven-plugin-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/maven/container-runner-maven-plugin/target/container-runner-maven-plugin-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/container-runner-maven-plugin/3.1.99-SNAPSHOT/container-runner-maven-plugin-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.memleaks.redeployment:redeployment-hello-world-app-ref >--
[INFO] Building jersey-tests-memleak-redeployment-hello-world-app-ref 3.1.99-SNAPSHOT [264/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redeployment-hello-world-app-ref ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ redeployment-hello-world-app-ref ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ redeployment-hello-world-app-ref ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ redeployment-hello-world-app-ref ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ redeployment-hello-world-app-ref ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.3.0:properties (resolve-maven-dependencies) @ redeployment-hello-world-app-ref ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ redeployment-hello-world-app-ref ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ redeployment-hello-world-app-ref ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ redeployment-hello-world-app-ref ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ redeployment-hello-world-app-ref ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ redeployment-hello-world-app-ref ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ redeployment-hello-world-app-ref ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ redeployment-hello-world-app-ref ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ redeployment-hello-world-app-ref ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ redeployment-hello-world-app-ref ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ redeployment-hello-world-app-ref ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ redeployment-hello-world-app-ref ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/redeployment-hello-world-app-ref-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ redeployment-hello-world-app-ref ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/redeployment-hello-world-app-ref-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ redeployment-hello-world-app-ref ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-hello-world-app-ref/3.1.99-SNAPSHOT/redeployment-hello-world-app-ref-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/redeployment-hello-world-app-ref-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-hello-world-app-ref/3.1.99-SNAPSHOT/redeployment-hello-world-app-ref-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/redeployment-hello-world-app-ref-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-hello-world-app-ref/3.1.99-SNAPSHOT/redeployment-hello-world-app-ref-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.memleaks.redeployment:redeployment-no-jersey-app >--
[INFO] Building jersey-tests-memleak-redeployment-no-jersey-app 3.1.99-SNAPSHOT [265/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redeployment-no-jersey-app ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ redeployment-no-jersey-app ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ redeployment-no-jersey-app ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ redeployment-no-jersey-app ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ redeployment-no-jersey-app ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ redeployment-no-jersey-app ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ redeployment-no-jersey-app ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ redeployment-no-jersey-app ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ redeployment-no-jersey-app ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ redeployment-no-jersey-app ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-no-jersey-app/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ redeployment-no-jersey-app ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ redeployment-no-jersey-app ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ redeployment-no-jersey-app ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-no-jersey-app/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ redeployment-no-jersey-app ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ redeployment-no-jersey-app ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ redeployment-no-jersey-app ---
[INFO] Packaging webapp
[INFO] Assembling webapp [redeployment-no-jersey-app] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/redeployment-no-jersey-app-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-no-jersey-app/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/redeployment-no-jersey-app-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ redeployment-no-jersey-app ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/redeployment-no-jersey-app-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ redeployment-no-jersey-app ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-no-jersey-app/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-no-jersey-app/3.1.99-SNAPSHOT/redeployment-no-jersey-app-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/redeployment-no-jersey-app-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-no-jersey-app/3.1.99-SNAPSHOT/redeployment-no-jersey-app-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/redeployment-no-jersey-app-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-no-jersey-app/3.1.99-SNAPSHOT/redeployment-no-jersey-app-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.memleaks.redeployment:redeployment-threadlocals-app >--
[INFO] Building jersey-tests-memleak-redeployment-threadlocals-app 3.1.99-SNAPSHOT [266/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redeployment-threadlocals-app ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ redeployment-threadlocals-app ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ redeployment-threadlocals-app ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ redeployment-threadlocals-app ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ redeployment-threadlocals-app ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ redeployment-threadlocals-app ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ redeployment-threadlocals-app ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ redeployment-threadlocals-app ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-threadlocals-app/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ redeployment-threadlocals-app ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ redeployment-threadlocals-app ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ redeployment-threadlocals-app ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-threadlocals-app/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ redeployment-threadlocals-app ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ redeployment-threadlocals-app ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ redeployment-threadlocals-app ---
[INFO] Packaging webapp
[INFO] Assembling webapp [redeployment-threadlocals-app] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/redeployment-threadlocals-app-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-threadlocals-app/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/redeployment-threadlocals-app-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ redeployment-threadlocals-app ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/redeployment-threadlocals-app-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ redeployment-threadlocals-app ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-threadlocals-app/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-threadlocals-app/3.1.99-SNAPSHOT/redeployment-threadlocals-app-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/redeployment-threadlocals-app-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-threadlocals-app/3.1.99-SNAPSHOT/redeployment-threadlocals-app-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/redeployment-threadlocals-app-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-threadlocals-app/3.1.99-SNAPSHOT/redeployment-threadlocals-app-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.tests.memleaks.testcases:project >--------
[INFO] Building jersey-tests-memleak-testcase 3.1.99-SNAPSHOT         [267/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] ---< org.glassfish.jersey.tests.memleaks.testcases:bean-param-leak >----
[INFO] Building jersey-tests-memleak-testcase-bean-param-leak 3.1.99-SNAPSHOT [268/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ bean-param-leak ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ bean-param-leak ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ bean-param-leak ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ bean-param-leak ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ bean-param-leak ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ bean-param-leak ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/bean-param-leak/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ bean-param-leak ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ bean-param-leak ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ bean-param-leak ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ bean-param-leak ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/bean-param-leak/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ bean-param-leak ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/bean-param-leak/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ bean-param-leak ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/bean-param-leak/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ bean-param-leak ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/bean-param-leak/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ bean-param-leak ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/bean-param-leak/target/test-classes
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ bean-param-leak ---
[INFO] Packaging webapp
[INFO] Assembling webapp [bean-param-leak] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/bean-param-leak/target/bean-param-leak-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/bean-param-leak/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/bean-param-leak/target/bean-param-leak-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ bean-param-leak ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/bean-param-leak/target/bean-param-leak-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ bean-param-leak ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/bean-param-leak/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/bean-param-leak/3.1.99-SNAPSHOT/bean-param-leak-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/bean-param-leak/target/bean-param-leak-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/bean-param-leak/3.1.99-SNAPSHOT/bean-param-leak-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/bean-param-leak/target/bean-param-leak-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/bean-param-leak/3.1.99-SNAPSHOT/bean-param-leak-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.memleaks.testcases:shutdown-hook-leak >--
[INFO] Building jersey-tests-memleak-testcase-shutdown-hook-leak 3.1.99-SNAPSHOT [269/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ shutdown-hook-leak ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ shutdown-hook-leak ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ shutdown-hook-leak ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ shutdown-hook-leak ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ shutdown-hook-leak ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ shutdown-hook-leak ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/shutdown-hook-leak/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ shutdown-hook-leak ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ shutdown-hook-leak ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ shutdown-hook-leak ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ shutdown-hook-leak ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/shutdown-hook-leak/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ shutdown-hook-leak ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/shutdown-hook-leak/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ shutdown-hook-leak ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/shutdown-hook-leak/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ shutdown-hook-leak ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/shutdown-hook-leak/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ shutdown-hook-leak ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/shutdown-hook-leak/target/test-classes
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ shutdown-hook-leak ---
[INFO] Packaging webapp
[INFO] Assembling webapp [shutdown-hook-leak] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/shutdown-hook-leak/target/shutdown-hook-leak-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/shutdown-hook-leak/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/shutdown-hook-leak/target/shutdown-hook-leak-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ shutdown-hook-leak ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/shutdown-hook-leak/target/shutdown-hook-leak-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ shutdown-hook-leak ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/shutdown-hook-leak/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak/3.1.99-SNAPSHOT/shutdown-hook-leak-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/shutdown-hook-leak/target/shutdown-hook-leak-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak/3.1.99-SNAPSHOT/shutdown-hook-leak-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/shutdown-hook-leak/target/shutdown-hook-leak-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak/3.1.99-SNAPSHOT/shutdown-hook-leak-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.memleaks.testcases:shutdown-hook-leak-client >--
[INFO] Building jersey-tests-memleak-testcase-shutdown-hook-leak-client 3.1.99-SNAPSHOT [270/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ shutdown-hook-leak-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ shutdown-hook-leak-client ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ shutdown-hook-leak-client ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ shutdown-hook-leak-client ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ shutdown-hook-leak-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ shutdown-hook-leak-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ shutdown-hook-leak-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ shutdown-hook-leak-client ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/shutdown-hook-leak-client/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ shutdown-hook-leak-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ shutdown-hook-leak-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ shutdown-hook-leak-client ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/shutdown-hook-leak-client/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ shutdown-hook-leak-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/shutdown-hook-leak-client/target/test-classes
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ shutdown-hook-leak-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/shutdown-hook-leak-client/target/shutdown-hook-leak-client-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ shutdown-hook-leak-client ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ shutdown-hook-leak-client ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/shutdown-hook-leak-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak-client/3.1.99-SNAPSHOT/shutdown-hook-leak-client-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/shutdown-hook-leak-client/target/shutdown-hook-leak-client-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak-client/3.1.99-SNAPSHOT/shutdown-hook-leak-client-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] ---< org.glassfish.jersey.tests.memleaks.testcases:leaking-test-app >---
[INFO] Building jersey-tests-memleak-testcase-leaking-test-app 3.1.99-SNAPSHOT [271/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ leaking-test-app ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ leaking-test-app ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ leaking-test-app ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ leaking-test-app ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ leaking-test-app ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ leaking-test-app ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ leaking-test-app ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ leaking-test-app ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/leaking-test-app/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ leaking-test-app ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/leaking-test-app/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ leaking-test-app ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/leaking-test-app/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ leaking-test-app ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/leaking-test-app/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ leaking-test-app ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/leaking-test-app/target/test-classes
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ leaking-test-app ---
[INFO] Packaging webapp
[INFO] Assembling webapp [leaking-test-app] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/leaking-test-app/target/leaking-test-app-3.1.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/leaking-test-app/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/leaking-test-app/target/leaking-test-app-3.1.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ leaking-test-app ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/leaking-test-app/target/leaking-test-app-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ leaking-test-app ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/leaking-test-app/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/leaking-test-app/3.1.99-SNAPSHOT/leaking-test-app-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/leaking-test-app/target/leaking-test-app-3.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/leaking-test-app/3.1.99-SNAPSHOT/leaking-test-app-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/mem-leaks/test-cases/leaking-test-app/target/leaking-test-app-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/leaking-test-app/3.1.99-SNAPSHOT/leaking-test-app-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.glassfish.jersey.tests.osgi:project >---------------
[INFO] Building jersey-tests-osgi 3.1.99-SNAPSHOT                     [272/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/osgi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/osgi/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] ----< org.glassfish.jersey.tests.osgi:jersey-tests-osgi-functional >----
[INFO] Building jersey-tests-osgi-functional 3.1.99-SNAPSHOT          [273/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-tests-osgi-functional ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-tests-osgi-functional ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-tests-osgi-functional ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-tests-osgi-functional ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-tests-osgi-functional ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-tests-osgi-functional ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-tests-osgi-functional ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-paxexam-plugin:1.2.4:generate-depends-file (generate-config) @ jersey-tests-osgi-functional ---
[INFO] Created: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/osgi/functional/target/classes/META-INF/maven/dependencies.properties
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-tests-osgi-functional ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default) @ jersey-tests-osgi-functional ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (test-compile) @ jersey-tests-osgi-functional ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/osgi/functional/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (test) @ jersey-tests-osgi-functional ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-tests-osgi-functional ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-tests-osgi-functional ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/osgi/functional/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/osgi/jersey-tests-osgi-functional/3.1.99-SNAPSHOT/jersey-tests-osgi-functional-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] -----------------< org.glassfish.jersey.tests:stress >------------------
[INFO] Building jersey-tests-stress 3.1.99-SNAPSHOT                   [274/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ stress ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ stress ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ stress ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ stress ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ stress ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ stress ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ stress ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ stress ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/stress/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ stress ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ stress ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ stress ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/stress/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ stress ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/stress/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ stress ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ stress ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/stress/target/stress-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ stress ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ stress ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/stress/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/stress/3.1.99-SNAPSHOT/stress-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/stress/target/stress-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/stress/3.1.99-SNAPSHOT/stress-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] -----------< org.glassfish.jersey.tests.performance:project >-----------
[INFO] Building jersey-tests-performance 3.1.99-SNAPSHOT              [275/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] --< org.glassfish.jersey.tests.performance:performance-test-benchmarks >--
[INFO] Building performance-test-benchmarks 3.1.99-SNAPSHOT           [276/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ performance-test-benchmarks ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ performance-test-benchmarks ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ performance-test-benchmarks ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ performance-test-benchmarks ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ performance-test-benchmarks ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ performance-test-benchmarks ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ performance-test-benchmarks ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ performance-test-benchmarks ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/benchmarks/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ performance-test-benchmarks ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/benchmarks/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/benchmarks/src/main/java/org/glassfish/jersey/tests/performance/benchmark/headers/HeadersMBRW.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/benchmarks/src/main/java/org/glassfish/jersey/tests/performance/benchmark/headers/HeadersMBRW.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/benchmarks/src/main/java/org/glassfish/jersey/tests/performance/benchmark/headers/HeadersMBRW.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ performance-test-benchmarks ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/benchmarks/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/benchmarks/src/main/java/org/glassfish/jersey/tests/performance/benchmark/headers/HeadersMBRW.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/benchmarks/src/main/java/org/glassfish/jersey/tests/performance/benchmark/headers/HeadersMBRW.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/benchmarks/src/main/java/org/glassfish/jersey/tests/performance/benchmark/headers/HeadersMBRW.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ performance-test-benchmarks ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/benchmarks/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ performance-test-benchmarks ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/benchmarks/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ performance-test-benchmarks ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ performance-test-benchmarks ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/benchmarks/target/performance-test-benchmarks-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ performance-test-benchmarks ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/benchmarks/target/performance-test-benchmarks-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.3.0:shade (shade-archive) @ performance-test-benchmarks ---
[INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.0 in the shaded jar.
[INFO] Including jakarta.activation:jakarta.activation-api:jar:2.1.0 in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-server:jar:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-common:jar:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.hk2:osgi-resource-locator:jar:1.0.3 in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-client:jar:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including jakarta.ws.rs:jakarta.ws.rs-api:jar:3.1.0 in the shaded jar.
[INFO] Including jakarta.inject:jakarta.inject-api:jar:2.0.1 in the shaded jar.
[INFO] Including jakarta.validation:jakarta.validation-api:jar:3.0.2 in the shaded jar.
[INFO] Including org.glassfish.jersey.media:jersey-media-json-jackson:jar:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.1 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.1 in the shaded jar.
[INFO] Including com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations:jar:2.14.1 in the shaded jar.
[INFO] Including org.glassfish.jersey.ext:jersey-entity-filtering:jar:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.grizzly:grizzly-http-server:jar:4.0.0 in the shaded jar.
[INFO] Including org.glassfish.grizzly:grizzly-http:jar:4.0.0 in the shaded jar.
[INFO] Including org.glassfish.jersey.connectors:jersey-grizzly-connector:jar:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.grizzly:grizzly-http-client:jar:1.16 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:2.0.5 in the shaded jar.
[INFO] Including org.glassfish.grizzly:grizzly-websockets:jar:4.0.0 in the shaded jar.
[INFO] Including org.glassfish.grizzly:grizzly-framework:jar:4.0.0 in the shaded jar.
[INFO] Including org.glassfish.grizzly:connection-pool:jar:4.0.0 in the shaded jar.
[INFO] Including jakarta.annotation:jakarta.annotation-api:jar:2.1.1 in the shaded jar.
[INFO] Including javax.annotation:javax.annotation-api:jar:1.3.2 in the shaded jar.
[INFO] Including org.glassfish.jersey.test-framework:jersey-test-framework-util:jar:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including org.junit.jupiter:junit-jupiter:jar:5.9.1 in the shaded jar.
[INFO] Including org.junit.jupiter:junit-jupiter-api:jar:5.9.1 in the shaded jar.
[INFO] Including org.opentest4j:opentest4j:jar:1.2.0 in the shaded jar.
[INFO] Including org.junit.platform:junit-platform-commons:jar:1.9.1 in the shaded jar.
[INFO] Including org.apiguardian:apiguardian-api:jar:1.1.2 in the shaded jar.
[INFO] Including org.junit.jupiter:junit-jupiter-params:jar:5.9.1 in the shaded jar.
[INFO] Including org.junit.jupiter:junit-jupiter-engine:jar:5.9.1 in the shaded jar.
[INFO] Including org.junit.platform:junit-platform-engine:jar:1.9.1 in the shaded jar.
[INFO] Including org.openjdk.jmh:jmh-core:jar:1.35 in the shaded jar.
[INFO] Including net.sf.jopt-simple:jopt-simple:jar:5.0.4 in the shaded jar.
[INFO] Including org.apache.commons:commons-math3:jar:3.2 in the shaded jar.
[INFO] Including org.glassfish.jersey.containers:jersey-container-jdk-http:jar:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.hk2:hk2-locator:jar:3.0.3 in the shaded jar.
[INFO] Including org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3 in the shaded jar.
[INFO] Including org.glassfish.hk2:hk2-api:jar:3.0.3 in the shaded jar.
[INFO] Including org.glassfish.hk2:hk2-utils:jar:3.0.3 in the shaded jar.
[INFO] Including org.javassist:javassist:jar:3.29.0-GA in the shaded jar.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] jackson-core-2.14.1.jar, jackson-databind-2.14.1.jar, slf4j-api-2.0.5.jar define 1 overlapping classes: 
[WARNING]   - META-INF.versions.9.module-info
[WARNING] aopalliance-repackaged-3.0.3.jar, apiguardian-api-1.1.2.jar, commons-math3-3.2.jar, connection-pool-4.0.0.jar, grizzly-framework-4.0.0.jar, grizzly-http-4.0.0.jar, grizzly-http-client-1.16.jar, grizzly-http-server-4.0.0.jar, grizzly-websockets-4.0.0.jar, hk2-api-3.0.3.jar, hk2-locator-3.0.3.jar, hk2-utils-3.0.3.jar, jackson-annotations-2.14.1.jar, jackson-core-2.14.1.jar, jackson-databind-2.14.1.jar, jackson-module-jakarta-xmlbind-annotations-2.14.1.jar, jakarta.activation-api-2.1.0.jar, jakarta.annotation-api-2.1.1.jar, jakarta.inject-api-2.0.1.jar, jakarta.validation-api-3.0.2.jar, jakarta.ws.rs-api-3.1.0.jar, jakarta.xml.bind-api-4.0.0.jar, javassist-3.29.0-GA.jar, javax.annotation-api-1.3.2.jar, jersey-client-3.1.99-SNAPSHOT.jar, jersey-common-3.1.99-SNAPSHOT.jar, jersey-container-grizzly2-http-3.1.99-SNAPSHOT.jar, jersey-container-jdk-http-3.1.99-SNAPSHOT.jar, jersey-entity-filtering-3.1.99-SNAPSHOT.jar, jersey-grizzly-connector-3.1.99-SNAPSHOT.jar, jersey-hk2-3.1.99-SNAPSHOT.jar, jersey-media-json-jackson-3.1.99-SNAPSHOT.jar, jersey-server-3.1.99-SNAPSHOT.jar, jersey-test-framework-util-3.1.99-SNAPSHOT.jar, jmh-core-1.35.jar, jopt-simple-5.0.4.jar, junit-jupiter-5.9.1.jar, junit-jupiter-api-5.9.1.jar, junit-jupiter-engine-5.9.1.jar, junit-jupiter-params-5.9.1.jar, junit-platform-commons-1.9.1.jar, junit-platform-engine-1.9.1.jar, opentest4j-1.2.0.jar, osgi-resource-locator-1.0.3.jar, performance-test-benchmarks-3.1.99-SNAPSHOT.jar, slf4j-api-2.0.5.jar define 1 overlapping resource: 
[WARNING]   - META-INF/MANIFEST.MF
[WARNING] apiguardian-api-1.1.2.jar, jackson-annotations-2.14.1.jar, jackson-core-2.14.1.jar, jackson-databind-2.14.1.jar define 1 overlapping resource: 
[WARNING]   - META-INF/LICENSE
[WARNING] jersey-common-3.1.99-SNAPSHOT.jar, jersey-container-jdk-http-3.1.99-SNAPSHOT.jar, jersey-server-3.1.99-SNAPSHOT.jar define 1 overlapping resource: 
[WARNING]   - META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate
[WARNING] aopalliance-repackaged-3.0.3.jar, hk2-api-3.0.3.jar, hk2-locator-3.0.3.jar, hk2-utils-3.0.3.jar, jakarta.activation-api-2.1.0.jar, jakarta.annotation-api-2.1.1.jar, jakarta.ws.rs-api-3.1.0.jar, jakarta.xml.bind-api-4.0.0.jar, jersey-client-3.1.99-SNAPSHOT.jar, jersey-common-3.1.99-SNAPSHOT.jar, jersey-container-grizzly2-http-3.1.99-SNAPSHOT.jar, jersey-container-jdk-http-3.1.99-SNAPSHOT.jar, jersey-entity-filtering-3.1.99-SNAPSHOT.jar, jersey-grizzly-connector-3.1.99-SNAPSHOT.jar, jersey-hk2-3.1.99-SNAPSHOT.jar, jersey-media-json-jackson-3.1.99-SNAPSHOT.jar, jersey-server-3.1.99-SNAPSHOT.jar, jersey-test-framework-util-3.1.99-SNAPSHOT.jar, junit-jupiter-5.9.1.jar, junit-jupiter-api-5.9.1.jar, junit-jupiter-engine-5.9.1.jar, junit-jupiter-params-5.9.1.jar, junit-platform-commons-1.9.1.jar, junit-platform-engine-1.9.1.jar, performance-test-benchmarks-3.1.99-SNAPSHOT.jar define 1 overlapping resource: 
[WARNING]   - META-INF/LICENSE.md
[WARNING] jersey-container-grizzly2-http-3.1.99-SNAPSHOT.jar, jersey-container-jdk-http-3.1.99-SNAPSHOT.jar define 2 overlapping resources: 
[WARNING]   - META-INF/services/org.glassfish.jersey.server.spi.ContainerProvider
[WARNING]   - META-INF/services/org.glassfish.jersey.server.spi.WebServerProvider
[WARNING] commons-math3-3.2.jar, connection-pool-4.0.0.jar, grizzly-framework-4.0.0.jar, grizzly-http-4.0.0.jar, grizzly-http-server-4.0.0.jar, grizzly-websockets-4.0.0.jar, jakarta.inject-api-2.0.1.jar, javax.annotation-api-1.3.2.jar define 1 overlapping resource: 
[WARNING]   - META-INF/LICENSE.txt
[WARNING] aopalliance-repackaged-3.0.3.jar, hk2-api-3.0.3.jar, hk2-locator-3.0.3.jar, hk2-utils-3.0.3.jar, jakarta.activation-api-2.1.0.jar, jakarta.annotation-api-2.1.1.jar, jakarta.inject-api-2.0.1.jar, jakarta.ws.rs-api-3.1.0.jar, jakarta.xml.bind-api-4.0.0.jar, jersey-client-3.1.99-SNAPSHOT.jar, jersey-common-3.1.99-SNAPSHOT.jar, jersey-container-grizzly2-http-3.1.99-SNAPSHOT.jar, jersey-container-jdk-http-3.1.99-SNAPSHOT.jar, jersey-entity-filtering-3.1.99-SNAPSHOT.jar, jersey-grizzly-connector-3.1.99-SNAPSHOT.jar, jersey-hk2-3.1.99-SNAPSHOT.jar, jersey-media-json-jackson-3.1.99-SNAPSHOT.jar, jersey-server-3.1.99-SNAPSHOT.jar, jersey-test-framework-util-3.1.99-SNAPSHOT.jar, performance-test-benchmarks-3.1.99-SNAPSHOT.jar define 1 overlapping resource: 
[WARNING]   - META-INF/NOTICE.md
[WARNING] jackson-core-2.14.1.jar, jackson-databind-2.14.1.jar define 1 overlapping resource: 
[WARNING]   - META-INF/NOTICE
[WARNING] jersey-common-3.1.99-SNAPSHOT.jar, jersey-media-json-jackson-3.1.99-SNAPSHOT.jar, jersey-server-3.1.99-SNAPSHOT.jar define 2 overlapping resources: 
[WARNING]   - META-INF/NOTICE.markdown
[WARNING]   - META-INF/services/org.glassfish.jersey.internal.spi.AutoDiscoverable
[WARNING] junit-jupiter-5.9.1.jar, junit-jupiter-api-5.9.1.jar, junit-jupiter-engine-5.9.1.jar, junit-jupiter-params-5.9.1.jar, junit-platform-commons-1.9.1.jar, junit-platform-engine-1.9.1.jar define 1 overlapping resource: 
[WARNING]   - META-INF/LICENSE-notice.md
[WARNING] maven-shade-plugin has detected that some class files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the class is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Replacing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/benchmarks/target/benchmark.jar with /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/benchmarks/target/performance-test-benchmarks-3.1.99-SNAPSHOT-shaded.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ performance-test-benchmarks ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/benchmarks/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/performance-test-benchmarks/3.1.99-SNAPSHOT/performance-test-benchmarks-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/benchmarks/target/performance-test-benchmarks-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/performance-test-benchmarks/3.1.99-SNAPSHOT/performance-test-benchmarks-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/benchmarks/target/performance-test-benchmarks-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/performance-test-benchmarks/3.1.99-SNAPSHOT/performance-test-benchmarks-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.tests.performance.runners:project >-------
[INFO] Building jersey-tests-performance-runners 3.1.99-SNAPSHOT      [277/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/runners/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/runners/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] --< org.glassfish.jersey.tests.performance.runners:jersey-grizzly-runner >--
[INFO] Building jersey-grizzly-runner 3.1.99-SNAPSHOT                 [278/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-grizzly-runner ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-grizzly-runner ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-grizzly-runner ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-grizzly-runner ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-grizzly-runner ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-grizzly-runner ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-grizzly-runner ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-grizzly-runner ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/runners/jersey-grizzly-runner/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-grizzly-runner ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/runners/jersey-grizzly-runner/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/runners/jersey-grizzly-runner/src/main/java/org/glassfish/jersey/tests/performance/runners/JerseyGrizzlyRunner.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/runners/jersey-grizzly-runner/src/main/java/org/glassfish/jersey/tests/performance/runners/JerseyGrizzlyRunner.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/runners/jersey-grizzly-runner/src/main/java/org/glassfish/jersey/tests/performance/runners/JerseyGrizzlyRunner.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-grizzly-runner ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/runners/jersey-grizzly-runner/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/runners/jersey-grizzly-runner/src/main/java/org/glassfish/jersey/tests/performance/runners/JerseyGrizzlyRunner.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/runners/jersey-grizzly-runner/src/main/java/org/glassfish/jersey/tests/performance/runners/JerseyGrizzlyRunner.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/runners/jersey-grizzly-runner/src/main/java/org/glassfish/jersey/tests/performance/runners/JerseyGrizzlyRunner.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-grizzly-runner ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/runners/jersey-grizzly-runner/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-grizzly-runner ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-grizzly-runner ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-grizzly-runner ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/runners/jersey-grizzly-runner/target/jersey-grizzly-runner-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-grizzly-runner ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/runners/jersey-grizzly-runner/target/jersey-grizzly-runner-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.4.2:single (make-assembly) @ jersey-grizzly-runner ---
[INFO] Reading assembly descriptor: src/main/assembly/zip-with-jars.xml
[INFO] Building zip: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/runners/jersey-grizzly-runner/target/jersey-grizzly-runner-3.1.99-SNAPSHOT-zip-with-jars.zip
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-grizzly-runner ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/runners/jersey-grizzly-runner/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/runners/jersey-grizzly-runner/3.1.99-SNAPSHOT/jersey-grizzly-runner-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/runners/jersey-grizzly-runner/target/jersey-grizzly-runner-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/runners/jersey-grizzly-runner/3.1.99-SNAPSHOT/jersey-grizzly-runner-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/runners/jersey-grizzly-runner/target/jersey-grizzly-runner-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/runners/jersey-grizzly-runner/3.1.99-SNAPSHOT/jersey-grizzly-runner-3.1.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/runners/jersey-grizzly-runner/target/jersey-grizzly-runner-3.1.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/runners/jersey-grizzly-runner/3.1.99-SNAPSHOT/jersey-grizzly-runner-3.1.99-SNAPSHOT-zip-with-jars.zip
[INFO] 
[INFO] ------< org.glassfish.jersey.tests.performance.testcases:project >------
[INFO] Building jersey-tests-performance-testcase 3.1.99-SNAPSHOT     [279/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] ----< org.glassfish.jersey.tests.performance.testcases:assemblies >-----
[INFO] Building jersey-tests-performance-assemblies 3.1.99-SNAPSHOT   [280/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ assemblies ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ assemblies ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ assemblies ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ assemblies ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ assemblies ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ assemblies ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ assemblies ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ assemblies ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ assemblies ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ assemblies ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ assemblies ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/assemblies/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ assemblies ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ assemblies ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ assemblies ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/assemblies/target/assemblies-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ assemblies ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/assemblies/target/assemblies-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ assemblies ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/assemblies/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/assemblies/3.1.99-SNAPSHOT/assemblies-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/assemblies/target/assemblies-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/assemblies/3.1.99-SNAPSHOT/assemblies-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/assemblies/target/assemblies-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/assemblies/3.1.99-SNAPSHOT/assemblies-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.performance.testcases:filter-dynamic >---
[INFO] Building jersey-tests-performance-filter-dynamic-test 3.1.99-SNAPSHOT [281/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ filter-dynamic ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ filter-dynamic ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ filter-dynamic ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ filter-dynamic ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ filter-dynamic ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ filter-dynamic ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ filter-dynamic ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ filter-dynamic ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-dynamic/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ filter-dynamic ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-dynamic/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ filter-dynamic ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-dynamic/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ filter-dynamic ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-dynamic/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ filter-dynamic ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-dynamic/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ filter-dynamic ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ filter-dynamic ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ filter-dynamic ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.4.2:single (make-assembly) @ filter-dynamic ---
[INFO] Building zip: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.1.99-SNAPSHOT-zip-with-jars.zip
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.1.99-SNAPSHOT-war.war
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ filter-dynamic ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-dynamic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-dynamic/3.1.99-SNAPSHOT/filter-dynamic-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-dynamic/3.1.99-SNAPSHOT/filter-dynamic-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-dynamic/3.1.99-SNAPSHOT/filter-dynamic-3.1.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.1.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-dynamic/3.1.99-SNAPSHOT/filter-dynamic-3.1.99-SNAPSHOT-zip-with-jars.zip
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.1.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-dynamic/3.1.99-SNAPSHOT/filter-dynamic-3.1.99-SNAPSHOT-war.war
[INFO] 
[INFO] ---< org.glassfish.jersey.tests.performance.testcases:filter-global >---
[INFO] Building jersey-tests-performance-filter-global-test 3.1.99-SNAPSHOT [282/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ filter-global ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ filter-global ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ filter-global ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ filter-global ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ filter-global ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ filter-global ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ filter-global ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ filter-global ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-global/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ filter-global ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-global/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ filter-global ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-global/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ filter-global ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-global/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ filter-global ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-global/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ filter-global ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ filter-global ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-global/target/filter-global-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ filter-global ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-global/target/filter-global-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.4.2:single (make-assembly) @ filter-global ---
[INFO] Building zip: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-global/target/filter-global-3.1.99-SNAPSHOT-zip-with-jars.zip
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-global/target/filter-global-3.1.99-SNAPSHOT-war.war
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ filter-global ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-global/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-global/3.1.99-SNAPSHOT/filter-global-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-global/target/filter-global-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-global/3.1.99-SNAPSHOT/filter-global-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-global/target/filter-global-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-global/3.1.99-SNAPSHOT/filter-global-3.1.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-global/target/filter-global-3.1.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-global/3.1.99-SNAPSHOT/filter-global-3.1.99-SNAPSHOT-zip-with-jars.zip
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-global/target/filter-global-3.1.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-global/3.1.99-SNAPSHOT/filter-global-3.1.99-SNAPSHOT-war.war
[INFO] 
[INFO] ----< org.glassfish.jersey.tests.performance.testcases:filter-name >----
[INFO] Building jersey-tests-performance-filter-name-test 3.1.99-SNAPSHOT [283/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ filter-name ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ filter-name ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ filter-name ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ filter-name ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ filter-name ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ filter-name ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ filter-name ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ filter-name ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-name/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ filter-name ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-name/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ filter-name ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-name/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ filter-name ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-name/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ filter-name ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-name/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ filter-name ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ filter-name ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-name/target/filter-name-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ filter-name ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-name/target/filter-name-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.4.2:single (make-assembly) @ filter-name ---
[INFO] Building zip: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-name/target/filter-name-3.1.99-SNAPSHOT-zip-with-jars.zip
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-name/target/filter-name-3.1.99-SNAPSHOT-war.war
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ filter-name ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-name/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-name/3.1.99-SNAPSHOT/filter-name-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-name/target/filter-name-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-name/3.1.99-SNAPSHOT/filter-name-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-name/target/filter-name-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-name/3.1.99-SNAPSHOT/filter-name-3.1.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-name/target/filter-name-3.1.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-name/3.1.99-SNAPSHOT/filter-name-3.1.99-SNAPSHOT-zip-with-jars.zip
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/filter-name/target/filter-name-3.1.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-name/3.1.99-SNAPSHOT/filter-name-3.1.99-SNAPSHOT-war.war
[INFO] 
[INFO] --< org.glassfish.jersey.tests.performance.testcases:interceptor-dynamic >--
[INFO] Building jersey-tests-performance-interceptor-dynamic-test 3.1.99-SNAPSHOT [284/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ interceptor-dynamic ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ interceptor-dynamic ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ interceptor-dynamic ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ interceptor-dynamic ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ interceptor-dynamic ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ interceptor-dynamic ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ interceptor-dynamic ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ interceptor-dynamic ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-dynamic/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ interceptor-dynamic ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-dynamic/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ interceptor-dynamic ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-dynamic/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ interceptor-dynamic ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-dynamic/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ interceptor-dynamic ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-dynamic/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ interceptor-dynamic ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ interceptor-dynamic ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ interceptor-dynamic ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.4.2:single (make-assembly) @ interceptor-dynamic ---
[INFO] Building zip: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.1.99-SNAPSHOT-zip-with-jars.zip
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.1.99-SNAPSHOT-war.war
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ interceptor-dynamic ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-dynamic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-dynamic/3.1.99-SNAPSHOT/interceptor-dynamic-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-dynamic/3.1.99-SNAPSHOT/interceptor-dynamic-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-dynamic/3.1.99-SNAPSHOT/interceptor-dynamic-3.1.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.1.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-dynamic/3.1.99-SNAPSHOT/interceptor-dynamic-3.1.99-SNAPSHOT-zip-with-jars.zip
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.1.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-dynamic/3.1.99-SNAPSHOT/interceptor-dynamic-3.1.99-SNAPSHOT-war.war
[INFO] 
[INFO] --< org.glassfish.jersey.tests.performance.testcases:interceptor-global >--
[INFO] Building jersey-tests-performance-interceptor-global-test 3.1.99-SNAPSHOT [285/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ interceptor-global ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ interceptor-global ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ interceptor-global ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ interceptor-global ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ interceptor-global ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ interceptor-global ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ interceptor-global ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ interceptor-global ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-global/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ interceptor-global ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-global/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ interceptor-global ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-global/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ interceptor-global ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-global/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ interceptor-global ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-global/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ interceptor-global ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ interceptor-global ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ interceptor-global ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.4.2:single (make-assembly) @ interceptor-global ---
[INFO] Building zip: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.1.99-SNAPSHOT-zip-with-jars.zip
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.1.99-SNAPSHOT-war.war
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ interceptor-global ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-global/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-global/3.1.99-SNAPSHOT/interceptor-global-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-global/3.1.99-SNAPSHOT/interceptor-global-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-global/3.1.99-SNAPSHOT/interceptor-global-3.1.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.1.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-global/3.1.99-SNAPSHOT/interceptor-global-3.1.99-SNAPSHOT-zip-with-jars.zip
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.1.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-global/3.1.99-SNAPSHOT/interceptor-global-3.1.99-SNAPSHOT-war.war
[INFO] 
[INFO] --< org.glassfish.jersey.tests.performance.testcases:interceptor-name >--
[INFO] Building jersey-tests-performance-interceptor-name-test 3.1.99-SNAPSHOT [286/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ interceptor-name ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ interceptor-name ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ interceptor-name ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ interceptor-name ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ interceptor-name ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ interceptor-name ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ interceptor-name ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ interceptor-name ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-name/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ interceptor-name ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-name/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ interceptor-name ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-name/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ interceptor-name ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-name/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ interceptor-name ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-name/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ interceptor-name ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ interceptor-name ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ interceptor-name ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.4.2:single (make-assembly) @ interceptor-name ---
[INFO] Building zip: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.1.99-SNAPSHOT-zip-with-jars.zip
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.1.99-SNAPSHOT-war.war
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ interceptor-name ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-name/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-name/3.1.99-SNAPSHOT/interceptor-name-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-name/3.1.99-SNAPSHOT/interceptor-name-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-name/3.1.99-SNAPSHOT/interceptor-name-3.1.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.1.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-name/3.1.99-SNAPSHOT/interceptor-name-3.1.99-SNAPSHOT-zip-with-jars.zip
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.1.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-name/3.1.99-SNAPSHOT/interceptor-name-3.1.99-SNAPSHOT-war.war
[INFO] 
[INFO] --< org.glassfish.jersey.tests.performance.testcases:custom-provider >--
[INFO] Building jersey-tests-performance-custom-provider-test 3.1.99-SNAPSHOT [287/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ custom-provider ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ custom-provider ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ custom-provider ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ custom-provider ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ custom-provider ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ custom-provider ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ custom-provider ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ custom-provider ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-custom-provider/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ custom-provider ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-custom-provider/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ custom-provider ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-custom-provider/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ custom-provider ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-custom-provider/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ custom-provider ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-custom-provider/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ custom-provider ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ custom-provider ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ custom-provider ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.4.2:single (make-assembly) @ custom-provider ---
[INFO] Building zip: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.1.99-SNAPSHOT-zip-with-jars.zip
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.1.99-SNAPSHOT-war.war
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ custom-provider ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-custom-provider/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/custom-provider/3.1.99-SNAPSHOT/custom-provider-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/custom-provider/3.1.99-SNAPSHOT/custom-provider-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/custom-provider/3.1.99-SNAPSHOT/custom-provider-3.1.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.1.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/custom-provider/3.1.99-SNAPSHOT/custom-provider-3.1.99-SNAPSHOT-zip-with-jars.zip
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.1.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/custom-provider/3.1.99-SNAPSHOT/custom-provider-3.1.99-SNAPSHOT-war.war
[INFO] 
[INFO] ---< org.glassfish.jersey.tests.performance.testcases:json-jackson >----
[INFO] Building jersey-tests-performance-json-jackson-test 3.1.99-SNAPSHOT [288/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ json-jackson ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ json-jackson ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ json-jackson ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ json-jackson ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ json-jackson ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ json-jackson ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-jackson ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ json-jackson ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-json-jackson/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ json-jackson ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ json-jackson ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-json-jackson/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ json-jackson ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-json-jackson/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ json-jackson ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ json-jackson ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ json-jackson ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ json-jackson ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.4.2:single (make-assembly) @ json-jackson ---
[INFO] Building zip: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.1.99-SNAPSHOT-zip-with-jars.zip
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.1.99-SNAPSHOT-war.war
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ json-jackson ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-json-jackson/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-jackson/3.1.99-SNAPSHOT/json-jackson-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-jackson/3.1.99-SNAPSHOT/json-jackson-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-jackson/3.1.99-SNAPSHOT/json-jackson-3.1.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.1.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-jackson/3.1.99-SNAPSHOT/json-jackson-3.1.99-SNAPSHOT-zip-with-jars.zip
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.1.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-jackson/3.1.99-SNAPSHOT/json-jackson-3.1.99-SNAPSHOT-war.war
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.performance.testcases:json-moxy >-----
[INFO] Building jersey-tests-performance-json-moxy-test 3.1.99-SNAPSHOT [289/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ json-moxy ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ json-moxy ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ json-moxy ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ json-moxy ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ json-moxy ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ json-moxy ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-moxy ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ json-moxy ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-json-moxy/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ json-moxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-json-moxy/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ json-moxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-json-moxy/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ json-moxy ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-json-moxy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ json-moxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-json-moxy/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ json-moxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ json-moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ json-moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.4.2:single (make-assembly) @ json-moxy ---
[INFO] Building zip: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.1.99-SNAPSHOT-zip-with-jars.zip
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.1.99-SNAPSHOT-war.war
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ json-moxy ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-json-moxy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-moxy/3.1.99-SNAPSHOT/json-moxy-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-moxy/3.1.99-SNAPSHOT/json-moxy-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-moxy/3.1.99-SNAPSHOT/json-moxy-3.1.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.1.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-moxy/3.1.99-SNAPSHOT/json-moxy-3.1.99-SNAPSHOT-zip-with-jars.zip
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.1.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-moxy/3.1.99-SNAPSHOT/json-moxy-3.1.99-SNAPSHOT-war.war
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.performance.testcases:mbw-kryo >------
[INFO] Building jersey-tests-performance-mbw-kryo-test 3.1.99-SNAPSHOT [290/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ mbw-kryo ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ mbw-kryo ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ mbw-kryo ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ mbw-kryo ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ mbw-kryo ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ mbw-kryo ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ mbw-kryo ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ mbw-kryo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-kryo/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ mbw-kryo ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-kryo/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-kryo/src/main/java/org/glassfish/jersey/tests/performance/mbw/kryo/JaxRsApplication.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-kryo/src/main/java/org/glassfish/jersey/tests/performance/mbw/kryo/JaxRsApplication.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-kryo/src/main/java/org/glassfish/jersey/tests/performance/mbw/kryo/JaxRsApplication.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ mbw-kryo ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-kryo/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-kryo/src/main/java/org/glassfish/jersey/tests/performance/mbw/kryo/JaxRsApplication.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-kryo/src/main/java/org/glassfish/jersey/tests/performance/mbw/kryo/JaxRsApplication.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-kryo/src/main/java/org/glassfish/jersey/tests/performance/mbw/kryo/JaxRsApplication.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ mbw-kryo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-kryo/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ mbw-kryo ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-kryo/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ mbw-kryo ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ mbw-kryo ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ mbw-kryo ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.4.2:single (make-assembly) @ mbw-kryo ---
[INFO] Building zip: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.1.99-SNAPSHOT-zip-with-jars.zip
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.1.99-SNAPSHOT-war.war
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ mbw-kryo ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-kryo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/mbw-kryo/3.1.99-SNAPSHOT/mbw-kryo-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/mbw-kryo/3.1.99-SNAPSHOT/mbw-kryo-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/mbw-kryo/3.1.99-SNAPSHOT/mbw-kryo-3.1.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.1.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/mbw-kryo/3.1.99-SNAPSHOT/mbw-kryo-3.1.99-SNAPSHOT-zip-with-jars.zip
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.1.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/mbw-kryo/3.1.99-SNAPSHOT/mbw-kryo-3.1.99-SNAPSHOT-war.war
[INFO] 
[INFO] ----< org.glassfish.jersey.tests.performance.testcases:text-plain >-----
[INFO] Building jersey-tests-performance-text-plain-test 3.1.99-SNAPSHOT [291/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ text-plain ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ text-plain ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ text-plain ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ text-plain ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ text-plain ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ text-plain ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ text-plain ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ text-plain ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-text-plain/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ text-plain ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-text-plain/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ text-plain ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-text-plain/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ text-plain ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-text-plain/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ text-plain ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-text-plain/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ text-plain ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ text-plain ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ text-plain ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.4.2:single (make-assembly) @ text-plain ---
[INFO] Building zip: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.1.99-SNAPSHOT-zip-with-jars.zip
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.1.99-SNAPSHOT-war.war
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ text-plain ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-text-plain/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/text-plain/3.1.99-SNAPSHOT/text-plain-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/text-plain/3.1.99-SNAPSHOT/text-plain-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/text-plain/3.1.99-SNAPSHOT/text-plain-3.1.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.1.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/text-plain/3.1.99-SNAPSHOT/text-plain-3.1.99-SNAPSHOT-zip-with-jars.zip
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.1.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/text-plain/3.1.99-SNAPSHOT/text-plain-3.1.99-SNAPSHOT-war.war
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.performance.testcases:xml-jaxb >------
[INFO] Building jersey-tests-performance-xml-jaxb-test 3.1.99-SNAPSHOT [292/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ xml-jaxb ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ xml-jaxb ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ xml-jaxb ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ xml-jaxb ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ xml-jaxb ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ xml-jaxb ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ xml-jaxb ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ xml-jaxb ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-xml-jaxb/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ xml-jaxb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-xml-jaxb/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ xml-jaxb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-xml-jaxb/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ xml-jaxb ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-xml-jaxb/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ xml-jaxb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-xml-jaxb/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ xml-jaxb ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ xml-jaxb ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ xml-jaxb ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.4.2:single (make-assembly) @ xml-jaxb ---
[INFO] Building zip: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.1.99-SNAPSHOT-zip-with-jars.zip
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.1.99-SNAPSHOT-war.war
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ xml-jaxb ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-xml-jaxb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-jaxb/3.1.99-SNAPSHOT/xml-jaxb-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-jaxb/3.1.99-SNAPSHOT/xml-jaxb-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-jaxb/3.1.99-SNAPSHOT/xml-jaxb-3.1.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.1.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-jaxb/3.1.99-SNAPSHOT/xml-jaxb-3.1.99-SNAPSHOT-zip-with-jars.zip
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.1.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-jaxb/3.1.99-SNAPSHOT/xml-jaxb-3.1.99-SNAPSHOT-war.war
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.performance.testcases:xml-moxy >------
[INFO] Building jersey-tests-performance-xml-moxy-test 3.1.99-SNAPSHOT [293/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ xml-moxy ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ xml-moxy ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ xml-moxy ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ xml-moxy ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ xml-moxy ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ xml-moxy ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ xml-moxy ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ xml-moxy ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-xml-moxy/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ xml-moxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-xml-moxy/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ xml-moxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-xml-moxy/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ xml-moxy ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-xml-moxy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ xml-moxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-xml-moxy/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ xml-moxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ xml-moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ xml-moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.4.2:single (make-assembly) @ xml-moxy ---
[INFO] Building zip: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.1.99-SNAPSHOT-zip-with-jars.zip
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.1.99-SNAPSHOT-war.war
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ xml-moxy ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-xml-moxy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-moxy/3.1.99-SNAPSHOT/xml-moxy-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-moxy/3.1.99-SNAPSHOT/xml-moxy-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-moxy/3.1.99-SNAPSHOT/xml-moxy-3.1.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.1.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-moxy/3.1.99-SNAPSHOT/xml-moxy-3.1.99-SNAPSHOT-zip-with-jars.zip
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.1.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-moxy/3.1.99-SNAPSHOT/xml-moxy-3.1.99-SNAPSHOT-war.war
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.performance.testcases:param-srl >-----
[INFO] Building jersey-tests-performance-param-srl 3.1.99-SNAPSHOT    [294/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ param-srl ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ param-srl ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ param-srl ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ param-srl ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ param-srl ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ param-srl ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ param-srl ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ param-srl ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/param-srl/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ param-srl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/param-srl/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ param-srl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/param-srl/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ param-srl ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/param-srl/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ param-srl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/param-srl/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ param-srl ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ param-srl ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/param-srl/target/param-srl-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ param-srl ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/param-srl/target/param-srl-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.4.2:single (make-assembly) @ param-srl ---
[INFO] Building zip: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/param-srl/target/param-srl-3.1.99-SNAPSHOT-zip-with-jars.zip
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/param-srl/target/param-srl-3.1.99-SNAPSHOT-war.war
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ param-srl ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/param-srl/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/param-srl/3.1.99-SNAPSHOT/param-srl-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/param-srl/target/param-srl-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/param-srl/3.1.99-SNAPSHOT/param-srl-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/param-srl/target/param-srl-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/param-srl/3.1.99-SNAPSHOT/param-srl-3.1.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/param-srl/target/param-srl-3.1.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/param-srl/3.1.99-SNAPSHOT/param-srl-3.1.99-SNAPSHOT-zip-with-jars.zip
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/param-srl/target/param-srl-3.1.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/param-srl/3.1.99-SNAPSHOT/param-srl-3.1.99-SNAPSHOT-war.war
[INFO] 
[INFO] --< org.glassfish.jersey.tests.performance.testcases:proxy-injection >--
[INFO] Building jersey-tests-performance-proxy-injection-test 3.1.99-SNAPSHOT [295/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ proxy-injection ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ proxy-injection ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ proxy-injection ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ proxy-injection ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ proxy-injection ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ proxy-injection ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ proxy-injection ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ proxy-injection ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/proxy-injection/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ proxy-injection ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/proxy-injection/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ proxy-injection ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/proxy-injection/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ proxy-injection ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/proxy-injection/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ proxy-injection ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/proxy-injection/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ proxy-injection ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ proxy-injection ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ proxy-injection ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.4.2:single (make-assembly) @ proxy-injection ---
[INFO] Building zip: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.1.99-SNAPSHOT-zip-with-jars.zip
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.1.99-SNAPSHOT-war.war
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ proxy-injection ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/proxy-injection/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/proxy-injection/3.1.99-SNAPSHOT/proxy-injection-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/proxy-injection/3.1.99-SNAPSHOT/proxy-injection-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/proxy-injection/3.1.99-SNAPSHOT/proxy-injection-3.1.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.1.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/proxy-injection/3.1.99-SNAPSHOT/proxy-injection-3.1.99-SNAPSHOT-zip-with-jars.zip
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.1.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/proxy-injection/3.1.99-SNAPSHOT/proxy-injection-3.1.99-SNAPSHOT-war.war
[INFO] 
[INFO] --< org.glassfish.jersey.tests.performance.tools:performance-test-tools >--
[INFO] Building performance-test-tools 3.1.99-SNAPSHOT                [296/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ performance-test-tools ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ performance-test-tools ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ performance-test-tools ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ performance-test-tools ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ performance-test-tools ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ performance-test-tools ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ performance-test-tools ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ performance-test-tools ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/tools/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ performance-test-tools ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/tools/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestValueGenerator.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestValueGenerator.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestValueGenerator.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ performance-test-tools ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/tools/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestValueGenerator.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestValueGenerator.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestValueGenerator.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ performance-test-tools ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/tools/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ performance-test-tools ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ performance-test-tools ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ performance-test-tools ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/tools/target/performance-test-tools-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ performance-test-tools ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/tools/target/performance-test-tools-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ performance-test-tools ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/tools/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/tools/performance-test-tools/3.1.99-SNAPSHOT/performance-test-tools-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/tools/target/performance-test-tools-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/tools/performance-test-tools/3.1.99-SNAPSHOT/performance-test-tools-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/performance/tools/target/performance-test-tools-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/tools/performance-test-tools/3.1.99-SNAPSHOT/performance-test-tools-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------------< org.glassfish.jersey.core:jersey-tck >----------------
[INFO] Building Jakarta RESTful WS Compliance for Jersey 3.1.0        [297/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-tck ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-tck ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jersey-tck ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/jersey-tck/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-tck ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/jersey-tck/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jersey-tck ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jersey-tck ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-tck ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/jersey-tck/target/jersey-tck-3.1.0.jar
[INFO] 
[INFO] --- maven-dependency-plugin:3.2.0:unpack (unpack) @ jersey-tck ---
[INFO] Configured Artifact: org.glassfish.main.distributions:glassfish:7.0.0-M8:zip
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/main/distributions/glassfish/7.0.0-M8/glassfish-7.0.0-M8.zip to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/jersey-tck/target with includes "" and excludes ""
[INFO] 
[INFO] --- maven-dependency-plugin:3.2.0:copy (copy) @ jersey-tck ---
[INFO] Configured Artifact: org.glassfish.jersey.core:jersey-client:3.1.99-SNAPSHOT:jar
[INFO] Configured Artifact: org.glassfish.jersey.core:jersey-server:3.1.99-SNAPSHOT:jar
[INFO] Configured Artifact: org.glassfish.jersey.core:jersey-common:3.1.99-SNAPSHOT:jar
[INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-grizzly2-http:3.1.99-SNAPSHOT:jar
[INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet-core:3.1.99-SNAPSHOT:jar
[INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet:3.1.99-SNAPSHOT:jar
[INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-sse:3.1.99-SNAPSHOT:jar
[INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-json-binding:3.1.99-SNAPSHOT:jar
[INFO] Configured Artifact: jakarta.ws.rs:jakarta.ws.rs-api:3.1.0:jar
[INFO] Copying jersey-client-3.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/jersey-tck/target/glassfish7/glassfish/modules/jersey-client.jar
[INFO] Copying jersey-server-3.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/jersey-tck/target/glassfish7/glassfish/modules/jersey-server.jar
[INFO] Copying jersey-common-3.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/jersey-tck/target/glassfish7/glassfish/modules/jersey-common.jar
[INFO] Copying jersey-container-grizzly2-http-3.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/jersey-tck/target/glassfish7/glassfish/modules/jersey-container-grizzly2-http.jar
[INFO] Copying jersey-container-servlet-core-3.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/jersey-tck/target/glassfish7/glassfish/modules/jersey-container-servlet-core.jar
[INFO] Copying jersey-container-servlet-3.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/jersey-tck/target/glassfish7/glassfish/modules/jersey-container-servlet.jar
[INFO] Copying jersey-media-sse-3.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/jersey-tck/target/glassfish7/glassfish/modules/jersey-media-sse.jar
[INFO] Copying jersey-media-json-binding-3.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/jersey-tck/target/glassfish7/glassfish/modules/jersey-media-json-binding.jar
[INFO] Copying jakarta.ws.rs-api-3.1.0.jar to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/jersey-tck/target/glassfish7/glassfish/modules/jakarta.ws.rs-api.jar
[INFO] 
[INFO] --- exec-maven-plugin:3.1.0:exec (StopDomain1) @ jersey-tck ---
CLI306: Warning - The server located at /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/jersey-tck/target/glassfish7/glassfish/domains/domain1 is not running.
Command stop-domain executed successfully.
[INFO] 
[INFO] --- exec-maven-plugin:3.1.0:exec (StartDomain1) @ jersey-tck ---
Waiting for domain1 to start ....
Successfully started the domain : domain1
domain  Location: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/jersey-tck/target/glassfish7/glassfish/domains/domain1
Log File: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/jersey-tck/target/glassfish7/glassfish/domains/domain1/logs/server.log
Admin Port: 4848
Command start-domain executed successfully.
[INFO] 
[INFO] --- exec-maven-plugin:3.1.0:exec (Enable Trace requests) @ jersey-tck ---
server-config.network-config.protocols.protocol.http-listener-1.http.trace-enabled=true
Command set executed successfully.
[INFO] 
[INFO] --- exec-maven-plugin:3.1.0:exec (Delete User j2ee) @ jersey-tck ---
remote failure: Removing User j2ee from file realm j2ee failed.  No such user [j2ee].
No such user [j2ee].
Command delete-file-user failed.
[INFO] 
[INFO] --- exec-maven-plugin:3.1.0:exec (Add User j2ee) @ jersey-tck ---
Command create-file-user executed successfully.
[INFO] 
[INFO] --- exec-maven-plugin:3.1.0:exec (Delete User javajoe) @ jersey-tck ---
remote failure: Removing User javajoe from file realm javajoe failed.  No such user [javajoe].
No such user [javajoe].
Command delete-file-user failed.
[INFO] 
[INFO] --- exec-maven-plugin:3.1.0:exec (Add User javajoe) @ jersey-tck ---
Command create-file-user executed successfully.
[INFO] 
[INFO] --- exec-maven-plugin:3.1.0:exec (list users) @ jersey-tck ---
j2ee
javajoe
Command list-file-users executed successfully.
[INFO] 
[INFO] --- exec-maven-plugin:3.1.0:exec (StopDomain) @ jersey-tck ---
Waiting for the domain to stop .
Command stop-domain executed successfully.
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (gf-tests) @ jersey-tck ---
[WARNING] Exception for '/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/ct.sym'.
java.lang.IllegalArgumentException: '/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/ct.sym' not allowed on the path, only outputDirectories and jars are accepted
    at org.codehaus.plexus.languages.java.jpms.LocationManager.resolvePath (LocationManager.java:335)
    at org.codehaus.plexus.languages.java.jpms.LocationManager.resolvePaths (LocationManager.java:201)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.newStartupConfigWithModularPath (AbstractSurefireMojo.java:2011)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.createStartupConfiguration (AbstractSurefireMojo.java:1889)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.createForkStarter (AbstractSurefireMojo.java:2374)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider (AbstractSurefireMojo.java:1310)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1159)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:932)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.resource.annotationprecedence.subclass not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.form not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.sort not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.client.webtarget not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.client.resource not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.responsestatustype not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.put not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.constrainedto not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.contextprovider not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.beanparam.query.plain not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.client.invocation not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.headerparam.sub not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.resource.webappexception.nomapper not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.cookieparam not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.beanparam.header.plain not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.client.invocationcallback not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs31.spec.extensions not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.formparam not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.standardhaspriority not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.ext.paramconverter not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.client.syncinvoker not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.writer not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.headerparam not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.client.clientresponsecontext not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.inheritance not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.filter.dynamicfeature not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.context.client not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.overridestandard not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.interceptorcontext not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.exceptionmapper not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.runtimetype not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.webapplicationexceptiontest not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.pathparam.sub not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.link not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.formparam.sub not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.resource.java2entity not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.configurable not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.containerreader.readerinterceptorcontext not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.resourceconstructor not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.abstractmultivaluedmap not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.clientwriter.writerinterceptorcontext not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.multivaluedhashmap not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.client.responseprocessingexception not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.mediatype not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.entitytag not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.resource.locator not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.spec.completionstage not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.queryparam.sub not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.core.response not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.bindingpriority not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.containerwriter.writerinterceptorcontext not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.notauthorizedexception not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.configuration not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.newcookie not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.multivaluedmap not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.resource.requestmatching not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.cookieparam.sub not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.security not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.client.clientrequestcontext not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.template not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.rx not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.notsupportedexception not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.servlet3.rs.core.streamingoutput not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.linkjaxblink not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.filter.interceptor not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.readerinterceptorcontext not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.client.client not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.containerwriter.interceptorcontext not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.core.application not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.standardwithjaxrsclient not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.resource.annotationprecedence not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.resource.webappexception.mapper not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.core.responsebuilder not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.redirectexception not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.jaxbcontext not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.beanparam.path.plain not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.standardwithxmlbinding not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.beanparam.form.plain not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.delete not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.client.invocationbuilder not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.cachecontrol not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.matrixparam not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.standard not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.headerparam.locator not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.beanparam.plain not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.servererrorexception not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.genericentity not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.pathparam.locator not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.uribuilder not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.pathparam not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.client.exceptions not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.client.asyncinvoker not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsink not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.core.headers not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.uribuilder not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.beanparam.cookie.plain not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.reader not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.responseclient not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.visibility not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.filter.exception not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.clientwriter.interceptorcontext not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.processingexception not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.setinstance not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.notallowedexception not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.ext.providers not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.client.clientrequestcontext not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.containerreader.interceptorcontext not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.returntype not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.badrequestexception not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.context.server not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.core.request not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.container.resourceinfo not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.client.clientbuilder not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.formparam.locator not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.matrixparam.sub not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.filter.globalbinding not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.variant not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.core.configurable not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.spec.classsubresourcelocator not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.client.invocations not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.internalservererrorexception not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.queryparam not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.produceconsume not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.clienterrorexception not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.generictype not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.variantlistbuilder not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.cookieparam.locator not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.resource.responsemediatype not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.notfoundexception not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.client.typedentities not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.serviceunavailableexception not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.get not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.notacceptableexception not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.ee.patch.server not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.beanparam.matrix.plain not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.linkjaxbadapter not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.filter.lastvalue not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.head not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.core.uriinfo not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.create not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.async not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.standardnotnull not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.options not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.api.client.invocationbuilder not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.core.configuration not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.forbiddenexception not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.signaturetest.jaxrs not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.responsebuilder not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.client.instance not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.ee.client.rxinvoker not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.filter.namebinding not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.client.webtarget not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.illegalstate not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.resource.valueofandfromstring not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsource not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.core.securitycontext.basic not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.ee.priority not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.matrixparam.locator not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.servlet3.rs.applicationpath not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.linkbuilder not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.nocontentexception not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.cookie not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.client.entity not in jersey.tck
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.servlet3.rs.ext.paramconverter.autodiscovery not in jersey.tck
[INFO] Running ee.jakarta.tck.ws.rs.ee.resource.java2entity.JAXRSClientIT
Starting container using command: [java, -jar, /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/jersey-tck/target/glassfish7/glassfish/modules/admin-cli.jar, start-domain, -t]
Successfully started the domain : domain1
domain  Location: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/jersey-tck/target/glassfish7/glassfish/domains/domain1
Log File: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/jersey-tck/target/glassfish7/glassfish/domains/domain1/logs/server.log
Admin Port: 4848
************************************************************
* props file set to "/tmp/jenkins-cts-props.txt"
************************************************************
02-01-2023 09:59:37:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:37:STARTING TEST : responseGenericEntityTest()
02-01-2023 09:59:37:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_java2entity_web/resource/response/genericentity/linkedlist HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:37 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:37:FINISHED TEST : responseGenericEntityTest()
02-01-2023 09:59:37:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:37:STARTING TEST : genericEntityTest()
02-01-2023 09:59:37:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_java2entity_web/resource/genericentity/linkedlist HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:37 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:37:FINISHED TEST : genericEntityTest()
02-01-2023 09:59:37:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:37:STARTING TEST : directClassTypeTest()
02-01-2023 09:59:37:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_java2entity_web/resource/linkedlist HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:37 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:37:FINISHED TEST : directClassTypeTest()
02-01-2023 09:59:37:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:37:STARTING TEST : responseDirectClassTypeTest()
02-01-2023 09:59:37:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_java2entity_web/resource/response/linkedlist HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:37 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:37:FINISHED TEST : responseDirectClassTypeTest()
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.91 s - in ee.jakarta.tck.ws.rs.ee.resource.java2entity.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.resource.webappexception.mapper.JAXRSClientIT
02-01-2023 09:59:38:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:38:STARTING TEST : statusOkResponseTest()
02-01-2023 09:59:38:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_mapper_web/resource/responsestatusok HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:38:FINISHED TEST : statusOkResponseTest()
02-01-2023 09:59:38:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:38:STARTING TEST : throwUncheckedExceptionTest()
02-01-2023 09:59:38:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_mapper_web/resource/uncheckedexception HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:38:FINISHED TEST : throwUncheckedExceptionTest()
02-01-2023 09:59:38:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:38:STARTING TEST : throwableIntOkResponseTest()
02-01-2023 09:59:38:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_mapper_web/resource/responsestatusthrowableintok HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:38:FINISHED TEST : throwableIntOkResponseTest()
02-01-2023 09:59:38:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:38:STARTING TEST : throwableOkResponseTest()
02-01-2023 09:59:38:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_mapper_web/resource/responsestatusthrowableok HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:38:FINISHED TEST : throwableOkResponseTest()
02-01-2023 09:59:38:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:38:STARTING TEST : statusIntOkResponseTest()
02-01-2023 09:59:38:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_mapper_web/resource/responsestatusintok HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:38:FINISHED TEST : statusIntOkResponseTest()
02-01-2023 09:59:38:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:38:STARTING TEST : responseEntityTest()
02-01-2023 09:59:38:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_mapper_web/resource/responseentity HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:38 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:38:FINISHED TEST : responseEntityTest()
02-01-2023 09:59:38:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:38:STARTING TEST : throwableResponseTest()
02-01-2023 09:59:38:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_mapper_web/resource/responsethrowable HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:38:FINISHED TEST : throwableResponseTest()
02-01-2023 09:59:38:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:38:STARTING TEST : noResponseTest()
02-01-2023 09:59:38:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_mapper_web/resource/noresponse HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:38:FINISHED TEST : noResponseTest()
02-01-2023 09:59:38:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:38:STARTING TEST : webApplicationExceptionHasResponseWithoutEntityDoesUseMapperTest()
02-01-2023 09:59:38:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/4000 HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:38:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/400 HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:38:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/401 HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:38:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/403 HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:38:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/404 HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:38:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/405 HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:38:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/406 HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:38:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/415 HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:38:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/3000 HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:38:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/5000 HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:38:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/500 HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:38:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/503 HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:38:FINISHED TEST : webApplicationExceptionHasResponseWithoutEntityDoesUseMapperTest()
02-01-2023 09:59:38:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:38:STARTING TEST : okResponseTest()
02-01-2023 09:59:38:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_mapper_web/resource/responseok HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:38:FINISHED TEST : okResponseTest()
02-01-2023 09:59:38:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:38:STARTING TEST : webApplicationExceptionHasResponseWithEntityDoesNotUseMapperTest()
02-01-2023 09:59:38:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/2000 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:38 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:38:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/4000 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:38 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:38:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/400 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:38 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:38:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/401 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:38 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:38:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/403 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:38 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:38:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/404 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:38 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:38:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/405 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:38 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:38:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/406 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:38 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:38:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/415 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:38 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:38:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/3000 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:38 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:38:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/5000 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:38 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:38:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/500 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:38 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:38:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/503 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:38 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:38:FINISHED TEST : webApplicationExceptionHasResponseWithEntityDoesNotUseMapperTest()
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.991 s - in ee.jakarta.tck.ws.rs.ee.resource.webappexception.mapper.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.resource.webappexception.nomapper.JAXRSClientIT
02-01-2023 09:59:39:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:39:STARTING TEST : throwableStatusCodeTest()
02-01-2023 09:59:39:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableStatusCodeTest HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:39 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:39:FINISHED TEST : throwableStatusCodeTest()
02-01-2023 09:59:39:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:39:STARTING TEST : throwableTest()
02-01-2023 09:59:39:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableTest HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:39 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:39:FINISHED TEST : throwableTest()
02-01-2023 09:59:39:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:39:STARTING TEST : getResponseTest()
02-01-2023 09:59:39:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/getResponseTest HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:39 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:39:FINISHED TEST : getResponseTest()
02-01-2023 09:59:39:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:39:STARTING TEST : throwableResponseTest()
02-01-2023 09:59:39:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableResponseTest HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:39 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:39:FINISHED TEST : throwableResponseTest()
02-01-2023 09:59:39:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:39:STARTING TEST : throwableStatusTest()
02-01-2023 09:59:39:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableStatusTest HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:39 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:39:FINISHED TEST : throwableStatusTest()
02-01-2023 09:59:39:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:39:STARTING TEST : statusCode401Test()
02-01-2023 09:59:39:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/StatusCode401 HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:39:FINISHED TEST : statusCode401Test()
02-01-2023 09:59:39:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:39:STARTING TEST : statusCode404Test()
02-01-2023 09:59:39:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/StatusCode404 HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:39:FINISHED TEST : statusCode404Test()
02-01-2023 09:59:39:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:39:STARTING TEST : throwableStatusTest1()
02-01-2023 09:59:39:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableNullStatusTest HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:39 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:39:FINISHED TEST : throwableStatusTest1()
02-01-2023 09:59:39:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:39:STARTING TEST : status415Test()
02-01-2023 09:59:39:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/Status415 HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:39:FINISHED TEST : status415Test()
02-01-2023 09:59:39:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:39:STARTING TEST : nullResponseTest()
02-01-2023 09:59:39:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/NullResponseTest HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:39:FINISHED TEST : nullResponseTest()
02-01-2023 09:59:39:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:39:STARTING TEST : throwableResponseTest1()
02-01-2023 09:59:39:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableResponseTest1 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:39 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:39:FINISHED TEST : throwableResponseTest1()
02-01-2023 09:59:39:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:39:STARTING TEST : responseTest()
02-01-2023 09:59:39:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/ResponseTest HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:39 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:39:FINISHED TEST : responseTest()
02-01-2023 09:59:39:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:39:STARTING TEST : emptyConstructorTest()
02-01-2023 09:59:39:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/EmptyConstructor HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:39:FINISHED TEST : emptyConstructorTest()
02-01-2023 09:59:39:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:39:STARTING TEST : status503Test()
02-01-2023 09:59:39:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/Status503 HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:39:FINISHED TEST : status503Test()
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.736 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
02-01-2023 09:59:39:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:39:STARTING TEST : cookieFieldThrowingIllegalArgumentExceptionTest()
02-01-2023 09:59:39:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:39:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected
02-01-2023 09:59:39:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:39 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:39:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:39:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected
02-01-2023 09:59:39:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:39 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:39:FINISHED TEST : cookieFieldThrowingIllegalArgumentExceptionTest()
02-01-2023 09:59:39:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:39:STARTING TEST : cookieParamListEntityWithFromStringTest()
02-01-2023 09:59:39:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:39 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:39:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:39:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
02-01-2023 09:59:39:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:40 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:40:FINISHED TEST : cookieParamListEntityWithFromStringTest()
02-01-2023 09:59:40:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:40:STARTING TEST : cookieParamEntityWithFromStringTest()
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:40 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:40:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:40 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:40:FINISHED TEST : cookieParamEntityWithFromStringTest()
02-01-2023 09:59:40:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:40:STARTING TEST : cookieFieldParamEntityWithFromStringTest()
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:40 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:40:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:40 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:40:FINISHED TEST : cookieFieldParamEntityWithFromStringTest()
02-01-2023 09:59:40:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:40:STARTING TEST : cookieFieldParamEntityWithConstructorTest()
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:40 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:40:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:40 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:40:FINISHED TEST : cookieFieldParamEntityWithConstructorTest()
02-01-2023 09:59:40:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:40:STARTING TEST : cookieFieldParamListEntityWithFromStringTest()
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:40 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:40:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:40 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:40:FINISHED TEST : cookieFieldParamListEntityWithFromStringTest()
02-01-2023 09:59:40:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:40:STARTING TEST : cookieParamSetEntityWithFromStringTest()
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:40 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:40:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:40 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:40:FINISHED TEST : cookieParamSetEntityWithFromStringTest()
02-01-2023 09:59:40:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:40:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest()
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:40 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:40:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:40 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:40:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest()
02-01-2023 09:59:40:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:40:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest()
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:40:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:40 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:40:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:40 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:40:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest()
02-01-2023 09:59:40:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:40:STARTING TEST : cookieFieldThrowingWebApplicationExceptionTest()
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:40:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:40 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:40:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:40 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:40:FINISHED TEST : cookieFieldThrowingWebApplicationExceptionTest()
02-01-2023 09:59:40:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:40:STARTING TEST : cookieParamEntityWithValueOfTest()
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:40 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:40:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:40 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:40:FINISHED TEST : cookieParamEntityWithValueOfTest()
02-01-2023 09:59:40:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:40:STARTING TEST : cookieParamEntityWithConstructorTest()
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:40 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:40:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:40 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:40:FINISHED TEST : cookieParamEntityWithConstructorTest()
02-01-2023 09:59:40:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:40:STARTING TEST : cookieFieldParamSortedSetEntityWithFromStringTest()
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:40 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:40:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:40 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:40:FINISHED TEST : cookieFieldParamSortedSetEntityWithFromStringTest()
02-01-2023 09:59:40:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:40:STARTING TEST : cookieFieldParamSetEntityWithFromStringTest()
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:40 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:40:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:40 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:40:FINISHED TEST : cookieFieldParamSetEntityWithFromStringTest()
02-01-2023 09:59:40:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:40:STARTING TEST : cookieFieldParamEntityWithValueOfTest()
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:40 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:40:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:40 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:40:FINISHED TEST : cookieFieldParamEntityWithValueOfTest()
02-01-2023 09:59:40:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:40:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest()
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:40:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:40 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 09:59:40:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected
02-01-2023 09:59:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:40 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:40:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest()
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.156 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
02-01-2023 09:59:41:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:41:STARTING TEST : formFieldParamEntityWithConstructorTest()
02-01-2023 09:59:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:41:FINISHED TEST : formFieldParamEntityWithConstructorTest()
02-01-2023 09:59:41:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:41:STARTING TEST : formFieldThrowingIllegalArgumentExceptionTest()
02-01-2023 09:59:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:41:FINISHED TEST : formFieldThrowingIllegalArgumentExceptionTest()
02-01-2023 09:59:41:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:41:STARTING TEST : formFieldThrowingWebApplicationExceptionTest()
02-01-2023 09:59:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:41:FINISHED TEST : formFieldThrowingWebApplicationExceptionTest()
02-01-2023 09:59:41:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:41:STARTING TEST : formFieldParamSortedSetEntityWithFromStringTest()
02-01-2023 09:59:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:41:FINISHED TEST : formFieldParamSortedSetEntityWithFromStringTest()
02-01-2023 09:59:41:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:41:STARTING TEST : formParamEntityWithFromStringTest()
02-01-2023 09:59:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:41:FINISHED TEST : formParamEntityWithFromStringTest()
02-01-2023 09:59:41:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:41:STARTING TEST : formParamThrowingWebApplicationExceptionTest()
02-01-2023 09:59:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:41:FINISHED TEST : formParamThrowingWebApplicationExceptionTest()
02-01-2023 09:59:41:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:41:STARTING TEST : formParamEntityWithConstructorTest()
02-01-2023 09:59:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:41:FINISHED TEST : formParamEntityWithConstructorTest()
02-01-2023 09:59:41:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:41:STARTING TEST : formFieldParamSetEntityWithFromStringTest()
02-01-2023 09:59:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:41:FINISHED TEST : formFieldParamSetEntityWithFromStringTest()
02-01-2023 09:59:41:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:41:STARTING TEST : formParamThrowingIllegalArgumentExceptionTest()
02-01-2023 09:59:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:41:FINISHED TEST : formParamThrowingIllegalArgumentExceptionTest()
02-01-2023 09:59:41:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:41:STARTING TEST : formFieldParamEntityWithFromStringTest()
02-01-2023 09:59:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:41:FINISHED TEST : formFieldParamEntityWithFromStringTest()
02-01-2023 09:59:41:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:41:STARTING TEST : formFieldParamEntityWithEncodedTest()
02-01-2023 09:59:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:41:FINISHED TEST : formFieldParamEntityWithEncodedTest()
02-01-2023 09:59:41:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:41:STARTING TEST : formParamEntityWithEncodedTest()
02-01-2023 09:59:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:41:FINISHED TEST : formParamEntityWithEncodedTest()
02-01-2023 09:59:41:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:41:STARTING TEST : formParamListEntityWithFromStringTest()
02-01-2023 09:59:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:41:FINISHED TEST : formParamListEntityWithFromStringTest()
02-01-2023 09:59:41:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:41:STARTING TEST : formFieldParamEntityWithValueOfTest()
02-01-2023 09:59:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:41:FINISHED TEST : formFieldParamEntityWithValueOfTest()
02-01-2023 09:59:41:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:41:STARTING TEST : formParamSetEntityWithFromStringTest()
02-01-2023 09:59:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:41:FINISHED TEST : formParamSetEntityWithFromStringTest()
02-01-2023 09:59:41:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:41:STARTING TEST : formFieldParamListEntityWithFromStringTest()
02-01-2023 09:59:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:41:FINISHED TEST : formFieldParamListEntityWithFromStringTest()
02-01-2023 09:59:41:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:41:STARTING TEST : formParamEntityWithValueOfTest()
02-01-2023 09:59:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:41:FINISHED TEST : formParamEntityWithValueOfTest()
02-01-2023 09:59:41:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:41:STARTING TEST : formParamSortedSetEntityWithFromStringTest()
02-01-2023 09:59:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:41:FINISHED TEST : formParamSortedSetEntityWithFromStringTest()
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.908 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
02-01-2023 09:59:42:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:42:STARTING TEST : headerFieldThrowingIllegalArgumentExceptionTest()
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:FINISHED TEST : headerFieldThrowingIllegalArgumentExceptionTest()
02-01-2023 09:59:42:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:42:STARTING TEST : headerParamEntityWithConstructorTest()
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:FINISHED TEST : headerParamEntityWithConstructorTest()
02-01-2023 09:59:42:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:42:STARTING TEST : headerFieldThrowingWebApplicationExceptionTest()
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:FINISHED TEST : headerFieldThrowingWebApplicationExceptionTest()
02-01-2023 09:59:42:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:42:STARTING TEST : headerFieldParamEntityWithValueOfTest()
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:FINISHED TEST : headerFieldParamEntityWithValueOfTest()
02-01-2023 09:59:42:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:42:STARTING TEST : headerFieldParamSortedSetEntityWithFromStringTest()
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:FINISHED TEST : headerFieldParamSortedSetEntityWithFromStringTest()
02-01-2023 09:59:42:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:42:STARTING TEST : headerParamListEntityWithFromStringTest()
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:FINISHED TEST : headerParamListEntityWithFromStringTest()
02-01-2023 09:59:42:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:42:STARTING TEST : headerParamThrowingWebApplicationExceptionTest()
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest()
02-01-2023 09:59:42:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:42:STARTING TEST : headerParamEntityWithValueOfTest()
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:FINISHED TEST : headerParamEntityWithValueOfTest()
02-01-2023 09:59:42:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:42:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest()
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest()
02-01-2023 09:59:42:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:42:STARTING TEST : headerFieldParamEntityWithConstructorTest()
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:FINISHED TEST : headerFieldParamEntityWithConstructorTest()
02-01-2023 09:59:42:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:42:STARTING TEST : headerFieldParamEntityWithFromStringTest()
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:FINISHED TEST : headerFieldParamEntityWithFromStringTest()
02-01-2023 09:59:42:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:42:STARTING TEST : headerFieldParamSetEntityWithFromStringTest()
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:FINISHED TEST : headerFieldParamSetEntityWithFromStringTest()
02-01-2023 09:59:42:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:42:STARTING TEST : headerParamSetEntityWithFromStringTest()
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:FINISHED TEST : headerParamSetEntityWithFromStringTest()
02-01-2023 09:59:42:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:42:STARTING TEST : headerFieldParamListEntityWithFromStringTest()
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:FINISHED TEST : headerFieldParamListEntityWithFromStringTest()
02-01-2023 09:59:42:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:42:STARTING TEST : headerParamSortedSetEntityWithFromStringTest()
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest()
02-01-2023 09:59:42:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:42:STARTING TEST : headerParamEntityWithFromStringTest()
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:FINISHED TEST : headerParamEntityWithFromStringTest()
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.914 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
02-01-2023 09:59:42:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:42:STARTING TEST : matrixFieldParamEntityWithValueOfTest()
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:[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'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:FINISHED TEST : matrixFieldParamEntityWithValueOfTest()
02-01-2023 09:59:42:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:42:STARTING TEST : matrixParamEntityWithEncodedTest()
02-01-2023 09:59:42:[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'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:[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'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:FINISHED TEST : matrixParamEntityWithEncodedTest()
02-01-2023 09:59:42:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:42:STARTING TEST : matrixParamEntityWithFromStringTest()
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:[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'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:FINISHED TEST : matrixParamEntityWithFromStringTest()
02-01-2023 09:59:42:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:42:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest()
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest()
02-01-2023 09:59:42:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:42:STARTING TEST : matrixParamEntityWithValueOfTest()
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:[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'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:FINISHED TEST : matrixParamEntityWithValueOfTest()
02-01-2023 09:59:42:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:42:STARTING TEST : matrixFieldParamEntityWithConstructorTest()
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:[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'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:FINISHED TEST : matrixFieldParamEntityWithConstructorTest()
02-01-2023 09:59:42:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:42:STARTING TEST : matrixFieldParamListEntityWithFromStringTest()
02-01-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:[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'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:FINISHED TEST : matrixFieldParamListEntityWithFromStringTest()
02-01-2023 09:59:42:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:42:STARTING TEST : matrixFieldThrowingIllegalArgumentExceptionTest()
02-01-2023 09:59:42:[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'
Feb 01, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:42:[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'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:FINISHED TEST : matrixFieldThrowingIllegalArgumentExceptionTest()
02-01-2023 09:59:43:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:43:STARTING TEST : matrixFieldParamSortedSetEntityWithFromStringTest()
02-01-2023 09:59:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:[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'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:FINISHED TEST : matrixFieldParamSortedSetEntityWithFromStringTest()
02-01-2023 09:59:43:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:43:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest()
02-01-2023 09:59:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:[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'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest()
02-01-2023 09:59:43:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:43:STARTING TEST : matrixParamSetEntityWithFromStringTest()
02-01-2023 09:59:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:[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'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:FINISHED TEST : matrixParamSetEntityWithFromStringTest()
02-01-2023 09:59:43:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:43:STARTING TEST : matrixFieldParamSetEntityWithFromStringTest()
02-01-2023 09:59:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:[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'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:FINISHED TEST : matrixFieldParamSetEntityWithFromStringTest()
02-01-2023 09:59:43:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:43:STARTING TEST : matrixParamListEntityWithFromStringTest()
02-01-2023 09:59:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:[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'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:FINISHED TEST : matrixParamListEntityWithFromStringTest()
02-01-2023 09:59:43:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:43:STARTING TEST : matrixFieldParamEntityWithFromStringTest()
02-01-2023 09:59:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:[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'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:FINISHED TEST : matrixFieldParamEntityWithFromStringTest()
02-01-2023 09:59:43:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:43:STARTING TEST : matrixFieldParamEntityWithEncodedTest()
02-01-2023 09:59:43:[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'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:[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'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:FINISHED TEST : matrixFieldParamEntityWithEncodedTest()
02-01-2023 09:59:43:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:43:STARTING TEST : matrixFieldThrowingWebApplicationExceptionTest()
02-01-2023 09:59:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:FINISHED TEST : matrixFieldThrowingWebApplicationExceptionTest()
02-01-2023 09:59:43:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:43:STARTING TEST : matrixParamEntityWithConstructorTest()
02-01-2023 09:59:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:[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'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:FINISHED TEST : matrixParamEntityWithConstructorTest()
02-01-2023 09:59:43:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:43:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest()
02-01-2023 09:59:43:[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'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:[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'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest()
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.887 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
02-01-2023 09:59:43:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:43:STARTING TEST : pathFieldParamSortedSetEntityWithFromStringTest()
02-01-2023 09:59:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:[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'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:FINISHED TEST : pathFieldParamSortedSetEntityWithFromStringTest()
02-01-2023 09:59:43:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:43:STARTING TEST : pathParamEntityWithFromStringTest()
02-01-2023 09:59:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:[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'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:FINISHED TEST : pathParamEntityWithFromStringTest()
02-01-2023 09:59:43:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:43:STARTING TEST : pathFieldThrowingIllegalArgumentExceptionTest()
02-01-2023 09:59:43:[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'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:[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'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:FINISHED TEST : pathFieldThrowingIllegalArgumentExceptionTest()
02-01-2023 09:59:43:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:43:STARTING TEST : pathParamEntityWithEncodedTest()
02-01-2023 09:59:43:[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'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:[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'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:FINISHED TEST : pathParamEntityWithEncodedTest()
02-01-2023 09:59:43:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:43:STARTING TEST : pathFieldParamListEntityWithFromStringTest()
02-01-2023 09:59:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:[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'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:FINISHED TEST : pathFieldParamListEntityWithFromStringTest()
02-01-2023 09:59:43:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:43:STARTING TEST : pathFieldParamEntityWithFromStringTest()
02-01-2023 09:59:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:[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'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:FINISHED TEST : pathFieldParamEntityWithFromStringTest()
02-01-2023 09:59:43:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:43:STARTING TEST : pathParamSortedSetEntityWithFromStringTest()
02-01-2023 09:59:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:[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'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:FINISHED TEST : pathParamSortedSetEntityWithFromStringTest()
02-01-2023 09:59:43:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:43:STARTING TEST : pathFieldParamEntityWithConstructorTest()
02-01-2023 09:59:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:[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'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:FINISHED TEST : pathFieldParamEntityWithConstructorTest()
02-01-2023 09:59:43:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:43:STARTING TEST : pathParamEntityWithValueOfTest()
02-01-2023 09:59:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:[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'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:FINISHED TEST : pathParamEntityWithValueOfTest()
02-01-2023 09:59:43:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:43:STARTING TEST : pathFieldThrowingWebApplicationExceptionTest()
02-01-2023 09:59:43:[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'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:[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'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:FINISHED TEST : pathFieldThrowingWebApplicationExceptionTest()
02-01-2023 09:59:43:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:43:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest()
02-01-2023 09:59:43:[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'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:[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'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest()
02-01-2023 09:59:43:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:43:STARTING TEST : pathParamEntityWithConstructorTest()
02-01-2023 09:59:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:43:[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'
Feb 01, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:44:FINISHED TEST : pathParamEntityWithConstructorTest()
02-01-2023 09:59:44:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:44:STARTING TEST : pathFieldParamEntityWithEncodedTest()
02-01-2023 09:59:44:[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'
Feb 01, 2023 9:59:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:44:[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'
Feb 01, 2023 9:59:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:44:FINISHED TEST : pathFieldParamEntityWithEncodedTest()
02-01-2023 09:59:44:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:44:STARTING TEST : pathParamSetEntityWithFromStringTest()
02-01-2023 09:59:44:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:44:[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'
Feb 01, 2023 9:59:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:44:FINISHED TEST : pathParamSetEntityWithFromStringTest()
02-01-2023 09:59:44:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:44:STARTING TEST : pathFieldParamEntityWithValueOfTest()
02-01-2023 09:59:44:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:44:[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'
Feb 01, 2023 9:59:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:44:FINISHED TEST : pathFieldParamEntityWithValueOfTest()
02-01-2023 09:59:44:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:44:STARTING TEST : pathParamThrowingWebApplicationExceptionTest()
02-01-2023 09:59:44:[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'
Feb 01, 2023 9:59:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:44:[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'
Feb 01, 2023 9:59:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:44:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest()
02-01-2023 09:59:44:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:44:STARTING TEST : pathParamListEntityWithFromStringTest()
02-01-2023 09:59:44:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:44:[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'
Feb 01, 2023 9:59:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:44:FINISHED TEST : pathParamListEntityWithFromStringTest()
02-01-2023 09:59:44:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:44:STARTING TEST : pathFieldParamSetEntityWithFromStringTest()
02-01-2023 09:59:44:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:44:[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'
Feb 01, 2023 9:59:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:44:FINISHED TEST : pathFieldParamSetEntityWithFromStringTest()
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.901 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
02-01-2023 09:59:44:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:44:STARTING TEST : pathParamOnFieldTest()
02-01-2023 09:59:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathfield/FIRST/SECOND' to target server at 'localhost:8080'
02-01-2023 09:59:44:###############################
02-01-2023 09:59:44:[Request] Adding entity: Anything
02-01-2023 09:59:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathfield/FIRST/SECOND
02-01-2023 09:59:44:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
02-01-2023 09:59:44:  TRACE: [WIRE] - >> Anything
02-01-2023 09:59:44:  TRACE: [WIRE] - << 200 OK
02-01-2023 09:59:44:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 09:59:44:  TRACE: [WIRE] - << Content-Length: 19
02-01-2023 09:59:44:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 09:59:44:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 09:59:44:  TRACE: [WIRE] - << AnythingFIRSTSECOND
02-01-2023 09:59:44:FINISHED TEST : pathParamOnFieldTest()
02-01-2023 09:59:44:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:44:STARTING TEST : headerParamOnFieldTest()
02-01-2023 09:59:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerfield' to target server at 'localhost:8080'
02-01-2023 09:59:44:###############################
02-01-2023 09:59:44:[Request] Adding entity: Anything
02-01-2023 09:59:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerfield
02-01-2023 09:59:44:  TRACE: [WIRE] - >> Accept:*/*, bpeHeader:FIRST, innerHeader:SECOND, Content-Type:application/x-www-form-urlencoded
02-01-2023 09:59:44:  TRACE: [WIRE] - >> Anything
02-01-2023 09:59:44:  TRACE: [WIRE] - << 200 OK
02-01-2023 09:59:44:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 09:59:44:  TRACE: [WIRE] - << Content-Length: 19
02-01-2023 09:59:44:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 09:59:44:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 09:59:44:  TRACE: [WIRE] - << AnythingFIRSTSECOND
02-01-2023 09:59:44:FINISHED TEST : headerParamOnFieldTest()
02-01-2023 09:59:44:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:44:STARTING TEST : queryParamOnFieldTest()
02-01-2023 09:59:44:[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'
02-01-2023 09:59:44:###############################
02-01-2023 09:59:44:[Request] Adding entity: Anything
02-01-2023 09:59:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/queryfield?bpeQuery=FIRST&innerQuery=SECOND
02-01-2023 09:59:44:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
02-01-2023 09:59:44:  TRACE: [WIRE] - >> Anything
02-01-2023 09:59:44:  TRACE: [WIRE] - << 200 OK
02-01-2023 09:59:44:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 09:59:44:  TRACE: [WIRE] - << Content-Length: 19
02-01-2023 09:59:44:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 09:59:44:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 09:59:44:  TRACE: [WIRE] - << AnythingFIRSTSECOND
02-01-2023 09:59:44:FINISHED TEST : queryParamOnFieldTest()
02-01-2023 09:59:44:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:44:STARTING TEST : cookieParamOnFieldTest()
02-01-2023 09:59:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookiefield' to target server at 'localhost:8080'
02-01-2023 09:59:44:###############################
02-01-2023 09:59:44:[Request] Adding entity: Anything
02-01-2023 09:59:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookiefield
02-01-2023 09:59:44:  TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, Content-Type:application/x-www-form-urlencoded
02-01-2023 09:59:44:  TRACE: [WIRE] - >> Anything
02-01-2023 09:59:44:  TRACE: [WIRE] - << 200 OK
02-01-2023 09:59:44:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 09:59:44:  TRACE: [WIRE] - << Content-Length: 19
02-01-2023 09:59:44:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 09:59:44:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 09:59:44:  TRACE: [WIRE] - << AnythingFIRSTSECOND
02-01-2023 09:59:44:FINISHED TEST : cookieParamOnFieldTest()
02-01-2023 09:59:44:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:44:STARTING TEST : formParamOnFieldTest()
02-01-2023 09:59:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formfield' to target server at 'localhost:8080'
02-01-2023 09:59:44:###############################
02-01-2023 09:59:44:[Request] Adding entity: Anything&bpeForm=FIRST&innerForm=SECOND
02-01-2023 09:59:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formfield
02-01-2023 09:59:44:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
02-01-2023 09:59:44:  TRACE: [WIRE] - >> Anything&bpeForm=FIRST&innerForm=SECOND
02-01-2023 09:59:44:  TRACE: [WIRE] - << 200 OK
02-01-2023 09:59:44:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 09:59:44:  TRACE: [WIRE] - << Content-Length: 50
02-01-2023 09:59:44:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 09:59:44:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 09:59:44:  TRACE: [WIRE] - << Anything&bpeForm=FIRST&innerForm=SECONDFIRSTSECOND
02-01-2023 09:59:44:FINISHED TEST : formParamOnFieldTest()
02-01-2023 09:59:44:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:44:STARTING TEST : allParamsInParamTest()
02-01-2023 09:59:44:[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'
02-01-2023 09:59:44:###############################
02-01-2023 09:59:44:[Request] Adding entity: Anything&bpeForm=Third&innerForm=Fourth
02-01-2023 09:59:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/allparam/Nineth/Tenth;bpeMatrix=Seventh;innerMatrix=Eighth?bpeQuery=Eleventh&innerQuery=Twelveth
02-01-2023 09:59:44:  TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, bpeHeader:Fifth, innerHeader:Sixth, Content-Type:application/x-www-form-urlencoded
02-01-2023 09:59:44:  TRACE: [WIRE] - >> Anything&bpeForm=Third&innerForm=Fourth
02-01-2023 09:59:44:  TRACE: [WIRE] - << 200 OK
02-01-2023 09:59:44:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 09:59:44:  TRACE: [WIRE] - << Content-Length: 111
02-01-2023 09:59:44:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 09:59:44:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 09:59:44:  TRACE: [WIRE] - << ThirdFourthFifthSixthSeventhEighthNinethTenthEleventhTwelvethAnything&bpeForm=Third&innerForm=FourthFIRSTSECOND
02-01-2023 09:59:44:FINISHED TEST : allParamsInParamTest()
02-01-2023 09:59:44:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:44:STARTING TEST : matrixParamInParamTest()
02-01-2023 09:59:44:[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'
02-01-2023 09:59:44:###############################
02-01-2023 09:59:44:[Request] Adding entity: Anything
02-01-2023 09:59:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/matrixparam;bpeMatrix=FIRST;innerMatrix=SECOND
02-01-2023 09:59:44:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
02-01-2023 09:59:44:  TRACE: [WIRE] - >> Anything
02-01-2023 09:59:44:  TRACE: [WIRE] - << 200 OK
02-01-2023 09:59:44:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 09:59:44:  TRACE: [WIRE] - << Content-Length: 19
02-01-2023 09:59:44:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 09:59:44:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 09:59:44:  TRACE: [WIRE] - << AnythingFIRSTSECOND
02-01-2023 09:59:44:FINISHED TEST : matrixParamInParamTest()
02-01-2023 09:59:44:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:44:STARTING TEST : pathParamInParamTest()
02-01-2023 09:59:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathparam/FIRST/SECOND' to target server at 'localhost:8080'
02-01-2023 09:59:44:###############################
02-01-2023 09:59:44:[Request] Adding entity: Anything
02-01-2023 09:59:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathparam/FIRST/SECOND
02-01-2023 09:59:44:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
02-01-2023 09:59:44:  TRACE: [WIRE] - >> Anything
02-01-2023 09:59:44:  TRACE: [WIRE] - << 200 OK
02-01-2023 09:59:44:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 09:59:44:  TRACE: [WIRE] - << Content-Length: 19
02-01-2023 09:59:44:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 09:59:44:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 09:59:44:  TRACE: [WIRE] - << AnythingFIRSTSECOND
02-01-2023 09:59:44:FINISHED TEST : pathParamInParamTest()
02-01-2023 09:59:44:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:44:STARTING TEST : headerParamInParamTest()
02-01-2023 09:59:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerparam' to target server at 'localhost:8080'
02-01-2023 09:59:44:###############################
02-01-2023 09:59:44:[Request] Adding entity: Anything
02-01-2023 09:59:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerparam
02-01-2023 09:59:44:  TRACE: [WIRE] - >> Accept:*/*, bpeHeader:FIRST, innerHeader:SECOND, Content-Type:application/x-www-form-urlencoded
02-01-2023 09:59:44:  TRACE: [WIRE] - >> Anything
02-01-2023 09:59:44:  TRACE: [WIRE] - << 200 OK
02-01-2023 09:59:44:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 09:59:44:  TRACE: [WIRE] - << Content-Length: 19
02-01-2023 09:59:44:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 09:59:44:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 09:59:44:  TRACE: [WIRE] - << AnythingFIRSTSECOND
02-01-2023 09:59:44:FINISHED TEST : headerParamInParamTest()
02-01-2023 09:59:44:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:44:STARTING TEST : queryParamInParamTest()
02-01-2023 09:59:44:[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'
02-01-2023 09:59:44:###############################
02-01-2023 09:59:44:[Request] Adding entity: Anything
02-01-2023 09:59:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/queryparam?bpeQuery=FIRST&innerQuery=SECOND
02-01-2023 09:59:44:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
02-01-2023 09:59:44:  TRACE: [WIRE] - >> Anything
02-01-2023 09:59:44:  TRACE: [WIRE] - << 200 OK
02-01-2023 09:59:44:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 09:59:44:  TRACE: [WIRE] - << Content-Length: 19
02-01-2023 09:59:44:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 09:59:44:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 09:59:44:  TRACE: [WIRE] - << AnythingFIRSTSECOND
02-01-2023 09:59:44:FINISHED TEST : queryParamInParamTest()
02-01-2023 09:59:44:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:44:STARTING TEST : allParamsOnFieldTest()
02-01-2023 09:59:44:[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'
02-01-2023 09:59:44:###############################
02-01-2023 09:59:44:[Request] Adding entity: Anything&bpeForm=Third&innerForm=Fourth
02-01-2023 09:59:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/allfield/Nineth/Tenth;bpeMatrix=Seventh;innerMatrix=Eighth?bpeQuery=Eleventh&innerQuery=Twelveth
02-01-2023 09:59:44:  TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, bpeHeader:Fifth, innerHeader:Sixth, Content-Type:application/x-www-form-urlencoded
02-01-2023 09:59:44:  TRACE: [WIRE] - >> Anything&bpeForm=Third&innerForm=Fourth
02-01-2023 09:59:44:  TRACE: [WIRE] - << 200 OK
02-01-2023 09:59:44:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 09:59:44:  TRACE: [WIRE] - << Content-Length: 111
02-01-2023 09:59:44:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 09:59:44:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 09:59:44:  TRACE: [WIRE] - << ThirdFourthFifthSixthSeventhEighthNinethTenthEleventhTwelvethAnything&bpeForm=Third&innerForm=FourthFIRSTSECOND
02-01-2023 09:59:44:FINISHED TEST : allParamsOnFieldTest()
02-01-2023 09:59:44:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:44:STARTING TEST : cookieParamInParamTest()
02-01-2023 09:59:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookieparam' to target server at 'localhost:8080'
02-01-2023 09:59:44:###############################
02-01-2023 09:59:44:[Request] Adding entity: Anything
02-01-2023 09:59:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookieparam
02-01-2023 09:59:44:  TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, Content-Type:application/x-www-form-urlencoded
02-01-2023 09:59:44:  TRACE: [WIRE] - >> Anything
02-01-2023 09:59:44:  TRACE: [WIRE] - << 200 OK
02-01-2023 09:59:44:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 09:59:44:  TRACE: [WIRE] - << Content-Length: 19
02-01-2023 09:59:44:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 09:59:44:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 09:59:44:  TRACE: [WIRE] - << AnythingFIRSTSECOND
02-01-2023 09:59:44:FINISHED TEST : cookieParamInParamTest()
02-01-2023 09:59:44:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:44:STARTING TEST : formParamInParamTest()
02-01-2023 09:59:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formparam' to target server at 'localhost:8080'
02-01-2023 09:59:44:###############################
02-01-2023 09:59:44:[Request] Adding entity: Anything&bpeForm=FIRST&innerForm=SECOND
02-01-2023 09:59:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formparam
02-01-2023 09:59:44:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
02-01-2023 09:59:44:  TRACE: [WIRE] - >> Anything&bpeForm=FIRST&innerForm=SECOND
02-01-2023 09:59:44:  TRACE: [WIRE] - << 200 OK
02-01-2023 09:59:44:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 09:59:44:  TRACE: [WIRE] - << Content-Length: 50
02-01-2023 09:59:44:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 09:59:44:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 09:59:44:  TRACE: [WIRE] - << Anything&bpeForm=FIRST&innerForm=SECONDFIRSTSECOND
02-01-2023 09:59:44:FINISHED TEST : formParamInParamTest()
02-01-2023 09:59:44:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:44:STARTING TEST : matrixParamOnFieldTest()
02-01-2023 09:59:44:[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'
02-01-2023 09:59:44:###############################
02-01-2023 09:59:44:[Request] Adding entity: Anything
02-01-2023 09:59:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/matrixfield;bpeMatrix=FIRST;innerMatrix=SECOND
02-01-2023 09:59:44:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
02-01-2023 09:59:44:  TRACE: [WIRE] - >> Anything
02-01-2023 09:59:44:  TRACE: [WIRE] - << 200 OK
02-01-2023 09:59:44:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 09:59:44:  TRACE: [WIRE] - << Content-Length: 19
02-01-2023 09:59:44:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 09:59:44:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 09:59:44:  TRACE: [WIRE] - << AnythingFIRSTSECOND
02-01-2023 09:59:44:FINISHED TEST : matrixParamOnFieldTest()
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.713 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
02-01-2023 09:59:45:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:45:STARTING TEST : queryFieldParamEntityWithEncodedTest()
02-01-2023 09:59:45:[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'
Feb 01, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:45:[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'
Feb 01, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:45:FINISHED TEST : queryFieldParamEntityWithEncodedTest()
02-01-2023 09:59:45:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:45:STARTING TEST : queryParamEntityWithEncodedTest()
02-01-2023 09:59:45:[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'
Feb 01, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:45:[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'
Feb 01, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:45:FINISHED TEST : queryParamEntityWithEncodedTest()
02-01-2023 09:59:45:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:45:STARTING TEST : queryFieldParamEntityWithFromStringTest()
02-01-2023 09:59:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:45:[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'
Feb 01, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:45:FINISHED TEST : queryFieldParamEntityWithFromStringTest()
02-01-2023 09:59:45:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:45:STARTING TEST : queryFieldParamSetEntityWithFromStringTest()
02-01-2023 09:59:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:45:[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'
Feb 01, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:45:FINISHED TEST : queryFieldParamSetEntityWithFromStringTest()
02-01-2023 09:59:45:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:45:STARTING TEST : queryFieldParamEntityWithValueOfTest()
02-01-2023 09:59:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:45:[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'
Feb 01, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:45:FINISHED TEST : queryFieldParamEntityWithValueOfTest()
02-01-2023 09:59:45:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:45:STARTING TEST : queryParamEntityWithValueOfTest()
02-01-2023 09:59:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:45:[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'
Feb 01, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:45:FINISHED TEST : queryParamEntityWithValueOfTest()
02-01-2023 09:59:45:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:45:STARTING TEST : queryParamThrowingIllegalArgumentExceptionTest()
02-01-2023 09:59:45:[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'
Feb 01, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:45:[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'
Feb 01, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:45:FINISHED TEST : queryParamThrowingIllegalArgumentExceptionTest()
02-01-2023 09:59:45:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:45:STARTING TEST : queryParamSetEntityWithFromStringTest()
02-01-2023 09:59:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:45:[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'
Feb 01, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:45:FINISHED TEST : queryParamSetEntityWithFromStringTest()
02-01-2023 09:59:45:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:45:STARTING TEST : queryParamListEntityWithFromStringTest()
02-01-2023 09:59:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:45:[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'
Feb 01, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:45:FINISHED TEST : queryParamListEntityWithFromStringTest()
02-01-2023 09:59:45:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:45:STARTING TEST : queryFieldParamListEntityWithFromStringTest()
02-01-2023 09:59:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:45:[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'
Feb 01, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:45:FINISHED TEST : queryFieldParamListEntityWithFromStringTest()
02-01-2023 09:59:45:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:45:STARTING TEST : queryFieldThrowingWebApplicationExceptionTest()
02-01-2023 09:59:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:45:FINISHED TEST : queryFieldThrowingWebApplicationExceptionTest()
02-01-2023 09:59:45:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:45:STARTING TEST : queryFieldParamSortedSetEntityWithFromStringTest()
02-01-2023 09:59:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:45:[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'
Feb 01, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:45:FINISHED TEST : queryFieldParamSortedSetEntityWithFromStringTest()
02-01-2023 09:59:45:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:45:STARTING TEST : queryParamEntityWithFromStringTest()
02-01-2023 09:59:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:45:[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'
Feb 01, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:45:FINISHED TEST : queryParamEntityWithFromStringTest()
02-01-2023 09:59:45:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:45:STARTING TEST : queryParamSortedSetEntityWithFromStringTest()
02-01-2023 09:59:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:45:[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'
Feb 01, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:45:FINISHED TEST : queryParamSortedSetEntityWithFromStringTest()
02-01-2023 09:59:45:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:45:STARTING TEST : queryParamEntityWithConstructorTest()
02-01-2023 09:59:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:45:[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'
Feb 01, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:45:FINISHED TEST : queryParamEntityWithConstructorTest()
02-01-2023 09:59:45:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:45:STARTING TEST : queryFieldThrowingIllegalArgumentExceptionTest()
02-01-2023 09:59:45:[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'
Feb 01, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:45:[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'
Feb 01, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:45:FINISHED TEST : queryFieldThrowingIllegalArgumentExceptionTest()
02-01-2023 09:59:45:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:45:STARTING TEST : queryParamThrowingWebApplicationExceptionTest()
02-01-2023 09:59:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:45:FINISHED TEST : queryParamThrowingWebApplicationExceptionTest()
02-01-2023 09:59:45:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:45:STARTING TEST : queryFieldParamEntityWithConstructorTest()
02-01-2023 09:59:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:45:[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'
Feb 01, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 09:59:45:FINISHED TEST : queryFieldParamEntityWithConstructorTest()
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.809 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
02-01-2023 09:59:46:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:46:STARTING TEST : optionsWithCallbackWhileServerWaitTest()
02-01-2023 09:59:46:Start time: 1675245586132
02-01-2023 09:59:46:Client was returned control in 3 milliseconds from request
02-01-2023 09:59:46:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
02-01-2023 09:59:46:  TRACE: [WIRE] - >> 
02-01-2023 09:59:48:  TRACE: [WIRE] - << 200 OK
02-01-2023 09:59:48:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 09:59:48:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 09:59:48:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 09:59:48:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 09:59:48:Callback#completed() called in 2010 milliseconds from request
02-01-2023 09:59:48:Returned status 200 (OK)
02-01-2023 09:59:48:Callback completed() call ok
02-01-2023 09:59:48:FINISHED TEST : optionsWithCallbackWhileServerWaitTest()
02-01-2023 09:59:48:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:48:STARTING TEST : methodWithCallbackWhileServerWaitTest()
02-01-2023 09:59:48:Start time: 1675245588254
02-01-2023 09:59:48:Client was returned control in 0 milliseconds from request
02-01-2023 09:59:48:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
02-01-2023 09:59:48:  TRACE: [WIRE] - >> 
02-01-2023 09:59:50:  TRACE: [WIRE] - << 200 OK
02-01-2023 09:59:50:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 09:59:50:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 09:59:50:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 09:59:50:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 09:59:50:Callback#completed() called in 2004 milliseconds from request
02-01-2023 09:59:50:Returned status 200 (OK)
02-01-2023 09:59:50:Callback completed() call ok
02-01-2023 09:59:50:Start time: 1675245590273
02-01-2023 09:59:50:Client was returned control in 1 milliseconds from request
02-01-2023 09:59:50:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
02-01-2023 09:59:50:  TRACE: [WIRE] - >> 
02-01-2023 09:59:52:  TRACE: [WIRE] - << 200 OK
02-01-2023 09:59:52:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 09:59:52:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 09:59:52:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 09:59:52:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 09:59:52:Callback#completed() called in 2003 milliseconds from request
02-01-2023 09:59:52:Returned status 200 (OK)
02-01-2023 09:59:52:Callback completed() call ok
02-01-2023 09:59:52:Start time: 1675245592286
02-01-2023 09:59:52:Client was returned control in 0 milliseconds from request
02-01-2023 09:59:52:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
02-01-2023 09:59:52:  TRACE: [WIRE] - >> 
02-01-2023 09:59:54:  TRACE: [WIRE] - << 200 OK
02-01-2023 09:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 09:59:54:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 09:59:54:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 09:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 09:59:54:Callback#completed() called in 2004 milliseconds from request
02-01-2023 09:59:54:Returned status 200 (OK)
02-01-2023 09:59:54:Callback completed() call ok
02-01-2023 09:59:54:FINISHED TEST : methodWithCallbackWhileServerWaitTest()
02-01-2023 09:59:54:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:54:STARTING TEST : optionsWithGenericTypeStringWhileServerWaitTest()
02-01-2023 09:59:54:Start time: 1675245594303
02-01-2023 09:59:54:Client was returned control in 1 milliseconds from request
02-01-2023 09:59:54:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
02-01-2023 09:59:54:  TRACE: [WIRE] - >> 
02-01-2023 09:59:56:  TRACE: [WIRE] - << 200 OK
02-01-2023 09:59:56:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 09:59:56:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 09:59:56:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 09:59:56:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 09:59:56:FINISHED TEST : optionsWithGenericTypeStringWhileServerWaitTest()
02-01-2023 09:59:56:[JAXRSCommonClient] Test setup OK
02-01-2023 09:59:56:STARTING TEST : methodWithStringClassWhileServerWaitTest()
02-01-2023 09:59:56:Start time: 1675245596318
02-01-2023 09:59:56:Client was returned control in 0 milliseconds from request
02-01-2023 09:59:56:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
02-01-2023 09:59:56:  TRACE: [WIRE] - >> 
02-01-2023 09:59:58:  TRACE: [WIRE] - << 200 OK
02-01-2023 09:59:58:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 09:59:58:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 09:59:58:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 09:59:58:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 09:59:58:Start time: 1675245598329
02-01-2023 09:59:58:Client was returned control in 0 milliseconds from request
02-01-2023 09:59:58:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
02-01-2023 09:59:58:  TRACE: [WIRE] - >> 
02-01-2023 10:00:00:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:00:00:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:00:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:00:00:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:00:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:00:Start time: 1675245600340
02-01-2023 10:00:00:Client was returned control in 1 milliseconds from request
02-01-2023 10:00:00:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
02-01-2023 10:00:00:  TRACE: [WIRE] - >> 
02-01-2023 10:00:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:00:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:02:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:00:02:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:02:FINISHED TEST : methodWithStringClassWhileServerWaitTest()
02-01-2023 10:00:02:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:02:STARTING TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:00:02:Start time: 1675245602353
02-01-2023 10:00:02:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok
02-01-2023 10:00:02:  TRACE: [WIRE] - >> 
02-01-2023 10:00:02:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:00:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:02:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:00:02:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:00:02:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:02:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:00:02:FINISHED TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:00:02:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:02:STARTING TEST : postWithCallbackThrowsProcessingExceptionTest()
02-01-2023 10:00:02:Start time: 1675245602365
02-01-2023 10:00:02:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post
02-01-2023 10:00:02:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:00:02:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:00:02:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:00:02:FINISHED TEST : postWithCallbackThrowsProcessingExceptionTest()
02-01-2023 10:00:02:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:02:STARTING TEST : optionsWithGenericTypeResponseWhileServerWaitTest()
02-01-2023 10:00:02:Start time: 1675245602401
02-01-2023 10:00:02:Client was returned control in 0 milliseconds from request
02-01-2023 10:00:02:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
02-01-2023 10:00:02:  TRACE: [WIRE] - >> 
02-01-2023 10:00:04:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:00:04:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:04:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:00:04:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:04:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:04:Returned status 200 (OK)
02-01-2023 10:00:04:FINISHED TEST : optionsWithGenericTypeResponseWhileServerWaitTest()
02-01-2023 10:00:04:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:04:STARTING TEST : methodWithCallbackWithEntityThrowsProcessingExceptionTest()
02-01-2023 10:00:04:Start time: 1675245604413
02-01-2023 10:00:04:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put
02-01-2023 10:00:04:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:00:04:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:00:04:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:00:04:Start time: 1675245604421
02-01-2023 10:00:04:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post
02-01-2023 10:00:04:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:00:04:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:00:04:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:00:04:FINISHED TEST : methodWithCallbackWithEntityThrowsProcessingExceptionTest()
02-01-2023 10:00:04:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:04:STARTING TEST : getWithGenericTypeStringWhileServerWaitTest()
02-01-2023 10:00:04:Start time: 1675245604432
02-01-2023 10:00:04:Client was returned control in 1 milliseconds from request
02-01-2023 10:00:04:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
02-01-2023 10:00:04:  TRACE: [WIRE] - >> 
02-01-2023 10:00:06:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:00:06:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:06:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:00:06:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:06:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:06:FINISHED TEST : getWithGenericTypeStringWhileServerWaitTest()
02-01-2023 10:00:06:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:06:STARTING TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:00:06:Start time: 1675245606444
02-01-2023 10:00:06:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
02-01-2023 10:00:06:  TRACE: [WIRE] - >> 
02-01-2023 10:00:06:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:00:06:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:06:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:00:06:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:00:06:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:06:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:06:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:00:06:FINISHED TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:00:06:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:06:STARTING TEST : methodWithClassThrowsProcessingExceptionTest()
02-01-2023 10:00:06:Start time: 1675245606455
02-01-2023 10:00:06:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete
02-01-2023 10:00:06:  TRACE: [WIRE] - >> 
02-01-2023 10:00:06:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:00:06:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:00:06:Start time: 1675245606464
02-01-2023 10:00:06:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get
02-01-2023 10:00:06:  TRACE: [WIRE] - >> 
02-01-2023 10:00:06:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:00:06:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:00:06:Start time: 1675245606488
02-01-2023 10:00:06:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
02-01-2023 10:00:06:  TRACE: [WIRE] - >> 
02-01-2023 10:00:06:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:00:06:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:00:06:FINISHED TEST : methodWithClassThrowsProcessingExceptionTest()
02-01-2023 10:00:06:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:06:STARTING TEST : methodWithClassWithEntityThrowsProcessingExceptionTest()
02-01-2023 10:00:06:Start time: 1675245606497
02-01-2023 10:00:06:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put
02-01-2023 10:00:06:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:00:06:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:00:06:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:00:06:Start time: 1675245606506
02-01-2023 10:00:06:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post
02-01-2023 10:00:06:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:00:06:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:00:06:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:00:06:FINISHED TEST : methodWithClassWithEntityThrowsProcessingExceptionTest()
02-01-2023 10:00:06:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:06:STARTING TEST : traceWithGenericTypeThrowsProcessingExceptionTest()
02-01-2023 10:00:06:Start time: 1675245606516
02-01-2023 10:00:06:  TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace
02-01-2023 10:00:06:  TRACE: [WIRE] - >> 
02-01-2023 10:00:06:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:00:06:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:00:06:FINISHED TEST : traceWithGenericTypeThrowsProcessingExceptionTest()
02-01-2023 10:00:06:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:06:STARTING TEST : traceWithGenericTypeResponseWhileServerWaitTest()
02-01-2023 10:00:06:Start time: 1675245606525
02-01-2023 10:00:06:Client was returned control in 1 milliseconds from request
02-01-2023 10:00:06:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait
02-01-2023 10:00:06:  TRACE: [WIRE] - >> 
02-01-2023 10:00:08:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:00:08:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:08:  TRACE: [WIRE] - << Content-Length: 5
02-01-2023 10:00:08:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:08:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:08:Returned status 200 (OK)
02-01-2023 10:00:08:FINISHED TEST : traceWithGenericTypeResponseWhileServerWaitTest()
02-01-2023 10:00:08:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:08:STARTING TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest()
02-01-2023 10:00:08:Start time: 1675245608537
02-01-2023 10:00:08:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
02-01-2023 10:00:08:  TRACE: [WIRE] - >> 
02-01-2023 10:00:08:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:00:08:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:08:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:00:08:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:00:08:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:08:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:08:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:00:08:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:00:08:FINISHED TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest()
02-01-2023 10:00:08:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:08:STARTING TEST : methodWithResponseClassWhileServerWaitTest()
02-01-2023 10:00:08:Start time: 1675245608552
02-01-2023 10:00:08:Client was returned control in 1 milliseconds from request
02-01-2023 10:00:08:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
02-01-2023 10:00:08:  TRACE: [WIRE] - >> 
02-01-2023 10:00:10:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:00:10:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:10:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:00:10:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:10:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:10:Returned status 200 (OK)
02-01-2023 10:00:10:Start time: 1675245610563
02-01-2023 10:00:10:Client was returned control in 1 milliseconds from request
02-01-2023 10:00:10:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
02-01-2023 10:00:10:  TRACE: [WIRE] - >> 
02-01-2023 10:00:12:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:00:12:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:12:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:00:12:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:12:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:12:Returned status 200 (OK)
02-01-2023 10:00:12:Start time: 1675245612574
02-01-2023 10:00:12:Client was returned control in 1 milliseconds from request
02-01-2023 10:00:12:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
02-01-2023 10:00:12:  TRACE: [WIRE] - >> 
02-01-2023 10:00:14:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:00:14:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:14:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:00:14:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:14:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:14:Returned status 200 (OK)
02-01-2023 10:00:14:FINISHED TEST : methodWithResponseClassWhileServerWaitTest()
02-01-2023 10:00:14:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:14:STARTING TEST : deleteWithGenericTypeStringWhileServerWaitTest()
02-01-2023 10:00:14:Start time: 1675245614586
02-01-2023 10:00:14:Client was returned control in 0 milliseconds from request
02-01-2023 10:00:14:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
02-01-2023 10:00:14:  TRACE: [WIRE] - >> 
02-01-2023 10:00:16:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:00:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:16:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:00:16:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:16:FINISHED TEST : deleteWithGenericTypeStringWhileServerWaitTest()
02-01-2023 10:00:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:16:STARTING TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:00:16:Start time: 1675245616598
02-01-2023 10:00:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
02-01-2023 10:00:16:  TRACE: [WIRE] - >> 
02-01-2023 10:00:16:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:00:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:16:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:00:16:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:00:16:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:16:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:00:16:FINISHED TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:00:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:16:STARTING TEST : postWhileServerWaitTest()
02-01-2023 10:00:16:Start time: 1675245616613
02-01-2023 10:00:16:Client was returned control in 1 milliseconds from request
02-01-2023 10:00:16:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
02-01-2023 10:00:16:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:00:18:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:00:18:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:18:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:00:18:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:18:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:18:Returned status 200 (OK)
02-01-2023 10:00:18:FINISHED TEST : postWhileServerWaitTest()
02-01-2023 10:00:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:18:STARTING TEST : headTest()
02-01-2023 10:00:18:Start time: 1675245618626
02-01-2023 10:00:18:  TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/head
02-01-2023 10:00:18:  TRACE: [WIRE] - >> 
02-01-2023 10:00:18:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:00:18:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:18:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:00:18:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:18:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:18:Returned status 200 (OK)
02-01-2023 10:00:18:FINISHED TEST : headTest()
02-01-2023 10:00:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:18:STARTING TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest()
02-01-2023 10:00:18:Start time: 1675245618638
02-01-2023 10:00:18:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
02-01-2023 10:00:18:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:00:18:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:00:18:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:18:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:00:18:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:00:18:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:18:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:00:18:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:00:18:Start time: 1675245618660
02-01-2023 10:00:18:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
02-01-2023 10:00:18:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:00:18:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:00:18:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:18:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:00:18:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:00:18:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:18:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:00:18:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:00:18:FINISHED TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest()
02-01-2023 10:00:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:18:STARTING TEST : putWithStringCallbackWhileServerWaitTest()
02-01-2023 10:00:18:Start time: 1675245618675
02-01-2023 10:00:18:Client was returned control in 0 milliseconds from request
02-01-2023 10:00:18:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
02-01-2023 10:00:18:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:00:20:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:00:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:20:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:00:20:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:20:Callback#completed() called in 2004 milliseconds from request
02-01-2023 10:00:20:Callback completed() call ok
02-01-2023 10:00:20:FINISHED TEST : putWithStringCallbackWhileServerWaitTest()
02-01-2023 10:00:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:20:STARTING TEST : traceWhileServerWaitTest()
02-01-2023 10:00:20:Start time: 1675245620690
02-01-2023 10:00:20:Client was returned control in 0 milliseconds from request
02-01-2023 10:00:20:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait
02-01-2023 10:00:20:  TRACE: [WIRE] - >> 
02-01-2023 10:00:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:00:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:22:  TRACE: [WIRE] - << Content-Length: 5
02-01-2023 10:00:22:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:22:Returned status 200 (OK)
02-01-2023 10:00:22:FINISHED TEST : traceWhileServerWaitTest()
02-01-2023 10:00:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:22:STARTING TEST : getThrowsProcessingExceptionTest()
02-01-2023 10:00:22:Start time: 1675245622705
02-01-2023 10:00:22:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get
02-01-2023 10:00:22:  TRACE: [WIRE] - >> 
02-01-2023 10:00:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:00:22:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:00:22:FINISHED TEST : getThrowsProcessingExceptionTest()
02-01-2023 10:00:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:22:STARTING TEST : headWhileServerWaitTest()
02-01-2023 10:00:22:Start time: 1675245622728
02-01-2023 10:00:22:Client was returned control in 0 milliseconds from request
02-01-2023 10:00:22:  TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/headandwait
02-01-2023 10:00:22:  TRACE: [WIRE] - >> 
02-01-2023 10:00:24:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:00:24:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:24:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:00:24:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:24:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:24:Returned status 200 (OK)
02-01-2023 10:00:24:FINISHED TEST : headWhileServerWaitTest()
02-01-2023 10:00:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:24:STARTING TEST : traceWithGenericTypeStringWhileServerWaitTest()
02-01-2023 10:00:24:Start time: 1675245624739
02-01-2023 10:00:24:Client was returned control in 1 milliseconds from request
02-01-2023 10:00:24:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait
02-01-2023 10:00:24:  TRACE: [WIRE] - >> 
02-01-2023 10:00:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:00:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:26:  TRACE: [WIRE] - << Content-Length: 5
02-01-2023 10:00:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:26:FINISHED TEST : traceWithGenericTypeStringWhileServerWaitTest()
02-01-2023 10:00:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:26:STARTING TEST : putWithClassThrowsWebApplicationExceptionTest()
02-01-2023 10:00:26:Start time: 1675245626753
02-01-2023 10:00:26:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
02-01-2023 10:00:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:00:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:00:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:00:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:00:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:00:26:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:00:26:FINISHED TEST : putWithClassThrowsWebApplicationExceptionTest()
02-01-2023 10:00:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:26:STARTING TEST : traceWithStringCallbackWhileServerWaitTest()
02-01-2023 10:00:26:Start time: 1675245626768
02-01-2023 10:00:26:Client was returned control in 1 milliseconds from request
02-01-2023 10:00:26:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait
02-01-2023 10:00:26:  TRACE: [WIRE] - >> 
02-01-2023 10:00:28:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:00:28:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:28:  TRACE: [WIRE] - << Content-Length: 5
02-01-2023 10:00:28:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:28:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:28:Callback#completed() called in 2004 milliseconds from request
02-01-2023 10:00:28:Callback completed() call ok
02-01-2023 10:00:28:FINISHED TEST : traceWithStringCallbackWhileServerWaitTest()
02-01-2023 10:00:28:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:28:STARTING TEST : methodWithGenericTypeStringWithEntityWhileServerWaitTest()
02-01-2023 10:00:28:Start time: 1675245628780
02-01-2023 10:00:28:Client was returned control in 1 milliseconds from request
02-01-2023 10:00:28:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
02-01-2023 10:00:28:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:00:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:00:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:30:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:00:30:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:30:Start time: 1675245630791
02-01-2023 10:00:30:Client was returned control in 0 milliseconds from request
02-01-2023 10:00:30:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
02-01-2023 10:00:30:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:00:32:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:00:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:32:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:00:32:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:32:FINISHED TEST : methodWithGenericTypeStringWithEntityWhileServerWaitTest()
02-01-2023 10:00:32:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:32:STARTING TEST : postWithClassThrowsWebApplicationExceptionTest()
02-01-2023 10:00:32:Start time: 1675245632803
02-01-2023 10:00:32:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
02-01-2023 10:00:32:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:00:32:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:00:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:32:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:00:32:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:00:32:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:32:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:00:32:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:00:32:FINISHED TEST : postWithClassThrowsWebApplicationExceptionTest()
02-01-2023 10:00:32:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:32:STARTING TEST : methodWithCallbackThrowsProcessingExceptionTest()
02-01-2023 10:00:32:Start time: 1675245632814
02-01-2023 10:00:32:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete
02-01-2023 10:00:32:  TRACE: [WIRE] - >> 
02-01-2023 10:00:32:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:00:32:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:00:32:Start time: 1675245632837
02-01-2023 10:00:32:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get
02-01-2023 10:00:32:  TRACE: [WIRE] - >> 
02-01-2023 10:00:32:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:00:32:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:00:32:Start time: 1675245632845
02-01-2023 10:00:32:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
02-01-2023 10:00:32:  TRACE: [WIRE] - >> 
02-01-2023 10:00:32:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:00:32:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:00:32:FINISHED TEST : methodWithCallbackThrowsProcessingExceptionTest()
02-01-2023 10:00:32:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:32:STARTING TEST : putWithClassThrowsProcessingExceptionTest()
02-01-2023 10:00:32:Start time: 1675245632864
02-01-2023 10:00:32:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put
02-01-2023 10:00:32:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:00:32:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:00:32:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:00:32:FINISHED TEST : putWithClassThrowsProcessingExceptionTest()
02-01-2023 10:00:32:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:32:STARTING TEST : postWithCallbackWhileServerWaitTest()
02-01-2023 10:00:32:Start time: 1675245632874
02-01-2023 10:00:32:Client was returned control in 0 milliseconds from request
02-01-2023 10:00:32:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
02-01-2023 10:00:32:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:00:34:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:34:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:00:34:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:34:Callback#completed() called in 2003 milliseconds from request
02-01-2023 10:00:34:Returned status 200 (OK)
02-01-2023 10:00:34:Callback completed() call ok
02-01-2023 10:00:34:FINISHED TEST : postWithCallbackWhileServerWaitTest()
02-01-2023 10:00:34:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:34:STARTING TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:00:34:Start time: 1675245634887
02-01-2023 10:00:34:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
02-01-2023 10:00:34:  TRACE: [WIRE] - >> 
02-01-2023 10:00:34:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:34:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:00:34:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:00:34:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:34:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:00:34:FINISHED TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:00:34:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:34:STARTING TEST : methodTest()
02-01-2023 10:00:34:Start time: 1675245634897
02-01-2023 10:00:34:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete
02-01-2023 10:00:34:  TRACE: [WIRE] - >> 
02-01-2023 10:00:34:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:34:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:00:34:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:34:Returned status 200 (OK)
02-01-2023 10:00:34:Start time: 1675245634907
02-01-2023 10:00:34:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get
02-01-2023 10:00:34:  TRACE: [WIRE] - >> 
02-01-2023 10:00:34:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:34:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:00:34:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:34:Returned status 200 (OK)
02-01-2023 10:00:34:Start time: 1675245634916
02-01-2023 10:00:34:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
02-01-2023 10:00:34:  TRACE: [WIRE] - >> 
02-01-2023 10:00:34:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:34:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:00:34:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:34:Returned status 200 (OK)
02-01-2023 10:00:34:FINISHED TEST : methodTest()
02-01-2023 10:00:34:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:34:STARTING TEST : postWithClassThrowsProcessingExceptionTest()
02-01-2023 10:00:34:Start time: 1675245634927
02-01-2023 10:00:34:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post
02-01-2023 10:00:34:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:00:34:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:00:34:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:00:34:FINISHED TEST : postWithClassThrowsProcessingExceptionTest()
02-01-2023 10:00:34:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:34:STARTING TEST : methodWithResponseClassWithEntityWhileServerWaitTest()
02-01-2023 10:00:34:Start time: 1675245634936
02-01-2023 10:00:34:Client was returned control in 0 milliseconds from request
02-01-2023 10:00:34:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
02-01-2023 10:00:34:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:00:36:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:36:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:00:36:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:36:Returned status 200 (OK)
02-01-2023 10:00:36:Start time: 1675245636946
02-01-2023 10:00:36:Client was returned control in 0 milliseconds from request
02-01-2023 10:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
02-01-2023 10:00:36:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:00:38:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:00:38:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:38:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:00:38:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:38:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:38:Returned status 200 (OK)
02-01-2023 10:00:38:FINISHED TEST : methodWithResponseClassWithEntityWhileServerWaitTest()
02-01-2023 10:00:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:38:STARTING TEST : putWithStringClassWhileServerWaitTest()
02-01-2023 10:00:38:Start time: 1675245638957
02-01-2023 10:00:38:Client was returned control in 0 milliseconds from request
02-01-2023 10:00:38:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
02-01-2023 10:00:38:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:00:40:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:00:40:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:40:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:00:40:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:40:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:40:FINISHED TEST : putWithStringClassWhileServerWaitTest()
02-01-2023 10:00:40:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:40:STARTING TEST : deleteWhileServerWaitTest()
02-01-2023 10:00:40:Start time: 1675245640968
02-01-2023 10:00:40:Client was returned control in 1 milliseconds from request
02-01-2023 10:00:40:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
02-01-2023 10:00:40:  TRACE: [WIRE] - >> 
02-01-2023 10:00:42:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:00:42:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:42:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:00:42:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:42:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:42:Returned status 200 (OK)
02-01-2023 10:00:42:FINISHED TEST : deleteWhileServerWaitTest()
02-01-2023 10:00:42:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:42:STARTING TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest()
02-01-2023 10:00:42:Start time: 1675245642981
02-01-2023 10:00:42:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
02-01-2023 10:00:42:  TRACE: [WIRE] - >> 
02-01-2023 10:00:42:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:00:42:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:42:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:00:42:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:00:42:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:42:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:42:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:00:42:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:00:42:FINISHED TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest()
02-01-2023 10:00:42:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:42:STARTING TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:00:42:Start time: 1675245642995
02-01-2023 10:00:42:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
02-01-2023 10:00:42:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:00:42:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:00:42:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:42:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:00:42:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:00:42:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:42:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:42:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:00:42:FINISHED TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:00:42:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:43:STARTING TEST : traceWithClassThrowsProcessingExceptionTest()
02-01-2023 10:00:43:Start time: 1675245643017
02-01-2023 10:00:43:  TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace
02-01-2023 10:00:43:  TRACE: [WIRE] - >> 
02-01-2023 10:00:43:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:00:43:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:00:43:FINISHED TEST : traceWithClassThrowsProcessingExceptionTest()
02-01-2023 10:00:43:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:43:STARTING TEST : methodWithCallbackWithEntityThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:00:43:Start time: 1675245643034
02-01-2023 10:00:43:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
02-01-2023 10:00:43:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:00:43:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:00:43:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:43:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:00:43:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:00:43:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:43:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:43:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:00:43:Start time: 1675245643043
02-01-2023 10:00:43:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
02-01-2023 10:00:43:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:00:43:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:00:43:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:43:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:00:43:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:00:43:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:43:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:43:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:00:43:FINISHED TEST : methodWithCallbackWithEntityThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:00:43:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:43:STARTING TEST : headWithCallbackWhileServerWaitTest()
02-01-2023 10:00:43:Start time: 1675245643054
02-01-2023 10:00:43:Client was returned control in 0 milliseconds from request
02-01-2023 10:00:43:  TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/headandwait
02-01-2023 10:00:43:  TRACE: [WIRE] - >> 
02-01-2023 10:00:45:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:00:45:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:45:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:00:45:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:45:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:45:Callback#completed() called in 2003 milliseconds from request
02-01-2023 10:00:45:Returned status 200 (OK)
02-01-2023 10:00:45:Callback completed() call ok
02-01-2023 10:00:45:FINISHED TEST : headWithCallbackWhileServerWaitTest()
02-01-2023 10:00:45:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:45:STARTING TEST : putThrowsProcessingExceptionTest()
02-01-2023 10:00:45:Start time: 1675245645066
02-01-2023 10:00:45:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put
02-01-2023 10:00:45:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:00:45:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:00:45:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:00:45:FINISHED TEST : putThrowsProcessingExceptionTest()
02-01-2023 10:00:45:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:45:STARTING TEST : deleteWithGenericTypeThrowsProcessingExceptionTest()
02-01-2023 10:00:45:Start time: 1675245645078
02-01-2023 10:00:45:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete
02-01-2023 10:00:45:  TRACE: [WIRE] - >> 
02-01-2023 10:00:45:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:00:45:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:00:45:FINISHED TEST : deleteWithGenericTypeThrowsProcessingExceptionTest()
02-01-2023 10:00:45:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:45:STARTING TEST : putWhileServerWaitTest()
02-01-2023 10:00:45:Start time: 1675245645088
02-01-2023 10:00:45:Client was returned control in 0 milliseconds from request
02-01-2023 10:00:45:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
02-01-2023 10:00:45:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:00:47:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:00:47:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:47:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:00:47:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:47:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:47:Returned status 200 (OK)
02-01-2023 10:00:47:FINISHED TEST : putWhileServerWaitTest()
02-01-2023 10:00:47:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:47:STARTING TEST : getWithStringClassWhileServerWaitTest()
02-01-2023 10:00:47:Start time: 1675245647099
02-01-2023 10:00:47:Client was returned control in 1 milliseconds from request
02-01-2023 10:00:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
02-01-2023 10:00:47:  TRACE: [WIRE] - >> 
02-01-2023 10:00:49:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:00:49:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:49:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:00:49:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:49:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:49:FINISHED TEST : getWithStringClassWhileServerWaitTest()
02-01-2023 10:00:49:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:49:STARTING TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:00:49:Start time: 1675245649110
02-01-2023 10:00:49:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok
02-01-2023 10:00:49:  TRACE: [WIRE] - >> 
02-01-2023 10:00:49:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:00:49:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:49:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:00:49:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:00:49:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:49:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:49:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:00:49:FINISHED TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:00:49:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:49:STARTING TEST : deleteWithCallbackWhileServerWaitTest()
02-01-2023 10:00:49:Start time: 1675245649120
02-01-2023 10:00:49:Client was returned control in 1 milliseconds from request
02-01-2023 10:00:49:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
02-01-2023 10:00:49:  TRACE: [WIRE] - >> 
02-01-2023 10:00:51:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:00:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:51:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:00:51:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:51:Callback#completed() called in 2004 milliseconds from request
02-01-2023 10:00:51:Returned status 200 (OK)
02-01-2023 10:00:51:Callback completed() call ok
02-01-2023 10:00:51:FINISHED TEST : deleteWithCallbackWhileServerWaitTest()
02-01-2023 10:00:51:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:51:STARTING TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest()
02-01-2023 10:00:51:Start time: 1675245651132
02-01-2023 10:00:51:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok
02-01-2023 10:00:51:  TRACE: [WIRE] - >> 
02-01-2023 10:00:51:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:00:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:51:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:00:51:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:00:51:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:00:51:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:00:51:FINISHED TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest()
02-01-2023 10:00:51:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:51:STARTING TEST : deleteWithStringClassWhileServerWaitTest()
02-01-2023 10:00:51:Start time: 1675245651142
02-01-2023 10:00:51:Client was returned control in 0 milliseconds from request
02-01-2023 10:00:51:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
02-01-2023 10:00:51:  TRACE: [WIRE] - >> 
02-01-2023 10:00:53:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:00:53:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:53:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:00:53:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:53:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:53:FINISHED TEST : deleteWithStringClassWhileServerWaitTest()
02-01-2023 10:00:53:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:53:STARTING TEST : traceWithStringClassWhileServerWaitTest()
02-01-2023 10:00:53:Start time: 1675245653155
02-01-2023 10:00:53:Client was returned control in 0 milliseconds from request
02-01-2023 10:00:53:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait
02-01-2023 10:00:53:  TRACE: [WIRE] - >> 
02-01-2023 10:00:55:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:00:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:55:  TRACE: [WIRE] - << Content-Length: 5
02-01-2023 10:00:55:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:55:FINISHED TEST : traceWithStringClassWhileServerWaitTest()
02-01-2023 10:00:55:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:55:STARTING TEST : optionsTest()
02-01-2023 10:00:55:Start time: 1675245655166
02-01-2023 10:00:55:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
02-01-2023 10:00:55:  TRACE: [WIRE] - >> 
02-01-2023 10:00:55:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:00:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:55:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:00:55:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:55:Returned status 200 (OK)
02-01-2023 10:00:55:FINISHED TEST : optionsTest()
02-01-2023 10:00:55:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:55:STARTING TEST : getWithGenericTypeThrowsWebApplicationExceptionTest()
02-01-2023 10:00:55:Start time: 1675245655188
02-01-2023 10:00:55:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
02-01-2023 10:00:55:  TRACE: [WIRE] - >> 
02-01-2023 10:00:55:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:00:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:55:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:00:55:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:00:55:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:55:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:00:55:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:00:55:FINISHED TEST : getWithGenericTypeThrowsWebApplicationExceptionTest()
02-01-2023 10:00:55:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:55:STARTING TEST : optionsWithCallbackThrowsWebApplicationExceptionTest()
02-01-2023 10:00:55:Start time: 1675245655198
02-01-2023 10:00:55:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
02-01-2023 10:00:55:  TRACE: [WIRE] - >> 
02-01-2023 10:00:55:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:00:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:55:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:00:55:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:00:55:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:55:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:00:55:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:00:55:FINISHED TEST : optionsWithCallbackThrowsWebApplicationExceptionTest()
02-01-2023 10:00:55:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:55:STARTING TEST : postWithResponseClassWhileServerWaitTest()
02-01-2023 10:00:55:Start time: 1675245655217
02-01-2023 10:00:55:Client was returned control in 1 milliseconds from request
02-01-2023 10:00:55:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
02-01-2023 10:00:55:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:00:57:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:00:57:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:57:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:00:57:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:57:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:57:Returned status 200 (OK)
02-01-2023 10:00:57:FINISHED TEST : postWithResponseClassWhileServerWaitTest()
02-01-2023 10:00:57:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:57:STARTING TEST : optionsWithResponseClassWhileServerWaitTest()
02-01-2023 10:00:57:Start time: 1675245657228
02-01-2023 10:00:57:Client was returned control in 1 milliseconds from request
02-01-2023 10:00:57:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
02-01-2023 10:00:57:  TRACE: [WIRE] - >> 
02-01-2023 10:00:59:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:00:59:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:59:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:59:Returned status 200 (OK)
02-01-2023 10:00:59:FINISHED TEST : optionsWithResponseClassWhileServerWaitTest()
02-01-2023 10:00:59:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:59:STARTING TEST : deleteWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:00:59:Start time: 1675245659239
02-01-2023 10:00:59:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
02-01-2023 10:00:59:  TRACE: [WIRE] - >> 
02-01-2023 10:00:59:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:00:59:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:59:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:59:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:00:59:FINISHED TEST : deleteWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:00:59:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:59:STARTING TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:00:59:Start time: 1675245659249
02-01-2023 10:00:59:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
02-01-2023 10:00:59:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:00:59:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:00:59:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:59:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:59:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:00:59:Start time: 1675245659258
02-01-2023 10:00:59:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
02-01-2023 10:00:59:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:00:59:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:00:59:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:59:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:59:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:00:59:FINISHED TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:00:59:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:59:STARTING TEST : headWithCallbackStringThrowsProcessingExceptionTest()
02-01-2023 10:00:59:Start time: 1675245659268
02-01-2023 10:00:59:  TRACE: [WIRE] - >> HEAD http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/head
02-01-2023 10:00:59:  TRACE: [WIRE] - >> 
02-01-2023 10:00:59:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:00:59:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:00:59:FINISHED TEST : headWithCallbackStringThrowsProcessingExceptionTest()
02-01-2023 10:00:59:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:59:STARTING TEST : putTest()
02-01-2023 10:00:59:Start time: 1675245659289
02-01-2023 10:00:59:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put
02-01-2023 10:00:59:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:00:59:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:00:59:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:59:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:59:Returned status 200 (OK)
02-01-2023 10:00:59:FINISHED TEST : putTest()
02-01-2023 10:00:59:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:59:STARTING TEST : putWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:00:59:Start time: 1675245659298
02-01-2023 10:00:59:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
02-01-2023 10:00:59:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:00:59:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:00:59:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:59:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:59:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:00:59:FINISHED TEST : putWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:00:59:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:59:STARTING TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest()
02-01-2023 10:00:59:Start time: 1675245659309
02-01-2023 10:00:59:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
02-01-2023 10:00:59:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:00:59:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:00:59:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:59:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:59:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:00:59:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:00:59:Start time: 1675245659319
02-01-2023 10:00:59:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
02-01-2023 10:00:59:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:00:59:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:00:59:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:59:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:59:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:00:59:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:00:59:FINISHED TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest()
02-01-2023 10:00:59:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:59:STARTING TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:00:59:Start time: 1675245659331
02-01-2023 10:00:59:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
02-01-2023 10:00:59:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:00:59:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:00:59:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:59:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:59:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:00:59:FINISHED TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:00:59:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:59:STARTING TEST : getTest()
02-01-2023 10:00:59:Start time: 1675245659354
02-01-2023 10:00:59:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get
02-01-2023 10:00:59:  TRACE: [WIRE] - >> 
02-01-2023 10:00:59:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:00:59:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:59:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:59:Returned status 200 (OK)
02-01-2023 10:00:59:FINISHED TEST : getTest()
02-01-2023 10:00:59:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:59:STARTING TEST : postWithCallbackThrowsWebApplicationExceptionTest()
02-01-2023 10:00:59:Start time: 1675245659367
02-01-2023 10:00:59:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
02-01-2023 10:00:59:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:00:59:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:00:59:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:59:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:59:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:00:59:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:00:59:FINISHED TEST : postWithCallbackThrowsWebApplicationExceptionTest()
02-01-2023 10:00:59:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:59:STARTING TEST : getWithCallbackStringThrowsProcessingExceptionTest()
02-01-2023 10:00:59:Start time: 1675245659414
02-01-2023 10:00:59:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get
02-01-2023 10:00:59:  TRACE: [WIRE] - >> 
02-01-2023 10:00:59:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:00:59:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:00:59:FINISHED TEST : getWithCallbackStringThrowsProcessingExceptionTest()
02-01-2023 10:00:59:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:59:STARTING TEST : traceWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:00:59:Start time: 1675245659423
02-01-2023 10:00:59:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok
02-01-2023 10:00:59:  TRACE: [WIRE] - >> 
02-01-2023 10:00:59:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:00:59:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:59:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:59:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:00:59:FINISHED TEST : traceWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:00:59:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:59:STARTING TEST : methodThrowsProcessingExceptionTest()
02-01-2023 10:00:59:Start time: 1675245659436
02-01-2023 10:00:59:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete
02-01-2023 10:00:59:  TRACE: [WIRE] - >> 
02-01-2023 10:00:59:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:00:59:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:00:59:Start time: 1675245659443
02-01-2023 10:00:59:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get
02-01-2023 10:00:59:  TRACE: [WIRE] - >> 
02-01-2023 10:00:59:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:00:59:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:00:59:Start time: 1675245659450
02-01-2023 10:00:59:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
02-01-2023 10:00:59:  TRACE: [WIRE] - >> 
02-01-2023 10:00:59:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:00:59:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:00:59:FINISHED TEST : methodThrowsProcessingExceptionTest()
02-01-2023 10:00:59:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:59:STARTING TEST : methodWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:00:59:Start time: 1675245659458
02-01-2023 10:00:59:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
02-01-2023 10:00:59:  TRACE: [WIRE] - >> 
02-01-2023 10:00:59:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:00:59:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:59:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:59:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:00:59:Start time: 1675245659466
02-01-2023 10:00:59:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
02-01-2023 10:00:59:  TRACE: [WIRE] - >> 
02-01-2023 10:00:59:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:00:59:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:59:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:59:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:00:59:Start time: 1675245659475
02-01-2023 10:00:59:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
02-01-2023 10:00:59:  TRACE: [WIRE] - >> 
02-01-2023 10:00:59:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:00:59:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:59:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:59:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:00:59:FINISHED TEST : methodWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:00:59:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:59:STARTING TEST : getWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:00:59:Start time: 1675245659485
02-01-2023 10:00:59:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
02-01-2023 10:00:59:  TRACE: [WIRE] - >> 
02-01-2023 10:00:59:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:00:59:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:00:59:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:00:59:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:00:59:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:00:59:FINISHED TEST : getWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:00:59:[JAXRSCommonClient] Test setup OK
02-01-2023 10:00:59:STARTING TEST : putWithGenericTypeResponseWhileServerWaitTest()
02-01-2023 10:00:59:Start time: 1675245659520
02-01-2023 10:00:59:Client was returned control in 0 milliseconds from request
02-01-2023 10:00:59:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
02-01-2023 10:00:59:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:01:01:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:01:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:01:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:01:01:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:01:Returned status 200 (OK)
02-01-2023 10:01:01:FINISHED TEST : putWithGenericTypeResponseWhileServerWaitTest()
02-01-2023 10:01:01:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:01:STARTING TEST : postWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:01:01:Start time: 1675245661532
02-01-2023 10:01:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
02-01-2023 10:01:01:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:01:01:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:01:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:01:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:01:01:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:01:01:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:01:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:01:01:FINISHED TEST : postWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:01:01:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:01:STARTING TEST : deleteWithCallbackStringThrowsWebApplicationExceptionTest()
02-01-2023 10:01:01:Start time: 1675245661556
02-01-2023 10:01:01:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
02-01-2023 10:01:01:  TRACE: [WIRE] - >> 
02-01-2023 10:01:01:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:01:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:01:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:01:01:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:01:01:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:01:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:01:01:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:01:01:FINISHED TEST : deleteWithCallbackStringThrowsWebApplicationExceptionTest()
02-01-2023 10:01:01:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:01:STARTING TEST : getWithCallbackWhileServerWaitTest()
02-01-2023 10:01:01:Start time: 1675245661567
02-01-2023 10:01:01:Client was returned control in 0 milliseconds from request
02-01-2023 10:01:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
02-01-2023 10:01:01:  TRACE: [WIRE] - >> 
02-01-2023 10:01:03:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:01:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:03:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:01:03:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:03:Callback#completed() called in 2003 milliseconds from request
02-01-2023 10:01:03:Returned status 200 (OK)
02-01-2023 10:01:03:Callback completed() call ok
02-01-2023 10:01:03:FINISHED TEST : getWithCallbackWhileServerWaitTest()
02-01-2023 10:01:03:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:03:STARTING TEST : postWithGenericTypeResponseWhileServerWaitTest()
02-01-2023 10:01:03:Start time: 1675245663577
02-01-2023 10:01:03:Client was returned control in 1 milliseconds from request
02-01-2023 10:01:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
02-01-2023 10:01:03:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:01:05:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:01:05:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:05:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:01:05:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:05:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:05:Returned status 200 (OK)
02-01-2023 10:01:05:FINISHED TEST : postWithGenericTypeResponseWhileServerWaitTest()
02-01-2023 10:01:05:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:05:STARTING TEST : putWithCallbackWhileServerWaitTest()
02-01-2023 10:01:05:Start time: 1675245665588
02-01-2023 10:01:05:Client was returned control in 0 milliseconds from request
02-01-2023 10:01:05:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
02-01-2023 10:01:05:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:01:07:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:07:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:01:07:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:07:Callback#completed() called in 2003 milliseconds from request
02-01-2023 10:01:07:Returned status 200 (OK)
02-01-2023 10:01:07:Callback completed() call ok
02-01-2023 10:01:07:FINISHED TEST : putWithCallbackWhileServerWaitTest()
02-01-2023 10:01:07:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:07:STARTING TEST : getWithCallbackStringThrowsWebApplicationExceptionTest()
02-01-2023 10:01:07:Start time: 1675245667598
02-01-2023 10:01:07:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
02-01-2023 10:01:07:  TRACE: [WIRE] - >> 
02-01-2023 10:01:07:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:07:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:01:07:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:01:07:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:07:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:01:07:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:01:07:FINISHED TEST : getWithCallbackStringThrowsWebApplicationExceptionTest()
02-01-2023 10:01:07:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:07:STARTING TEST : methodWithClassThrowsWebApplicationExceptionTest()
02-01-2023 10:01:07:Start time: 1675245667608
02-01-2023 10:01:07:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
02-01-2023 10:01:07:  TRACE: [WIRE] - >> 
02-01-2023 10:01:07:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:07:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:01:07:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:01:07:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:07:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:01:07:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:01:07:Start time: 1675245667620
02-01-2023 10:01:07:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
02-01-2023 10:01:07:  TRACE: [WIRE] - >> 
02-01-2023 10:01:07:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:07:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:01:07:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:01:07:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:07:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:01:07:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:01:07:Start time: 1675245667628
02-01-2023 10:01:07:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
02-01-2023 10:01:07:  TRACE: [WIRE] - >> 
02-01-2023 10:01:07:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:07:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:01:07:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:01:07:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:07:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:01:07:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:01:07:FINISHED TEST : methodWithClassThrowsWebApplicationExceptionTest()
02-01-2023 10:01:07:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:07:STARTING TEST : getWithCallbackStringWhileServerWaitTest()
02-01-2023 10:01:07:Start time: 1675245667637
02-01-2023 10:01:07:Client was returned control in 1 milliseconds from request
02-01-2023 10:01:07:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
02-01-2023 10:01:07:  TRACE: [WIRE] - >> 
02-01-2023 10:01:09:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:01:09:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:09:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:01:09:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:09:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:09:Callback#completed() called in 2003 milliseconds from request
02-01-2023 10:01:09:Callback completed() call ok
02-01-2023 10:01:09:FINISHED TEST : getWithCallbackStringWhileServerWaitTest()
02-01-2023 10:01:09:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:09:STARTING TEST : deleteThrowsExceptionTest()
02-01-2023 10:01:09:Start time: 1675245669647
02-01-2023 10:01:09:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete
02-01-2023 10:01:09:  TRACE: [WIRE] - >> 
02-01-2023 10:01:09:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:01:09:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:01:09:FINISHED TEST : deleteThrowsExceptionTest()
02-01-2023 10:01:09:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:09:STARTING TEST : methodWithEntityThrowsProcessingExceptionTest()
02-01-2023 10:01:09:Start time: 1675245669667
02-01-2023 10:01:09:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put
02-01-2023 10:01:09:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:01:09:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:01:09:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:01:09:Start time: 1675245669674
02-01-2023 10:01:09:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post
02-01-2023 10:01:09:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:01:09:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:01:09:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:01:09:FINISHED TEST : methodWithEntityThrowsProcessingExceptionTest()
02-01-2023 10:01:09:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:09:STARTING TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:01:09:Start time: 1675245669693
02-01-2023 10:01:09:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
02-01-2023 10:01:09:  TRACE: [WIRE] - >> 
02-01-2023 10:01:09:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:01:09:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:09:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:01:09:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:01:09:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:09:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:09:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:01:09:FINISHED TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:01:09:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:09:STARTING TEST : methodWithCallbackThrowsWebApplicationExceptionTest()
02-01-2023 10:01:09:Start time: 1675245669703
02-01-2023 10:01:09:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
02-01-2023 10:01:09:  TRACE: [WIRE] - >> 
02-01-2023 10:01:09:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:01:09:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:09:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:01:09:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:01:09:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:09:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:09:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:01:09:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:01:09:Start time: 1675245669711
02-01-2023 10:01:09:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
02-01-2023 10:01:09:  TRACE: [WIRE] - >> 
02-01-2023 10:01:09:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:01:09:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:09:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:01:09:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:01:09:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:09:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:09:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:01:09:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:01:09:Start time: 1675245669719
02-01-2023 10:01:09:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
02-01-2023 10:01:09:  TRACE: [WIRE] - >> 
02-01-2023 10:01:09:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:01:09:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:09:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:01:09:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:01:09:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:09:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:09:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:01:09:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:01:09:FINISHED TEST : methodWithCallbackThrowsWebApplicationExceptionTest()
02-01-2023 10:01:09:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:09:STARTING TEST : traceWithResponseClassWhileServerWaitTest()
02-01-2023 10:01:09:Start time: 1675245669729
02-01-2023 10:01:09:Client was returned control in 0 milliseconds from request
02-01-2023 10:01:09:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait
02-01-2023 10:01:09:  TRACE: [WIRE] - >> 
02-01-2023 10:01:11:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:01:11:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:11:  TRACE: [WIRE] - << Content-Length: 5
02-01-2023 10:01:11:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:11:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:11:Returned status 200 (OK)
02-01-2023 10:01:11:FINISHED TEST : traceWithResponseClassWhileServerWaitTest()
02-01-2023 10:01:11:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:11:STARTING TEST : putWithGenericTypeThrowsProcessingExceptionTest()
02-01-2023 10:01:11:Start time: 1675245671739
02-01-2023 10:01:11:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put
02-01-2023 10:01:11:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:01:11:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:01:11:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:01:11:FINISHED TEST : putWithGenericTypeThrowsProcessingExceptionTest()
02-01-2023 10:01:11:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:11:STARTING TEST : putWithGenericTypeStringWhileServerWaitTest()
02-01-2023 10:01:11:Start time: 1675245671749
02-01-2023 10:01:11:Client was returned control in 0 milliseconds from request
02-01-2023 10:01:11:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
02-01-2023 10:01:11:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:01:13:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:01:13:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:13:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:01:13:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:13:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:13:FINISHED TEST : putWithGenericTypeStringWhileServerWaitTest()
02-01-2023 10:01:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:13:STARTING TEST : traceWithCallbackWhileServerWaitTest()
02-01-2023 10:01:13:Start time: 1675245673760
02-01-2023 10:01:13:Client was returned control in 0 milliseconds from request
02-01-2023 10:01:13:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait
02-01-2023 10:01:13:  TRACE: [WIRE] - >> 
02-01-2023 10:01:15:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:01:15:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:15:  TRACE: [WIRE] - << Content-Length: 5
02-01-2023 10:01:15:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:15:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:15:Callback#completed() called in 2003 milliseconds from request
02-01-2023 10:01:15:Returned status 200 (OK)
02-01-2023 10:01:15:Callback completed() call ok
02-01-2023 10:01:15:FINISHED TEST : traceWithCallbackWhileServerWaitTest()
02-01-2023 10:01:15:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:15:STARTING TEST : traceThrowsProcessingExceptionTest()
02-01-2023 10:01:15:Start time: 1675245675770
02-01-2023 10:01:15:  TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace
02-01-2023 10:01:15:  TRACE: [WIRE] - >> 
02-01-2023 10:01:15:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:01:15:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:01:15:FINISHED TEST : traceThrowsProcessingExceptionTest()
02-01-2023 10:01:15:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:15:STARTING TEST : deleteWithClassThrowsWebApplicationExceptionTest()
02-01-2023 10:01:15:Start time: 1675245675779
02-01-2023 10:01:15:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
02-01-2023 10:01:15:  TRACE: [WIRE] - >> 
02-01-2023 10:01:15:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:01:15:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:15:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:01:15:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:01:15:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:15:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:15:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:01:15:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:01:15:FINISHED TEST : deleteWithClassThrowsWebApplicationExceptionTest()
02-01-2023 10:01:15:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:15:STARTING TEST : traceWithCallbackThrowsWebApplicationExceptionTest()
02-01-2023 10:01:15:Start time: 1675245675790
02-01-2023 10:01:15:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok
02-01-2023 10:01:15:  TRACE: [WIRE] - >> 
02-01-2023 10:01:15:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:01:15:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:15:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:01:15:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:01:15:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:15:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:15:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:01:15:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:01:15:FINISHED TEST : traceWithCallbackThrowsWebApplicationExceptionTest()
02-01-2023 10:01:15:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:15:STARTING TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:01:15:Start time: 1675245675803
02-01-2023 10:01:15:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
02-01-2023 10:01:15:  TRACE: [WIRE] - >> 
02-01-2023 10:01:15:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:01:15:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:15:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:01:15:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:01:15:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:15:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:15:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:01:15:Start time: 1675245675812
02-01-2023 10:01:15:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
02-01-2023 10:01:15:  TRACE: [WIRE] - >> 
02-01-2023 10:01:15:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:01:15:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:15:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:01:15:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:01:15:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:15:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:15:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:01:15:Start time: 1675245675821
02-01-2023 10:01:15:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
02-01-2023 10:01:15:  TRACE: [WIRE] - >> 
02-01-2023 10:01:15:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:01:15:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:15:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:01:15:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:01:15:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:15:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:15:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:01:15:FINISHED TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:01:15:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:15:STARTING TEST : methodWithCallbackWithEntityWhileServerWaitTest()
02-01-2023 10:01:15:Start time: 1675245675840
02-01-2023 10:01:15:Client was returned control in 1 milliseconds from request
02-01-2023 10:01:15:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
02-01-2023 10:01:15:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:01:17:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:01:17:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:17:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:01:17:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:17:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:17:Callback#completed() called in 2003 milliseconds from request
02-01-2023 10:01:17:Returned status 200 (OK)
02-01-2023 10:01:17:Callback completed() call ok
02-01-2023 10:01:17:Start time: 1675245677849
02-01-2023 10:01:17:Client was returned control in 0 milliseconds from request
02-01-2023 10:01:17:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
02-01-2023 10:01:17:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:01:19:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:01:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:19:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:01:19:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:19:Callback#completed() called in 2003 milliseconds from request
02-01-2023 10:01:19:Returned status 200 (OK)
02-01-2023 10:01:19:Callback completed() call ok
02-01-2023 10:01:19:FINISHED TEST : methodWithCallbackWithEntityWhileServerWaitTest()
02-01-2023 10:01:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:19:STARTING TEST : optionsWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:01:19:Start time: 1675245679858
02-01-2023 10:01:19:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
02-01-2023 10:01:19:  TRACE: [WIRE] - >> 
02-01-2023 10:01:19:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:01:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:19:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:01:19:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:01:19:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:19:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:01:19:FINISHED TEST : optionsWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:01:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:19:STARTING TEST : traceTest()
02-01-2023 10:01:19:Start time: 1675245679868
02-01-2023 10:01:19:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace
02-01-2023 10:01:19:  TRACE: [WIRE] - >> 
02-01-2023 10:01:19:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:01:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:19:  TRACE: [WIRE] - << Content-Length: 5
02-01-2023 10:01:19:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:19:Returned status 200 (OK)
02-01-2023 10:01:19:FINISHED TEST : traceTest()
02-01-2023 10:01:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:19:STARTING TEST : postTest()
02-01-2023 10:01:19:Start time: 1675245679878
02-01-2023 10:01:19:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post
02-01-2023 10:01:19:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:01:19:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:01:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:19:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:01:19:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:19:Returned status 200 (OK)
02-01-2023 10:01:19:FINISHED TEST : postTest()
02-01-2023 10:01:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:19:STARTING TEST : getWithClassThrowsWebApplicationExceptionTest()
02-01-2023 10:01:19:Start time: 1675245679888
02-01-2023 10:01:19:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
02-01-2023 10:01:19:  TRACE: [WIRE] - >> 
02-01-2023 10:01:19:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:01:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:19:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:01:19:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:01:19:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:01:19:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:01:19:FINISHED TEST : getWithClassThrowsWebApplicationExceptionTest()
02-01-2023 10:01:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:19:STARTING TEST : methodWithCallbackWithEntityThrowsWebApplicationExceptionTest()
02-01-2023 10:01:19:Start time: 1675245679897
02-01-2023 10:01:19:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
02-01-2023 10:01:19:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:01:19:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:01:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:19:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:01:19:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:01:19:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:01:19:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:01:19:Start time: 1675245679906
02-01-2023 10:01:19:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
02-01-2023 10:01:19:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:01:19:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:01:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:19:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:01:19:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:01:19:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:01:19:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:01:19:FINISHED TEST : methodWithCallbackWithEntityThrowsWebApplicationExceptionTest()
02-01-2023 10:01:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:19:STARTING TEST : getWithResponseClassWhileServerWaitTest()
02-01-2023 10:01:19:Start time: 1675245679915
02-01-2023 10:01:19:Client was returned control in 1 milliseconds from request
02-01-2023 10:01:19:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
02-01-2023 10:01:19:  TRACE: [WIRE] - >> 
02-01-2023 10:01:21:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:01:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:21:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:01:21:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:21:Returned status 200 (OK)
02-01-2023 10:01:21:FINISHED TEST : getWithResponseClassWhileServerWaitTest()
02-01-2023 10:01:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:21:STARTING TEST : methodWhileServerWaitTest()
02-01-2023 10:01:21:Start time: 1675245681925
02-01-2023 10:01:21:Client was returned control in 0 milliseconds from request
02-01-2023 10:01:21:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
02-01-2023 10:01:21:  TRACE: [WIRE] - >> 
02-01-2023 10:01:23:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:01:23:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:23:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:01:23:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:23:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:23:Returned status 200 (OK)
02-01-2023 10:01:23:Start time: 1675245683933
02-01-2023 10:01:23:Client was returned control in 1 milliseconds from request
02-01-2023 10:01:23:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
02-01-2023 10:01:23:  TRACE: [WIRE] - >> 
02-01-2023 10:01:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:01:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:25:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:01:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:25:Returned status 200 (OK)
02-01-2023 10:01:25:Start time: 1675245685942
02-01-2023 10:01:25:Client was returned control in 0 milliseconds from request
02-01-2023 10:01:25:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
02-01-2023 10:01:25:  TRACE: [WIRE] - >> 
02-01-2023 10:01:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:01:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:27:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:01:27:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:27:Returned status 200 (OK)
02-01-2023 10:01:27:FINISHED TEST : methodWhileServerWaitTest()
02-01-2023 10:01:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:27:STARTING TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:01:27:Start time: 1675245687961
02-01-2023 10:01:27:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
02-01-2023 10:01:27:  TRACE: [WIRE] - >> 
02-01-2023 10:01:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:01:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:27:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:01:27:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:01:27:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:27:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:01:27:FINISHED TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:01:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:27:STARTING TEST : postThrowsProcessingExceptionTest()
02-01-2023 10:01:27:Start time: 1675245687971
02-01-2023 10:01:27:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post
02-01-2023 10:01:27:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:01:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:01:27:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:01:27:FINISHED TEST : postThrowsProcessingExceptionTest()
02-01-2023 10:01:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:27:STARTING TEST : deleteWithCallbackStringWhileServerWaitTest()
02-01-2023 10:01:27:Start time: 1675245687990
02-01-2023 10:01:27:Client was returned control in 0 milliseconds from request
02-01-2023 10:01:27:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
02-01-2023 10:01:27:  TRACE: [WIRE] - >> 
02-01-2023 10:01:29:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:01:29:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:29:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:01:29:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:29:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:29:Callback#completed() called in 2003 milliseconds from request
02-01-2023 10:01:29:Callback completed() call ok
02-01-2023 10:01:29:FINISHED TEST : deleteWithCallbackStringWhileServerWaitTest()
02-01-2023 10:01:29:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:29:STARTING TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest()
02-01-2023 10:01:29:Start time: 1675245689999
02-01-2023 10:01:30:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
02-01-2023 10:01:30:  TRACE: [WIRE] - >> 
02-01-2023 10:01:30:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:01:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:30:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:01:30:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:01:30:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:30:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:01:30:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:01:30:Start time: 1675245690007
02-01-2023 10:01:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
02-01-2023 10:01:30:  TRACE: [WIRE] - >> 
02-01-2023 10:01:30:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:01:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:30:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:01:30:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:01:30:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:30:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:01:30:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:01:30:Start time: 1675245690014
02-01-2023 10:01:30:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
02-01-2023 10:01:30:  TRACE: [WIRE] - >> 
02-01-2023 10:01:30:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:01:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:30:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:01:30:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:01:30:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:30:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:01:30:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:01:30:FINISHED TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest()
02-01-2023 10:01:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:30:STARTING TEST : methodWithGenericTypeResponseWithEntityWhileServerWaitTest()
02-01-2023 10:01:30:Start time: 1675245690023
02-01-2023 10:01:30:Client was returned control in 1 milliseconds from request
02-01-2023 10:01:30:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
02-01-2023 10:01:30:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:01:32:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:01:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:32:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:01:32:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:32:Returned status 200 (OK)
02-01-2023 10:01:32:Start time: 1675245692032
02-01-2023 10:01:32:Client was returned control in 0 milliseconds from request
02-01-2023 10:01:32:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
02-01-2023 10:01:32:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:01:34:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:01:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:34:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:01:34:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:34:Returned status 200 (OK)
02-01-2023 10:01:34:FINISHED TEST : methodWithGenericTypeResponseWithEntityWhileServerWaitTest()
02-01-2023 10:01:34:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:34:STARTING TEST : optionsWithStringClassWhileServerWaitTest()
02-01-2023 10:01:34:Start time: 1675245694041
02-01-2023 10:01:34:Client was returned control in 1 milliseconds from request
02-01-2023 10:01:34:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
02-01-2023 10:01:34:  TRACE: [WIRE] - >> 
02-01-2023 10:01:36:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:01:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:36:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:01:36:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:36:FINISHED TEST : optionsWithStringClassWhileServerWaitTest()
02-01-2023 10:01:36:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:36:STARTING TEST : methodWithGenericTypeStringWhileServerWaitTest()
02-01-2023 10:01:36:Start time: 1675245696051
02-01-2023 10:01:36:Client was returned control in 1 milliseconds from request
02-01-2023 10:01:36:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
02-01-2023 10:01:36:  TRACE: [WIRE] - >> 
02-01-2023 10:01:38:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:01:38:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:38:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:01:38:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:38:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:38:Start time: 1675245698060
02-01-2023 10:01:38:Client was returned control in 1 milliseconds from request
02-01-2023 10:01:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
02-01-2023 10:01:38:  TRACE: [WIRE] - >> 
02-01-2023 10:01:40:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:01:40:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:40:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:01:40:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:40:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:40:Start time: 1675245700069
02-01-2023 10:01:40:Client was returned control in 0 milliseconds from request
02-01-2023 10:01:40:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
02-01-2023 10:01:40:  TRACE: [WIRE] - >> 
02-01-2023 10:01:42:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:01:42:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:42:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:01:42:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:42:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:42:FINISHED TEST : methodWithGenericTypeStringWhileServerWaitTest()
02-01-2023 10:01:42:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:42:STARTING TEST : methodWithGenericTypeResponseWhileServerWaitTest()
02-01-2023 10:01:42:Start time: 1675245702079
02-01-2023 10:01:42:Client was returned control in 0 milliseconds from request
02-01-2023 10:01:42:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
02-01-2023 10:01:42:  TRACE: [WIRE] - >> 
02-01-2023 10:01:44:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:01:44:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:44:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:01:44:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:44:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:44:Returned status 200 (OK)
02-01-2023 10:01:44:Start time: 1675245704096
02-01-2023 10:01:44:Client was returned control in 0 milliseconds from request
02-01-2023 10:01:44:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
02-01-2023 10:01:44:  TRACE: [WIRE] - >> 
02-01-2023 10:01:46:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:01:46:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:46:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:01:46:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:46:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:46:Returned status 200 (OK)
02-01-2023 10:01:46:Start time: 1675245706104
02-01-2023 10:01:46:Client was returned control in 1 milliseconds from request
02-01-2023 10:01:46:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
02-01-2023 10:01:46:  TRACE: [WIRE] - >> 
02-01-2023 10:01:48:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:01:48:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:48:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:01:48:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:48:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:48:Returned status 200 (OK)
02-01-2023 10:01:48:FINISHED TEST : methodWithGenericTypeResponseWhileServerWaitTest()
02-01-2023 10:01:48:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:48:STARTING TEST : postWithGenericTypeThrowsWebApplicationExceptionTest()
02-01-2023 10:01:48:Start time: 1675245708118
02-01-2023 10:01:48:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
02-01-2023 10:01:48:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:01:48:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:01:48:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:48:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:01:48:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:01:48:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:48:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:48:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:01:48:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:01:48:FINISHED TEST : postWithGenericTypeThrowsWebApplicationExceptionTest()
02-01-2023 10:01:48:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:48:STARTING TEST : deleteWithResponseClassWhileServerWaitTest()
02-01-2023 10:01:48:Start time: 1675245708128
02-01-2023 10:01:48:Client was returned control in 1 milliseconds from request
02-01-2023 10:01:48:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
02-01-2023 10:01:48:  TRACE: [WIRE] - >> 
02-01-2023 10:01:50:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:01:50:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:50:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:01:50:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:50:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:50:Returned status 200 (OK)
02-01-2023 10:01:50:FINISHED TEST : deleteWithResponseClassWhileServerWaitTest()
02-01-2023 10:01:50:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:50:STARTING TEST : methodWithGenericTypeThrowsProcessingExceptionTest()
02-01-2023 10:01:50:Start time: 1675245710138
02-01-2023 10:01:50:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete
02-01-2023 10:01:50:  TRACE: [WIRE] - >> 
02-01-2023 10:01:50:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:01:50:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:01:50:Start time: 1675245710153
02-01-2023 10:01:50:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get
02-01-2023 10:01:50:  TRACE: [WIRE] - >> 
02-01-2023 10:01:50:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:01:50:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:01:50:Start time: 1675245710160
02-01-2023 10:01:50:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
02-01-2023 10:01:50:  TRACE: [WIRE] - >> 
02-01-2023 10:01:50:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:01:50:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:01:50:FINISHED TEST : methodWithGenericTypeThrowsProcessingExceptionTest()
02-01-2023 10:01:50:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:50:STARTING TEST : methodWithEntityWhileServerWaitTest()
02-01-2023 10:01:50:Start time: 1675245710167
02-01-2023 10:01:50:Client was returned control in 1 milliseconds from request
02-01-2023 10:01:50:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
02-01-2023 10:01:50:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:01:52:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:01:52:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:52:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:01:52:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:52:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:52:Returned status 200 (OK)
02-01-2023 10:01:52:Start time: 1675245712176
02-01-2023 10:01:52:Client was returned control in 0 milliseconds from request
02-01-2023 10:01:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
02-01-2023 10:01:52:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:01:54:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:01:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:54:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:01:54:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:54:Returned status 200 (OK)
02-01-2023 10:01:54:FINISHED TEST : methodWithEntityWhileServerWaitTest()
02-01-2023 10:01:54:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:54:STARTING TEST : optionsWithCallbackThrowsProcessingExceptionTest()
02-01-2023 10:01:54:Start time: 1675245714185
02-01-2023 10:01:54:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
02-01-2023 10:01:54:  TRACE: [WIRE] - >> 
02-01-2023 10:01:54:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:01:54:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:01:54:FINISHED TEST : optionsWithCallbackThrowsProcessingExceptionTest()
02-01-2023 10:01:54:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:54:STARTING TEST : putWithCallbackThrowsWebApplicationExceptionTest()
02-01-2023 10:01:54:Start time: 1675245714193
02-01-2023 10:01:54:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
02-01-2023 10:01:54:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:01:54:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:01:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:54:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:01:54:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:01:54:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:54:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:01:54:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:01:54:FINISHED TEST : putWithCallbackThrowsWebApplicationExceptionTest()
02-01-2023 10:01:54:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:54:STARTING TEST : optionsWithClassThrowsProcessingExceptionTest()
02-01-2023 10:01:54:Start time: 1675245714202
02-01-2023 10:01:54:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
02-01-2023 10:01:54:  TRACE: [WIRE] - >> 
02-01-2023 10:01:54:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:01:54:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:01:54:FINISHED TEST : optionsWithClassThrowsProcessingExceptionTest()
02-01-2023 10:01:54:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:54:STARTING TEST : optionsWithClassThrowsWebApplicationExceptionTest()
02-01-2023 10:01:54:Start time: 1675245714218
02-01-2023 10:01:54:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
02-01-2023 10:01:54:  TRACE: [WIRE] - >> 
02-01-2023 10:01:54:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:01:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:54:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:01:54:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:01:54:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:54:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:01:54:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:01:54:FINISHED TEST : optionsWithClassThrowsWebApplicationExceptionTest()
02-01-2023 10:01:54:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:54:STARTING TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:01:54:Start time: 1675245714228
02-01-2023 10:01:54:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
02-01-2023 10:01:54:  TRACE: [WIRE] - >> 
02-01-2023 10:01:54:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:01:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:54:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:01:54:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:01:54:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:54:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:01:54:Start time: 1675245714238
02-01-2023 10:01:54:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
02-01-2023 10:01:54:  TRACE: [WIRE] - >> 
02-01-2023 10:01:54:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:01:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:54:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:01:54:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:01:54:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:54:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:01:54:Start time: 1675245714247
02-01-2023 10:01:54:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
02-01-2023 10:01:54:  TRACE: [WIRE] - >> 
02-01-2023 10:01:54:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:01:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:54:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:01:54:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:01:54:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:54:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:01:54:FINISHED TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:01:54:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:54:STARTING TEST : deleteWithGenericTypeResponseWhileServerWaitTest()
02-01-2023 10:01:54:Start time: 1675245714256
02-01-2023 10:01:54:Client was returned control in 0 milliseconds from request
02-01-2023 10:01:54:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
02-01-2023 10:01:54:  TRACE: [WIRE] - >> 
02-01-2023 10:01:56:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:01:56:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:56:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:01:56:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:56:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:56:Returned status 200 (OK)
02-01-2023 10:01:56:FINISHED TEST : deleteWithGenericTypeResponseWhileServerWaitTest()
02-01-2023 10:01:56:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:56:STARTING TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:01:56:Start time: 1675245716266
02-01-2023 10:01:56:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
02-01-2023 10:01:56:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:01:56:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:01:56:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:56:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:01:56:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:01:56:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:56:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:56:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:01:56:FINISHED TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:01:56:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:56:STARTING TEST : optionsWhileServerWaitTest()
02-01-2023 10:01:56:Start time: 1675245716279
02-01-2023 10:01:56:Client was returned control in 1 milliseconds from request
02-01-2023 10:01:56:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
02-01-2023 10:01:56:  TRACE: [WIRE] - >> 
02-01-2023 10:01:58:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:01:58:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:01:58:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:01:58:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:01:58:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:01:58:Returned status 200 (OK)
02-01-2023 10:01:58:FINISHED TEST : optionsWhileServerWaitTest()
02-01-2023 10:01:58:[JAXRSCommonClient] Test setup OK
02-01-2023 10:01:58:STARTING TEST : putWithResponseClassWhileServerWaitTest()
02-01-2023 10:01:58:Start time: 1675245718290
02-01-2023 10:01:58:Client was returned control in 1 milliseconds from request
02-01-2023 10:01:58:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
02-01-2023 10:01:58:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:00:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:00:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:00:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:02:00:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:00:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:00:Returned status 200 (OK)
02-01-2023 10:02:00:FINISHED TEST : putWithResponseClassWhileServerWaitTest()
02-01-2023 10:02:00:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:00:STARTING TEST : getWhileServerWaitTest()
02-01-2023 10:02:00:Start time: 1675245720300
02-01-2023 10:02:00:Client was returned control in 1 milliseconds from request
02-01-2023 10:02:00:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
02-01-2023 10:02:00:  TRACE: [WIRE] - >> 
02-01-2023 10:02:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:02:02:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:02:Returned status 200 (OK)
02-01-2023 10:02:02:FINISHED TEST : getWhileServerWaitTest()
02-01-2023 10:02:02:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:02:STARTING TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:02:02:Start time: 1675245722309
02-01-2023 10:02:02:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
02-01-2023 10:02:02:  TRACE: [WIRE] - >> 
02-01-2023 10:02:02:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:02:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:02:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:02:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:02:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:02:02:FINISHED TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:02:02:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:02:STARTING TEST : deleteWithClassThrowsProcessingExceptionTest()
02-01-2023 10:02:02:Start time: 1675245722320
02-01-2023 10:02:02:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete
02-01-2023 10:02:02:  TRACE: [WIRE] - >> 
02-01-2023 10:02:02:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:02:02:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:02:02:FINISHED TEST : deleteWithClassThrowsProcessingExceptionTest()
02-01-2023 10:02:02:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:02:STARTING TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:02:02:Start time: 1675245722341
02-01-2023 10:02:02:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
02-01-2023 10:02:02:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:02:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:02:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:02:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:02:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:02:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:02:02:FINISHED TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:02:02:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:02:STARTING TEST : methodWithStringClassWithEntityWhileServerWaitTest()
02-01-2023 10:02:02:Start time: 1675245722366
02-01-2023 10:02:02:Client was returned control in 0 milliseconds from request
02-01-2023 10:02:02:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
02-01-2023 10:02:02:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:04:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:04:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:04:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:02:04:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:04:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:04:Start time: 1675245724376
02-01-2023 10:02:04:Client was returned control in 0 milliseconds from request
02-01-2023 10:02:04:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
02-01-2023 10:02:04:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:06:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:06:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:06:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:02:06:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:06:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:06:FINISHED TEST : methodWithStringClassWithEntityWhileServerWaitTest()
02-01-2023 10:02:06:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:06:STARTING TEST : getWithGenericTypeThrowsProcessingExceptionTest()
02-01-2023 10:02:06:Start time: 1675245726386
02-01-2023 10:02:06:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get
02-01-2023 10:02:06:  TRACE: [WIRE] - >> 
02-01-2023 10:02:06:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:02:06:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:02:06:FINISHED TEST : getWithGenericTypeThrowsProcessingExceptionTest()
02-01-2023 10:02:06:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:06:STARTING TEST : optionsWithStringCallbackWhileServerWaitTest()
02-01-2023 10:02:06:Start time: 1675245726394
02-01-2023 10:02:06:Client was returned control in 0 milliseconds from request
02-01-2023 10:02:06:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
02-01-2023 10:02:06:  TRACE: [WIRE] - >> 
02-01-2023 10:02:08:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:08:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:08:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:02:08:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:08:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:08:Callback#completed() called in 2002 milliseconds from request
02-01-2023 10:02:08:Callback completed() call ok
02-01-2023 10:02:08:FINISHED TEST : optionsWithStringCallbackWhileServerWaitTest()
02-01-2023 10:02:08:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:08:STARTING TEST : putWithGenericTypeThrowsWebApplicationExceptionTest()
02-01-2023 10:02:08:Start time: 1675245728403
02-01-2023 10:02:08:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
02-01-2023 10:02:08:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:08:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:08:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:08:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:08:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:08:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:08:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:08:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:02:08:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:02:08:FINISHED TEST : putWithGenericTypeThrowsWebApplicationExceptionTest()
02-01-2023 10:02:08:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:08:STARTING TEST : traceWithCallbackThrowsProcessingExceptionTest()
02-01-2023 10:02:08:Start time: 1675245728413
02-01-2023 10:02:08:  TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace
02-01-2023 10:02:08:  TRACE: [WIRE] - >> 
02-01-2023 10:02:08:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:02:08:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:02:08:FINISHED TEST : traceWithCallbackThrowsProcessingExceptionTest()
02-01-2023 10:02:08:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:08:STARTING TEST : deleteTest()
02-01-2023 10:02:08:Start time: 1675245728420
02-01-2023 10:02:08:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete
02-01-2023 10:02:08:  TRACE: [WIRE] - >> 
02-01-2023 10:02:08:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:08:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:08:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:02:08:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:08:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:08:Returned status 200 (OK)
02-01-2023 10:02:08:FINISHED TEST : deleteTest()
02-01-2023 10:02:08:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:08:STARTING TEST : getWithGenericTypeResponseWhileServerWaitTest()
02-01-2023 10:02:08:Start time: 1675245728429
02-01-2023 10:02:08:Client was returned control in 1 milliseconds from request
02-01-2023 10:02:08:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
02-01-2023 10:02:08:  TRACE: [WIRE] - >> 
02-01-2023 10:02:10:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:10:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:10:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:02:10:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:10:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:10:Returned status 200 (OK)
02-01-2023 10:02:10:FINISHED TEST : getWithGenericTypeResponseWhileServerWaitTest()
02-01-2023 10:02:10:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:10:STARTING TEST : traceWithClassThrowsWebApplicationExceptionTest()
02-01-2023 10:02:10:Start time: 1675245730439
02-01-2023 10:02:10:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok
02-01-2023 10:02:10:  TRACE: [WIRE] - >> 
02-01-2023 10:02:10:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:10:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:10:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:10:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:10:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:10:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:10:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:02:10:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:02:10:FINISHED TEST : traceWithClassThrowsWebApplicationExceptionTest()
02-01-2023 10:02:10:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:10:STARTING TEST : postWithStringClassWhileServerWaitTest()
02-01-2023 10:02:10:Start time: 1675245730449
02-01-2023 10:02:10:Client was returned control in 1 milliseconds from request
02-01-2023 10:02:10:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
02-01-2023 10:02:10:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:12:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:12:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:12:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:02:12:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:12:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:12:FINISHED TEST : postWithStringClassWhileServerWaitTest()
02-01-2023 10:02:12:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:12:STARTING TEST : methodWithCallbackStringWhileServerWaitTest()
02-01-2023 10:02:12:Start time: 1675245732460
02-01-2023 10:02:12:Client was returned control in 0 milliseconds from request
02-01-2023 10:02:12:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
02-01-2023 10:02:12:  TRACE: [WIRE] - >> 
02-01-2023 10:02:14:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:14:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:14:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:02:14:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:14:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:14:Callback#completed() called in 2003 milliseconds from request
02-01-2023 10:02:14:Callback completed() call ok
02-01-2023 10:02:14:Start time: 1675245734568
02-01-2023 10:02:14:Client was returned control in 1 milliseconds from request
02-01-2023 10:02:14:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
02-01-2023 10:02:14:  TRACE: [WIRE] - >> 
02-01-2023 10:02:16:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:16:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:02:16:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:16:Callback#completed() called in 2003 milliseconds from request
02-01-2023 10:02:16:Callback completed() call ok
02-01-2023 10:02:16:Start time: 1675245736587
02-01-2023 10:02:16:Client was returned control in 0 milliseconds from request
02-01-2023 10:02:16:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
02-01-2023 10:02:16:  TRACE: [WIRE] - >> 
02-01-2023 10:02:18:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:18:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:18:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:02:18:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:18:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:18:Callback#completed() called in 2003 milliseconds from request
02-01-2023 10:02:18:Callback completed() call ok
02-01-2023 10:02:18:FINISHED TEST : methodWithCallbackStringWhileServerWaitTest()
02-01-2023 10:02:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:18:STARTING TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest()
02-01-2023 10:02:18:Start time: 1675245738597
02-01-2023 10:02:18:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put
02-01-2023 10:02:18:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:02:18:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:02:18:Start time: 1675245738615
02-01-2023 10:02:18:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post
02-01-2023 10:02:18:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:02:18:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:02:18:FINISHED TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest()
02-01-2023 10:02:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:18:STARTING TEST : getWithClassThrowsProcessingExceptionTest()
02-01-2023 10:02:18:Start time: 1675245738623
02-01-2023 10:02:18:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get
02-01-2023 10:02:18:  TRACE: [WIRE] - >> 
02-01-2023 10:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:02:18:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:02:18:FINISHED TEST : getWithClassThrowsProcessingExceptionTest()
02-01-2023 10:02:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:18:STARTING TEST : postWithGenericTypeStringWhileServerWaitTest()
02-01-2023 10:02:18:Start time: 1675245738631
02-01-2023 10:02:18:Client was returned control in 0 milliseconds from request
02-01-2023 10:02:18:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
02-01-2023 10:02:18:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:20:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:20:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:02:20:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:20:FINISHED TEST : postWithGenericTypeStringWhileServerWaitTest()
02-01-2023 10:02:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:20:STARTING TEST : deleteWithCallbackStringThrowsProcessingExceptionTest()
02-01-2023 10:02:20:Start time: 1675245740641
02-01-2023 10:02:20:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
02-01-2023 10:02:20:  TRACE: [WIRE] - >> 
02-01-2023 10:02:20:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:02:20:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:02:20:FINISHED TEST : deleteWithCallbackStringThrowsProcessingExceptionTest()
02-01-2023 10:02:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:20:STARTING TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:02:20:Start time: 1675245740651
02-01-2023 10:02:20:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
02-01-2023 10:02:20:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:20:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:20:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:20:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:20:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:20:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:02:20:Start time: 1675245740659
02-01-2023 10:02:20:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
02-01-2023 10:02:20:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:20:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:20:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:20:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:20:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:20:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:02:20:FINISHED TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:02:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:20:STARTING TEST : methodWithCallbackStringWithEntityWhileServerWaitTest()
02-01-2023 10:02:20:Start time: 1675245740668
02-01-2023 10:02:20:Client was returned control in 0 milliseconds from request
02-01-2023 10:02:20:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
02-01-2023 10:02:20:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:22:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:02:22:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:22:Callback#completed() called in 2003 milliseconds from request
02-01-2023 10:02:22:Callback completed() call ok
02-01-2023 10:02:22:Start time: 1675245742677
02-01-2023 10:02:22:Client was returned control in 0 milliseconds from request
02-01-2023 10:02:22:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
02-01-2023 10:02:22:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:24:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:24:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:24:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:02:24:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:24:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:24:Callback#completed() called in 2003 milliseconds from request
02-01-2023 10:02:24:Callback completed() call ok
02-01-2023 10:02:24:FINISHED TEST : methodWithCallbackStringWithEntityWhileServerWaitTest()
02-01-2023 10:02:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:24:STARTING TEST : headThrowsProcessingExceptionTest()
02-01-2023 10:02:24:Start time: 1675245744687
02-01-2023 10:02:24:  TRACE: [WIRE] - >> HEAD http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/head
02-01-2023 10:02:24:  TRACE: [WIRE] - >> 
02-01-2023 10:02:24:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:02:24:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:02:24:FINISHED TEST : headThrowsProcessingExceptionTest()
02-01-2023 10:02:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:24:STARTING TEST : optionsThrowsProcessingExceptionTest()
02-01-2023 10:02:24:Start time: 1675245744695
02-01-2023 10:02:24:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
02-01-2023 10:02:24:  TRACE: [WIRE] - >> 
02-01-2023 10:02:24:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:02:24:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:02:24:FINISHED TEST : optionsThrowsProcessingExceptionTest()
02-01-2023 10:02:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:24:STARTING TEST : optionsWithGenericTypeThrowsProcessingExceptionTest()
02-01-2023 10:02:24:Start time: 1675245744711
02-01-2023 10:02:24:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
02-01-2023 10:02:24:  TRACE: [WIRE] - >> 
02-01-2023 10:02:24:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:02:24:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:02:24:FINISHED TEST : optionsWithGenericTypeThrowsProcessingExceptionTest()
02-01-2023 10:02:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:24:STARTING TEST : postWithGenericTypeThrowsProcessingExceptionTest()
02-01-2023 10:02:24:Start time: 1675245744718
02-01-2023 10:02:24:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post
02-01-2023 10:02:24:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:24:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:02:24:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:02:24:FINISHED TEST : postWithGenericTypeThrowsProcessingExceptionTest()
02-01-2023 10:02:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:24:STARTING TEST : putWithCallbackThrowsProcessingExceptionTest()
02-01-2023 10:02:24:Start time: 1675245744726
02-01-2023 10:02:24:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put
02-01-2023 10:02:24:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:24:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:02:24:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:02:24:FINISHED TEST : putWithCallbackThrowsProcessingExceptionTest()
[INFO] Tests run: 147, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 158.944 s - in ee.jakarta.tck.ws.rs.ee.rs.client.asyncinvoker.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.client.clientrequestcontext.JAXRSClientIT
02-01-2023 10:02:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:25:STARTING TEST : setUriTest()
02-01-2023 10:02:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/qwerty' to target server at 'localhost:8080'
02-01-2023 10:02:25:###############################
02-01-2023 10:02:25:[Request] Adding entity: ENTITY
02-01-2023 10:02:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/post
02-01-2023 10:02:25:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:02:25:  TRACE: [WIRE] - >> ENTITY
02-01-2023 10:02:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:25:  TRACE: [WIRE] - << ENTITY
02-01-2023 10:02:25:Found expected substring: ENTITY
02-01-2023 10:02:25:FINISHED TEST : setUriTest()
02-01-2023 10:02:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:25:STARTING TEST : getHeadersIsMutableTest()
02-01-2023 10:02:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/headers' to target server at 'localhost:8080'
02-01-2023 10:02:25:###############################
02-01-2023 10:02:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/headers
02-01-2023 10:02:25:  TRACE: [WIRE] - >> Accept:*/*, Accept-Language:en_gb, Date:Tue, 15 Nov 1994 08:12:31 GMT, tck:cts
02-01-2023 10:02:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Length: 59
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:25:  TRACE: [WIRE] - << accept;accept-language;date;tck;user-agent;host;connection;
02-01-2023 10:02:25:Found expected substring: accept-language
02-01-2023 10:02:25:Found expected substring: date
02-01-2023 10:02:25:Found expected substring: tck
02-01-2023 10:02:25:FINISHED TEST : getHeadersIsMutableTest()
02-01-2023 10:02:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:25:STARTING TEST : setMethodTest()
02-01-2023 10:02:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/put' to target server at 'localhost:8080'
02-01-2023 10:02:25:###############################
02-01-2023 10:02:25:[Request] Adding entity: ENTITY
02-01-2023 10:02:25:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/put
02-01-2023 10:02:25:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:02:25:  TRACE: [WIRE] - >> ENTITY
02-01-2023 10:02:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:25:  TRACE: [WIRE] - << ENTITY
02-01-2023 10:02:25:Found expected substring: ENTITY
02-01-2023 10:02:25:FINISHED TEST : setMethodTest()
02-01-2023 10:02:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:25:STARTING TEST : getEntityStreamTest()
02-01-2023 10:02:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/post' to target server at 'localhost:8080'
02-01-2023 10:02:25:###############################
02-01-2023 10:02:25:[Request] Adding entity: java.io.ByteArrayInputStream@4465326b
02-01-2023 10:02:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/post
02-01-2023 10:02:25:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:02:25:  TRACE: [WIRE] - >> java.io.ByteArrayInputStream@4465326b
02-01-2023 10:02:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Length: 8192
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:25:  TRACE: [WIRE] - << ENTITY_STREAM_WORKS
02-01-2023 10:02:25:Found expected substring: ENTITY_STREAM_WORKS
02-01-2023 10:02:25:FINISHED TEST : getEntityStreamTest()
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.553 s - in ee.jakarta.tck.ws.rs.ee.rs.client.clientrequestcontext.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.client.invocationbuilder.JAXRSClientIT
02-01-2023 10:02:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:25:STARTING TEST : cacheControlTest()
02-01-2023 10:02:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring
02-01-2023 10:02:25:  TRACE: [WIRE] - >> Cache-Control:no-transform, max-age=2
02-01-2023 10:02:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Length: 201
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:25:FINISHED TEST : cacheControlTest()
02-01-2023 10:02:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:25:STARTING TEST : headersMultivaluedMapIsNullReplacesAllTest()
02-01-2023 10:02:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring
02-01-2023 10:02:25:  TRACE: [WIRE] - >> 
02-01-2023 10:02:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Length: 163
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:25:FINISHED TEST : headersMultivaluedMapIsNullReplacesAllTest()
02-01-2023 10:02:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:25:STARTING TEST : buildWithEntityTest()
02-01-2023 10:02:25:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/put
02-01-2023 10:02:25:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/post
02-01-2023 10:02:25:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:25:FINISHED TEST : buildWithEntityTest()
02-01-2023 10:02:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:25:STARTING TEST : asyncTest()
02-01-2023 10:02:25:FINISHED TEST : asyncTest()
02-01-2023 10:02:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:25:STARTING TEST : buildPutTest()
02-01-2023 10:02:25:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/put
02-01-2023 10:02:25:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:25:FINISHED TEST : buildPutTest()
02-01-2023 10:02:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:25:STARTING TEST : buildTest()
02-01-2023 10:02:25:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/delete
02-01-2023 10:02:25:  TRACE: [WIRE] - >> 
02-01-2023 10:02:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/get
02-01-2023 10:02:25:  TRACE: [WIRE] - >> 
02-01-2023 10:02:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:25:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/options
02-01-2023 10:02:25:  TRACE: [WIRE] - >> 
02-01-2023 10:02:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:25:FINISHED TEST : buildTest()
02-01-2023 10:02:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:25:STARTING TEST : buildGetTest()
02-01-2023 10:02:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/get
02-01-2023 10:02:25:  TRACE: [WIRE] - >> 
02-01-2023 10:02:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:25:FINISHED TEST : buildGetTest()
02-01-2023 10:02:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:25:STARTING TEST : buildDeleteTest()
02-01-2023 10:02:25:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/delete
02-01-2023 10:02:25:  TRACE: [WIRE] - >> 
02-01-2023 10:02:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:25:FINISHED TEST : buildDeleteTest()
02-01-2023 10:02:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:25:STARTING TEST : headersMultivaluedMapTest()
02-01-2023 10:02:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring
02-01-2023 10:02:25:  TRACE: [WIRE] - >> tck-header:cts-header
02-01-2023 10:02:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Length: 185
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:25:FINISHED TEST : headersMultivaluedMapTest()
02-01-2023 10:02:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:25:STARTING TEST : cookieCookieTest()
02-01-2023 10:02:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/cookie
02-01-2023 10:02:25:  TRACE: [WIRE] - >> Cookie:$Version=1;tck=cts
02-01-2023 10:02:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:25:FINISHED TEST : cookieCookieTest()
02-01-2023 10:02:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:25:STARTING TEST : headerObjectTest()
02-01-2023 10:02:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring
02-01-2023 10:02:25:  TRACE: [WIRE] - >> tck-header:cts-header
02-01-2023 10:02:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Length: 185
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:25:FINISHED TEST : headerObjectTest()
02-01-2023 10:02:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:25:STARTING TEST : cookieStringStringTest()
02-01-2023 10:02:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/cookie
02-01-2023 10:02:25:  TRACE: [WIRE] - >> Cookie:$Version=1;tck=cts
02-01-2023 10:02:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:25:FINISHED TEST : cookieStringStringTest()
02-01-2023 10:02:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:25:STARTING TEST : acceptLanguageByLocalesTest()
02-01-2023 10:02:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/languages
02-01-2023 10:02:25:  TRACE: [WIRE] - >> Accept-Language:de it fr
02-01-2023 10:02:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Length: 8
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:25:FINISHED TEST : acceptLanguageByLocalesTest()
02-01-2023 10:02:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:25:STARTING TEST : buildPostTest()
02-01-2023 10:02:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/post
02-01-2023 10:02:25:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:25:FINISHED TEST : buildPostTest()
02-01-2023 10:02:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:25:STARTING TEST : acceptLanguageByStringsTest()
02-01-2023 10:02:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/languages
02-01-2023 10:02:25:  TRACE: [WIRE] - >> Accept-Language:de it fr
02-01-2023 10:02:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Length: 8
02-01-2023 10:02:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:25:FINISHED TEST : acceptLanguageByStringsTest()
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.434 s - in ee.jakarta.tck.ws.rs.ee.rs.client.invocationbuilder.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.client.syncinvoker.JAXRSClientIT
02-01-2023 10:02:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:25:STARTING TEST : methodWithStringClassThrowsWebApplicationExceptionTest()
02-01-2023 10:02:25:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok
02-01-2023 10:02:25:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:FINISHED TEST : methodWithStringClassThrowsWebApplicationExceptionTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : putWithGenericTypeStringThrowsProcessingExceptionTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
02-01-2023 10:02:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:26:FINISHED TEST : putWithGenericTypeStringThrowsProcessingExceptionTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : postWithStringClassThrowsWebApplicationExceptionTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok
02-01-2023 10:02:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:FINISHED TEST : postWithStringClassThrowsWebApplicationExceptionTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : deleteWithStringClassThrowsProcessingExceptionTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:FINISHED TEST : deleteWithStringClassThrowsProcessingExceptionTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : methodWithGenericTypeStringWithEntityThrowsProcessingExceptionTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
02-01-2023 10:02:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:26:  TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
02-01-2023 10:02:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:26:FINISHED TEST : methodWithGenericTypeStringWithEntityThrowsProcessingExceptionTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : putWithGenericTypeStringThrowsWebApplicationExceptionTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok
02-01-2023 10:02:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:FINISHED TEST : putWithGenericTypeStringThrowsWebApplicationExceptionTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : methodWithGenericTypeStringWithEntityTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
02-01-2023 10:02:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
02-01-2023 10:02:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:FINISHED TEST : methodWithGenericTypeStringWithEntityTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : postWithGenericTypeStringTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
02-01-2023 10:02:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:FINISHED TEST : postWithGenericTypeStringTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : putWithStringClassThrowsWebApplicationExceptionTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok
02-01-2023 10:02:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:FINISHED TEST : putWithStringClassThrowsWebApplicationExceptionTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : methodWithStringClassWithEntityTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
02-01-2023 10:02:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
02-01-2023 10:02:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:FINISHED TEST : methodWithStringClassWithEntityTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : postWithStringClassTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
02-01-2023 10:02:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:FINISHED TEST : postWithStringClassTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : methodWithGenericTypeStringWithEntityThrowsWebApplicationExceptionTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok
02-01-2023 10:02:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok
02-01-2023 10:02:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:FINISHED TEST : methodWithGenericTypeStringWithEntityThrowsWebApplicationExceptionTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : getWithGenericTypeStringThrowsProcessingExceptionTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:FINISHED TEST : getWithGenericTypeStringThrowsProcessingExceptionTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : optionsWithGenericTypeStringThrowsProcessingExceptionTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:FINISHED TEST : optionsWithGenericTypeStringThrowsProcessingExceptionTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : headTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/head
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:FINISHED TEST : headTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : traceWithStringClassTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 5
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:FINISHED TEST : traceWithStringClassTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : traceWithResponseClassTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 5
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 200 (OK)
02-01-2023 10:02:26:FINISHED TEST : traceWithResponseClassTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : methodWithGenericTypeResponseWithEntityThrowsNoWebApplicationExceptionTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok
02-01-2023 10:02:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:02:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok
02-01-2023 10:02:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:02:26:FINISHED TEST : methodWithGenericTypeResponseWithEntityThrowsNoWebApplicationExceptionTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : getThrowsProcessingExceptionTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:FINISHED TEST : getThrowsProcessingExceptionTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : methodWithResponseClassWithEntityTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
02-01-2023 10:02:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
02-01-2023 10:02:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:FINISHED TEST : methodWithResponseClassWithEntityTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : deleteWithResponseClassTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 200 (OK)
02-01-2023 10:02:26:FINISHED TEST : deleteWithResponseClassTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : deleteWithStringClassTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:FINISHED TEST : deleteWithStringClassTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : methodTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 200 (OK)
02-01-2023 10:02:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 200 (OK)
02-01-2023 10:02:26:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 200 (OK)
02-01-2023 10:02:26:FINISHED TEST : methodTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : getWithGenericTypeResponseTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 200 (OK)
02-01-2023 10:02:26:FINISHED TEST : getWithGenericTypeResponseTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : deleteWithGenericTypeResponseTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 200 (OK)
02-01-2023 10:02:26:FINISHED TEST : deleteWithGenericTypeResponseTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : putWithStringClassThrowsProcessingExceptionTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
02-01-2023 10:02:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:26:FINISHED TEST : putWithStringClassThrowsProcessingExceptionTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : putWithStringClassTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
02-01-2023 10:02:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:FINISHED TEST : putWithStringClassTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : methodWithGenericTypeStringThrowsWebApplicationExceptionTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:FINISHED TEST : methodWithGenericTypeStringThrowsWebApplicationExceptionTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : putThrowsProcessingExceptionTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
02-01-2023 10:02:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:26:FINISHED TEST : putThrowsProcessingExceptionTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : methodWithGenericTypeResponseWithEntityTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
02-01-2023 10:02:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 200 (OK)
02-01-2023 10:02:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
02-01-2023 10:02:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 200 (OK)
02-01-2023 10:02:26:FINISHED TEST : methodWithGenericTypeResponseWithEntityTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : methodWithGenericTypeStringTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:FINISHED TEST : methodWithGenericTypeStringTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : methodWithResponseClassThrowsNoWebApplicationExceptionTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:02:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:02:26:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:02:26:FINISHED TEST : methodWithResponseClassThrowsNoWebApplicationExceptionTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : putWithResponseClassTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
02-01-2023 10:02:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 200 (OK)
02-01-2023 10:02:26:FINISHED TEST : putWithResponseClassTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : optionsTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 200 (OK)
02-01-2023 10:02:26:FINISHED TEST : optionsTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : optionsWithGenericTypeStringTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:FINISHED TEST : optionsWithGenericTypeStringTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : optionsWithResponseClassTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 200 (OK)
02-01-2023 10:02:26:FINISHED TEST : optionsWithResponseClassTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : methodWithResponseClassTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 200 (OK)
02-01-2023 10:02:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 200 (OK)
02-01-2023 10:02:26:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 200 (OK)
02-01-2023 10:02:26:FINISHED TEST : methodWithResponseClassTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : getWithGenericTypeStringTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:FINISHED TEST : getWithGenericTypeStringTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : putTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
02-01-2023 10:02:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 200 (OK)
02-01-2023 10:02:26:FINISHED TEST : putTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : getTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 200 (OK)
02-01-2023 10:02:26:FINISHED TEST : getTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : deleteWithGenericTypeStringThrowsWebApplicationExceptionTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:FINISHED TEST : deleteWithGenericTypeStringThrowsWebApplicationExceptionTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : putWithGenericTypeStringTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
02-01-2023 10:02:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:FINISHED TEST : putWithGenericTypeStringTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : methodThrowsProcessingExceptionTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:FINISHED TEST : methodThrowsProcessingExceptionTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : postWithGenericTypeStringThrowsProcessingExceptionTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
02-01-2023 10:02:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:26:FINISHED TEST : postWithGenericTypeStringThrowsProcessingExceptionTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : methodWithStringClassThrowsProcessingExceptionTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:FINISHED TEST : methodWithStringClassThrowsProcessingExceptionTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : methodWithEntityThrowsProcessingExceptionTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
02-01-2023 10:02:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:26:  TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
02-01-2023 10:02:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:26:FINISHED TEST : methodWithEntityThrowsProcessingExceptionTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : deleteWithStringClassThrowsWebApplicationExceptionTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:FINISHED TEST : deleteWithStringClassThrowsWebApplicationExceptionTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : traceThrowsProcessingExceptionTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> TRACE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:FINISHED TEST : traceThrowsProcessingExceptionTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : getWithStringClassThrowsProcessingExceptionTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:FINISHED TEST : getWithStringClassThrowsProcessingExceptionTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : postWithGenericTypeStringThrowsWebApplicationExceptionTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok
02-01-2023 10:02:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:FINISHED TEST : postWithGenericTypeStringThrowsWebApplicationExceptionTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : deleteWithGenericTypeStringThrowsProcessingExceptionTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:FINISHED TEST : deleteWithGenericTypeStringThrowsProcessingExceptionTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : optionsWithGenericTypeStringThrowsWebApplicationExceptionTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:FINISHED TEST : optionsWithGenericTypeStringThrowsWebApplicationExceptionTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : deleteWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:02:26:FINISHED TEST : deleteWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : optionsWithResponseThrowsNoWebApplicationExceptionTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:02:26:FINISHED TEST : optionsWithResponseThrowsNoWebApplicationExceptionTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : putWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok
02-01-2023 10:02:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:02:26:FINISHED TEST : putWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : traceWithStringClassThrowsWebApplicationExceptionTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:FINISHED TEST : traceWithStringClassThrowsWebApplicationExceptionTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : traceTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 5
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 200 (OK)
02-01-2023 10:02:26:FINISHED TEST : traceTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : optionsWithStringThrowsProcessingExceptionTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:FINISHED TEST : optionsWithStringThrowsProcessingExceptionTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : deleteWithGenericTypeStringTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:FINISHED TEST : deleteWithGenericTypeStringTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : getWithResponseClassThrowsNoWebApplicationExceptionTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:02:26:FINISHED TEST : getWithResponseClassThrowsNoWebApplicationExceptionTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : postTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
02-01-2023 10:02:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 200 (OK)
02-01-2023 10:02:26:FINISHED TEST : postTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : methodWithGenericTypeResponseTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 200 (OK)
02-01-2023 10:02:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 200 (OK)
02-01-2023 10:02:26:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 200 (OK)
02-01-2023 10:02:26:FINISHED TEST : methodWithGenericTypeResponseTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : postWithResponseClassTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
02-01-2023 10:02:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 200 (OK)
02-01-2023 10:02:26:FINISHED TEST : postWithResponseClassTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : methodWithEntityTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
02-01-2023 10:02:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 200 (OK)
02-01-2023 10:02:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
02-01-2023 10:02:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 200 (OK)
02-01-2023 10:02:26:FINISHED TEST : methodWithEntityTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : getWithStringClassThrowsWebApplicationExceptionTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:FINISHED TEST : getWithStringClassThrowsWebApplicationExceptionTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : methodWithStringClassTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:FINISHED TEST : methodWithStringClassTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : optionsWithGenericTypeResponseTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 200 (OK)
02-01-2023 10:02:26:FINISHED TEST : optionsWithGenericTypeResponseTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : traceWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:02:26:FINISHED TEST : traceWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : methodWithStringClassWithEntityThrowsProcessingExceptionTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
02-01-2023 10:02:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:26:  TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
02-01-2023 10:02:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:26:FINISHED TEST : methodWithStringClassWithEntityThrowsProcessingExceptionTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : methodWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
02-01-2023 10:02:26:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:02:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:02:26:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok
02-01-2023 10:02:26:  TRACE: [WIRE] - >> 
02-01-2023 10:02:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:26:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:02:26:FINISHED TEST : methodWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
02-01-2023 10:02:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:26:STARTING TEST : postWithStringClassThrowsProcessingExceptionTest()
02-01-2023 10:02:27:  TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
02-01-2023 10:02:27:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:27:FINISHED TEST : postWithStringClassThrowsProcessingExceptionTest()
02-01-2023 10:02:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:27:STARTING TEST : getWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
02-01-2023 10:02:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok
02-01-2023 10:02:27:  TRACE: [WIRE] - >> 
02-01-2023 10:02:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:27:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:02:27:FINISHED TEST : getWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
02-01-2023 10:02:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:27:STARTING TEST : postThrowsProcessingExceptionTest()
02-01-2023 10:02:27:  TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
02-01-2023 10:02:27:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:27:FINISHED TEST : postThrowsProcessingExceptionTest()
02-01-2023 10:02:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:27:STARTING TEST : methodWithResponseClassWithEntityThrowsNoWebApplicationExceptionTest()
02-01-2023 10:02:27:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok
02-01-2023 10:02:27:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:27:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:02:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok
02-01-2023 10:02:27:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:27:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:02:27:FINISHED TEST : methodWithResponseClassWithEntityThrowsNoWebApplicationExceptionTest()
02-01-2023 10:02:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:27:STARTING TEST : getWithGenericTypeStringThrowsWebApplicationExceptionTest()
02-01-2023 10:02:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok
02-01-2023 10:02:27:  TRACE: [WIRE] - >> 
02-01-2023 10:02:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:27:FINISHED TEST : getWithGenericTypeStringThrowsWebApplicationExceptionTest()
02-01-2023 10:02:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:27:STARTING TEST : postWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
02-01-2023 10:02:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok
02-01-2023 10:02:27:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:27:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:02:27:FINISHED TEST : postWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
02-01-2023 10:02:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:27:STARTING TEST : traceWithGenericTypeStringThrowsWebApplicationExceptionTest()
02-01-2023 10:02:27:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok
02-01-2023 10:02:27:  TRACE: [WIRE] - >> 
02-01-2023 10:02:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:27:FINISHED TEST : traceWithGenericTypeStringThrowsWebApplicationExceptionTest()
02-01-2023 10:02:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:27:STARTING TEST : putWithResponseClassThrowsNoWebApplicationExceptionTest()
02-01-2023 10:02:27:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok
02-01-2023 10:02:27:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:27:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:02:27:FINISHED TEST : putWithResponseClassThrowsNoWebApplicationExceptionTest()
02-01-2023 10:02:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:27:STARTING TEST : postWithGenericTypeResponseTest()
02-01-2023 10:02:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
02-01-2023 10:02:27:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:27:Returned status 200 (OK)
02-01-2023 10:02:27:FINISHED TEST : postWithGenericTypeResponseTest()
02-01-2023 10:02:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:27:STARTING TEST : deleteThrowsProcessingExceptionTest()
02-01-2023 10:02:27:  TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
02-01-2023 10:02:27:  TRACE: [WIRE] - >> 
02-01-2023 10:02:27:FINISHED TEST : deleteThrowsProcessingExceptionTest()
02-01-2023 10:02:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:27:STARTING TEST : traceWithResponseClassThrowsNoWebApplicationExceptionTest()
02-01-2023 10:02:27:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok
02-01-2023 10:02:27:  TRACE: [WIRE] - >> 
02-01-2023 10:02:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:27:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:02:27:FINISHED TEST : traceWithResponseClassThrowsNoWebApplicationExceptionTest()
02-01-2023 10:02:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:27:STARTING TEST : optionsWithStringThrowsWebApplicationExceptionTest()
02-01-2023 10:02:27:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok
02-01-2023 10:02:27:  TRACE: [WIRE] - >> 
02-01-2023 10:02:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:27:FINISHED TEST : optionsWithStringThrowsWebApplicationExceptionTest()
02-01-2023 10:02:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:27:STARTING TEST : optionsWithStringClassTest()
02-01-2023 10:02:27:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
02-01-2023 10:02:27:  TRACE: [WIRE] - >> 
02-01-2023 10:02:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:27:FINISHED TEST : optionsWithStringClassTest()
02-01-2023 10:02:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:27:STARTING TEST : getWithStringClassTest()
02-01-2023 10:02:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
02-01-2023 10:02:27:  TRACE: [WIRE] - >> 
02-01-2023 10:02:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:27:FINISHED TEST : getWithStringClassTest()
02-01-2023 10:02:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:27:STARTING TEST : methodWithStringClassWithEntityThrowsWebApplicationExceptionTest()
02-01-2023 10:02:27:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok
02-01-2023 10:02:27:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok
02-01-2023 10:02:27:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:27:FINISHED TEST : methodWithStringClassWithEntityThrowsWebApplicationExceptionTest()
02-01-2023 10:02:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:27:STARTING TEST : optionsWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
02-01-2023 10:02:27:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok
02-01-2023 10:02:27:  TRACE: [WIRE] - >> 
02-01-2023 10:02:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:27:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:02:27:FINISHED TEST : optionsWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
02-01-2023 10:02:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:27:STARTING TEST : traceWithStringClassThrowsProcessingExceptionTest()
02-01-2023 10:02:27:  TRACE: [WIRE] - >> TRACE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
02-01-2023 10:02:27:  TRACE: [WIRE] - >> 
02-01-2023 10:02:27:FINISHED TEST : traceWithStringClassThrowsProcessingExceptionTest()
02-01-2023 10:02:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:27:STARTING TEST : traceWithGenericTypeResponseTest()
02-01-2023 10:02:27:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace
02-01-2023 10:02:27:  TRACE: [WIRE] - >> 
02-01-2023 10:02:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Length: 5
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:27:Returned status 200 (OK)
02-01-2023 10:02:27:FINISHED TEST : traceWithGenericTypeResponseTest()
02-01-2023 10:02:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:27:STARTING TEST : deleteTest()
02-01-2023 10:02:27:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
02-01-2023 10:02:27:  TRACE: [WIRE] - >> 
02-01-2023 10:02:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:27:Returned status 200 (OK)
02-01-2023 10:02:27:FINISHED TEST : deleteTest()
02-01-2023 10:02:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:27:STARTING TEST : getWithResponseClassTest()
02-01-2023 10:02:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
02-01-2023 10:02:27:  TRACE: [WIRE] - >> 
02-01-2023 10:02:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:27:Returned status 200 (OK)
02-01-2023 10:02:27:FINISHED TEST : getWithResponseClassTest()
02-01-2023 10:02:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:27:STARTING TEST : postWithResponseClassThrowsNoWebApplicationExceptionTest()
02-01-2023 10:02:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok
02-01-2023 10:02:27:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:27:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:02:27:FINISHED TEST : postWithResponseClassThrowsNoWebApplicationExceptionTest()
02-01-2023 10:02:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:27:STARTING TEST : putWithGenericTypeResponseTest()
02-01-2023 10:02:27:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
02-01-2023 10:02:27:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:02:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:27:Returned status 200 (OK)
02-01-2023 10:02:27:FINISHED TEST : putWithGenericTypeResponseTest()
02-01-2023 10:02:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:27:STARTING TEST : traceWithGenericTypeStringThrowsProcessingExceptionTest()
02-01-2023 10:02:27:  TRACE: [WIRE] - >> TRACE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
02-01-2023 10:02:27:  TRACE: [WIRE] - >> 
02-01-2023 10:02:27:FINISHED TEST : traceWithGenericTypeStringThrowsProcessingExceptionTest()
02-01-2023 10:02:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:27:STARTING TEST : traceWithGenericTypeStringTest()
02-01-2023 10:02:27:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace
02-01-2023 10:02:27:  TRACE: [WIRE] - >> 
02-01-2023 10:02:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Length: 5
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:27:FINISHED TEST : traceWithGenericTypeStringTest()
02-01-2023 10:02:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:27:STARTING TEST : headThrowsProcessingExceptionTest()
02-01-2023 10:02:27:  TRACE: [WIRE] - >> HEAD http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
02-01-2023 10:02:27:  TRACE: [WIRE] - >> 
02-01-2023 10:02:27:FINISHED TEST : headThrowsProcessingExceptionTest()
02-01-2023 10:02:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:27:STARTING TEST : optionsThrowsProcessingExceptionTest()
02-01-2023 10:02:27:  TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
02-01-2023 10:02:27:  TRACE: [WIRE] - >> 
02-01-2023 10:02:27:FINISHED TEST : optionsThrowsProcessingExceptionTest()
02-01-2023 10:02:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:27:STARTING TEST : methodWithGenericTypeStringThrowsProcessingExceptionTest()
02-01-2023 10:02:27:  TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
02-01-2023 10:02:27:  TRACE: [WIRE] - >> 
02-01-2023 10:02:27:  TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
02-01-2023 10:02:27:  TRACE: [WIRE] - >> 
02-01-2023 10:02:27:  TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
02-01-2023 10:02:27:  TRACE: [WIRE] - >> 
02-01-2023 10:02:27:FINISHED TEST : methodWithGenericTypeStringThrowsProcessingExceptionTest()
02-01-2023 10:02:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:27:STARTING TEST : deleteWithResponseClassThrowsNoWebApplicationExceptionTest()
02-01-2023 10:02:27:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok
02-01-2023 10:02:27:  TRACE: [WIRE] - >> 
02-01-2023 10:02:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:02:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:27:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:02:27:FINISHED TEST : deleteWithResponseClassThrowsNoWebApplicationExceptionTest()
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.602 s - in ee.jakarta.tck.ws.rs.ee.rs.client.syncinvoker.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.constrainedto.JAXRSClientIT
02-01-2023 10:02:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:27:STARTING TEST : serverSideReaderIsUsedOnServerTest()
02-01-2023 10:02:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080'
02-01-2023 10:02:27:###############################
02-01-2023 10:02:27:[Request] Adding entity: Anything
02-01-2023 10:02:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo
02-01-2023 10:02:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:reader/serverside
02-01-2023 10:02:27:  TRACE: [WIRE] - >> Anything
02-01-2023 10:02:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Length: 30
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:27:  TRACE: [WIRE] - << The fake reader on server side
02-01-2023 10:02:27:FINISHED TEST : serverSideReaderIsUsedOnServerTest()
02-01-2023 10:02:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:27:STARTING TEST : serverSideReaderIsNotUsedOnClientTest()
02-01-2023 10:02:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media' to target server at 'localhost:8080'
02-01-2023 10:02:27:###############################
02-01-2023 10:02:27:[Request] Adding entity: reader/serverside
02-01-2023 10:02:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media
02-01-2023 10:02:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
02-01-2023 10:02:27:  TRACE: [WIRE] - >> reader/serverside
02-01-2023 10:02:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Length: 21
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Type: reader/serverside
02-01-2023 10:02:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:27:  TRACE: [WIRE] - << ConstrainedTo message
02-01-2023 10:02:27:FINISHED TEST : serverSideReaderIsNotUsedOnClientTest()
02-01-2023 10:02:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:27:STARTING TEST : clientSideReaderIsNotUsedOnServerTest()
02-01-2023 10:02:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080'
02-01-2023 10:02:27:###############################
02-01-2023 10:02:27:[Request] Adding entity: ConstrainedTo message
02-01-2023 10:02:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo
02-01-2023 10:02:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:reader/clientside
02-01-2023 10:02:27:  TRACE: [WIRE] - >> ConstrainedTo message
02-01-2023 10:02:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Length: 21
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:27:  TRACE: [WIRE] - << ConstrainedTo message
02-01-2023 10:02:27:FINISHED TEST : clientSideReaderIsNotUsedOnServerTest()
02-01-2023 10:02:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:27:STARTING TEST : clientSideWriterIsUsedOnClientTest()
02-01-2023 10:02:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/clientwriter' to target server at 'localhost:8080'
02-01-2023 10:02:27:###############################
02-01-2023 10:02:27:[Request] Adding entity: ConstrainedTo message
02-01-2023 10:02:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/clientwriter
02-01-2023 10:02:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:writer/clientside
02-01-2023 10:02:27:  TRACE: [WIRE] - >> ConstrainedTo message
02-01-2023 10:02:27:  TRACE: [WIRE] - << 204 NO_CONTENT
02-01-2023 10:02:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:27:FINISHED TEST : clientSideWriterIsUsedOnClientTest()
02-01-2023 10:02:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:27:STARTING TEST : serverSideWriterIsNotUsedOnClientTest()
02-01-2023 10:02:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media' to target server at 'localhost:8080'
02-01-2023 10:02:27:###############################
02-01-2023 10:02:27:[Request] Adding entity: writer/serverside
02-01-2023 10:02:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media
02-01-2023 10:02:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
02-01-2023 10:02:27:  TRACE: [WIRE] - >> writer/serverside
02-01-2023 10:02:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Length: 21
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Type: writer/serverside
02-01-2023 10:02:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:27:  TRACE: [WIRE] - << ConstrainedTo message
02-01-2023 10:02:27:FINISHED TEST : serverSideWriterIsNotUsedOnClientTest()
02-01-2023 10:02:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:27:STARTING TEST : clientSideWriterIsNotUsedOnServerTest()
02-01-2023 10:02:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080'
02-01-2023 10:02:27:###############################
02-01-2023 10:02:27:[Request] Adding entity: ConstrainedTo message
02-01-2023 10:02:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo
02-01-2023 10:02:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:writer/clientside
02-01-2023 10:02:27:  TRACE: [WIRE] - >> ConstrainedTo message
02-01-2023 10:02:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Length: 21
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:27:  TRACE: [WIRE] - << ConstrainedTo message
02-01-2023 10:02:27:FINISHED TEST : clientSideWriterIsNotUsedOnServerTest()
02-01-2023 10:02:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:27:STARTING TEST : clientSideReaderIsUsedOnClientTest()
02-01-2023 10:02:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media' to target server at 'localhost:8080'
02-01-2023 10:02:27:###############################
02-01-2023 10:02:27:[Request] Adding entity: reader/clientside
02-01-2023 10:02:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media
02-01-2023 10:02:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
02-01-2023 10:02:27:  TRACE: [WIRE] - >> reader/clientside
02-01-2023 10:02:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Length: 21
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Type: reader/clientside
02-01-2023 10:02:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:27:  TRACE: [WIRE] - << ConstrainedTo message
02-01-2023 10:02:27:FINISHED TEST : clientSideReaderIsUsedOnClientTest()
02-01-2023 10:02:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:27:STARTING TEST : serverSideWriterIsUsedOnServerTest()
02-01-2023 10:02:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080'
02-01-2023 10:02:27:###############################
02-01-2023 10:02:27:[Request] Adding entity: ConstrainedTo message
02-01-2023 10:02:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo
02-01-2023 10:02:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:writer/serverside
02-01-2023 10:02:27:  TRACE: [WIRE] - >> ConstrainedTo message
02-01-2023 10:02:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Length: 30
02-01-2023 10:02:27:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:27:  TRACE: [WIRE] - << The fake writer on server side
02-01-2023 10:02:27:FINISHED TEST : serverSideWriterIsUsedOnServerTest()
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.572 s - in ee.jakarta.tck.ws.rs.ee.rs.constrainedto.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.illegalstate.JAXRSClientIT
02-01-2023 10:02:28:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:28:STARTING TEST : setSecurityContextTest()
02-01-2023 10:02:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setsecuritycontext' to target server at 'localhost:8080'
02-01-2023 10:02:28:###############################
02-01-2023 10:02:28:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setsecuritycontext
02-01-2023 10:02:28:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETSECURITYCONTEXT
02-01-2023 10:02:28:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:28:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:28:  TRACE: [WIRE] - << OPERATION: SETSECURITYCONTEXT
02-01-2023 10:02:28:  TRACE: [WIRE] - << Content-Length: 38
02-01-2023 10:02:28:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:02:28:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:28:  TRACE: [WIRE] - << IllegalSteateException has been thrown
02-01-2023 10:02:28:FINISHED TEST : setSecurityContextTest()
02-01-2023 10:02:28:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:28:STARTING TEST : abortWithTest()
02-01-2023 10:02:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/abortwith' to target server at 'localhost:8080'
02-01-2023 10:02:28:###############################
02-01-2023 10:02:28:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/abortwith
02-01-2023 10:02:28:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:ABORTWITH
02-01-2023 10:02:28:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:28:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:28:  TRACE: [WIRE] - << OPERATION: ABORTWITH
02-01-2023 10:02:28:  TRACE: [WIRE] - << Content-Length: 38
02-01-2023 10:02:28:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:02:28:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:28:  TRACE: [WIRE] - << IllegalSteateException has been thrown
02-01-2023 10:02:28:FINISHED TEST : abortWithTest()
02-01-2023 10:02:28:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:28:STARTING TEST : setRequestUriOneUriTest()
02-01-2023 10:02:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi1' to target server at 'localhost:8080'
02-01-2023 10:02:28:###############################
02-01-2023 10:02:28:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi1
02-01-2023 10:02:28:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI1
02-01-2023 10:02:28:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:28:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:28:  TRACE: [WIRE] - << Content-Length: 38
02-01-2023 10:02:28:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:28:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:28:  TRACE: [WIRE] - << IllegalSteateException has been thrown
02-01-2023 10:02:28:FINISHED TEST : setRequestUriOneUriTest()
02-01-2023 10:02:28:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:28:STARTING TEST : setMethodTest()
02-01-2023 10:02:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setmethod' to target server at 'localhost:8080'
02-01-2023 10:02:28:###############################
02-01-2023 10:02:28:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setmethod
02-01-2023 10:02:28:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMETHOD
02-01-2023 10:02:28:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:28:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:28:  TRACE: [WIRE] - << Content-Length: 38
02-01-2023 10:02:28:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:28:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:28:  TRACE: [WIRE] - << IllegalSteateException has been thrown
02-01-2023 10:02:28:FINISHED TEST : setMethodTest()
02-01-2023 10:02:28:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:28:STARTING TEST : setEntityStreamTest()
02-01-2023 10:02:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setentitystream' to target server at 'localhost:8080'
02-01-2023 10:02:28:###############################
02-01-2023 10:02:28:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setentitystream
02-01-2023 10:02:28:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETENTITYSTREAM
02-01-2023 10:02:28:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:28:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:28:  TRACE: [WIRE] - << OPERATION: SETENTITYSTREAM
02-01-2023 10:02:28:  TRACE: [WIRE] - << Content-Length: 38
02-01-2023 10:02:28:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:02:28:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:28:  TRACE: [WIRE] - << IllegalSteateException has been thrown
02-01-2023 10:02:28:FINISHED TEST : setEntityStreamTest()
02-01-2023 10:02:28:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:28:STARTING TEST : setRequestUriTwoUrisTest()
02-01-2023 10:02:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi2' to target server at 'localhost:8080'
02-01-2023 10:02:28:###############################
02-01-2023 10:02:28:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi2
02-01-2023 10:02:28:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI2
02-01-2023 10:02:28:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:28:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:28:  TRACE: [WIRE] - << Content-Length: 38
02-01-2023 10:02:28:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:28:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:28:  TRACE: [WIRE] - << IllegalSteateException has been thrown
02-01-2023 10:02:28:FINISHED TEST : setRequestUriTwoUrisTest()
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.632 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
02-01-2023 10:02:29:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:29:STARTING TEST : noSecurityTest()
02-01-2023 10:02:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/' to target server at 'localhost:8080'
02-01-2023 10:02:29:###############################
02-01-2023 10:02:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/
02-01-2023 10:02:29:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:02:29:  TRACE: [WIRE] - << 401 UNAUTHORIZED
02-01-2023 10:02:29:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:29:  TRACE: [WIRE] - << WWW-Authenticate: Basic realm=""
02-01-2023 10:02:29:  TRACE: [WIRE] - << Content-Length: 1056
02-01-2023 10:02:29:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:02:29:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:02:29:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:29:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 401 - Unauthorized</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Unauthorized</p><p><b>description</b>This request requires HTTP authentication.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:02:29:FINISHED TEST : noSecurityTest()
02-01-2023 10:02:29:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:29:STARTING TEST : getSecurityContextTest()
02-01-2023 10:02:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/' to target server at 'localhost:8080'
02-01-2023 10:02:29:###############################
02-01-2023 10:02:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/
02-01-2023 10:02:29:  TRACE: [WIRE] - >> Accept:*/*, Authorization:Basic ajJlZTpqMmVl
02-01-2023 10:02:29:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:29:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:29:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:02:29:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:29:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:29:  TRACE: [WIRE] - << j2ee
02-01-2023 10:02:29:FINISHED TEST : getSecurityContextTest()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.124 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
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : getUriInfoTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/geturiinfo' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/geturiinfo
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETURIINFO
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 93
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/geturiinfo;GETURIINFO
02-01-2023 10:02:30:FINISHED TEST : getUriInfoTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : getAcceptableLanguagesIsSortedTest()
02-01-2023 10:02:30:Check the #getAcceptableLanguages is sorted according to their q-value
02-01-2023 10:02:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETACCEPTABLELANGUAGES, Accept-Language:da, en-gb;q=0.6, en-us;q=0.7
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 38
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << da en-us en-gb ;GETACCEPTABLELANGUAGES
02-01-2023 10:02:30:FINISHED TEST : getAcceptableLanguagesIsSortedTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : getDateIsNullTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETDATE
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 12
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << NULL;GETDATE
02-01-2023 10:02:30:FINISHED TEST : getDateIsNullTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : setSecurityContextTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setsecuritycontext' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setsecuritycontext
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETSECURITYCONTEXT
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 32
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << PrincipalName;SETSECURITYCONTEXT
02-01-2023 10:02:30:FINISHED TEST : setSecurityContextTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : abortWithTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/abortwith' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/abortwith
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:ABORTWITH
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 9
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << ABORTWITH
02-01-2023 10:02:30:FINISHED TEST : abortWithTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : setPropertyIsReflectedInServletRequestTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertycontext' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertycontext
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYCONTEXT
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 33
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << getSetProperty SETPROPERTYCONTEXT
02-01-2023 10:02:30:FINISHED TEST : setPropertyIsReflectedInServletRequestTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : getMediaTypeTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE, Content-Type:application/svg+xml
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 32
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << application/svg+xml;GETMEDIATYPE
02-01-2023 10:02:30:FINISHED TEST : getMediaTypeTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : getMethodTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMETHOD
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 17
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << OPTIONS;GETMETHOD
02-01-2023 10:02:30:FINISHED TEST : getMethodTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : hasEntityTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:[Request] Adding entity: entity
02-01-2023 10:02:30:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:HASENTITY, Content-Type:*/*
02-01-2023 10:02:30:  TRACE: [WIRE] - >> entity
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 14
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << true;HASENTITY
02-01-2023 10:02:30:FINISHED TEST : hasEntityTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : getHeadersIsMutableTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheadersismutable' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheadersismutable
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSISMUTABLE
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 56
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << #getHeaders() is mutable as expected;GETHEADERSISMUTABLE
02-01-2023 10:02:30:FINISHED TEST : getHeadersIsMutableTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : getAcceptableMediaTypesIsSortedTest()
02-01-2023 10:02:30:Check the #getAcceptableMediaTypes is sorted according to their q-value
02-01-2023 10:02:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:text/*;q=0.3, text/html;q=0.7, text/html;level=1,text/html;level=2;q=0.4, */*;q=0.5, OPERATION:GETACCEPTABLEMEDIATYPES
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 105
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << text/html;level=1 text/html;q=0.7 */*;q=0.5 text/html;level=2;q=0.4 text/*;q=0.3 ;GETACCEPTABLEMEDIATYPES
02-01-2023 10:02:30:FINISHED TEST : getAcceptableMediaTypesIsSortedTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : getCookiesIsReadonlyTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookiesisreadonly' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookiesisreadonly
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETCOOKIESISREADONLY
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 57
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << #getCookies is read-only as expected;GETCOOKIESISREADONLY
02-01-2023 10:02:30:FINISHED TEST : getCookiesIsReadonlyTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : getLanguageTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLANGUAGE, Content-Language:en-gb
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 18
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << en-gb ;GETLANGUAGE
02-01-2023 10:02:30:FINISHED TEST : getLanguageTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : setRequestUriOneUriTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi1' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi1
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI1
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 49
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << http://xx.yy:888/base/resource/sub SETREQUESTURI1
02-01-2023 10:02:30:FINISHED TEST : setRequestUriOneUriTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : getDateTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETDATE, Date:Wed, 01 Feb 2023 10:02:30 GMT
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 21
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << 1675245750000;GETDATE
02-01-2023 10:02:30:FINISHED TEST : getDateTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : getLanguageIsNullTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLANGUAGE
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 16
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << NULL;GETLANGUAGE
02-01-2023 10:02:30:FINISHED TEST : getLanguageIsNullTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : getHeaderStringTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaderstring2' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaderstring2
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSTRING2
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 33
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << GETHEADERSTRING2;GETHEADERSTRING2
02-01-2023 10:02:30:FINISHED TEST : getHeaderStringTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : setMethodTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setmethod' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setmethod
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMETHOD
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 17
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << OPTIONS SETMETHOD
02-01-2023 10:02:30:FINISHED TEST : setMethodTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : setPropertyNullTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertynull' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertynull
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYNULL
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 20
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << NULL;SETPROPERTYNULL
02-01-2023 10:02:30:FINISHED TEST : setPropertyNullTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : getAcceptableMediaTypesIsReadOnlyTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypesisreadonly' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypesisreadonly
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:text/xml, OPERATION:GETACCEPTABLEMEDIATYPESISREADONLY
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 43
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << text/xml ;GETACCEPTABLEMEDIATYPESISREADONLY
02-01-2023 10:02:30:FINISHED TEST : getAcceptableMediaTypesIsReadOnlyTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : getPropertyNamesIsReadOnlyTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynamesisreadonly' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynamesisreadonly
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMESISREADONLY
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 28
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << 0;GETPROPERTYNAMESISREADONLY
02-01-2023 10:02:30:FINISHED TEST : getPropertyNamesIsReadOnlyTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : getLengthWhenNoEntityTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLENGTH
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 12
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << -1;GETLENGTH
02-01-2023 10:02:30:FINISHED TEST : getLengthWhenNoEntityTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : getPropertyNamesTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynames' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynames
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMES
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 187
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << getsetproperty2 getsetproperty1 org.glassfish.web.requestfacadehelper org.glassfish.jersey.message.internal.tracinglogger getsetproperty4 getsetproperty3 getsetproperty0 ;GETPROPERTYNAMES
02-01-2023 10:02:30:FINISHED TEST : getPropertyNamesTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : getRequestTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETREQUEST
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 18
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << OPTIONS;GETREQUEST
02-01-2023 10:02:30:FINISHED TEST : getRequestTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : setEntityStreamTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setentitystream' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setentitystream
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETENTITYSTREAM
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 37
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << SetEntityStreamEntity;SETENTITYSTREAM
02-01-2023 10:02:30:FINISHED TEST : setEntityStreamTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : getAcceptableMediaTypesTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:application/json, OPERATION:GETACCEPTABLEMEDIATYPES
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 41
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << application/json ;GETACCEPTABLEMEDIATYPES
02-01-2023 10:02:30:FINISHED TEST : getAcceptableMediaTypesTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : getHeadersTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaders' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaders
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*, header4:header4, header3:header3, header2:header2, header1:header1, OPERATION:GETHEADERS
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 210
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << accept:*/*;header4:header4;header3:header3;header2:header2;header1:header1;operation:GETHEADERS;user-agent:Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2);host:localhost:8080;connection:keep-alive;;GETHEADERS
02-01-2023 10:02:30:FINISHED TEST : getHeadersTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : getPropertyIsNullTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getproperty' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getproperty
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTY
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 16
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << NULL;GETPROPERTY
02-01-2023 10:02:30:FINISHED TEST : getPropertyIsNullTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : setRequestUriTwoUrisTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi2' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi2
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI2
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 49
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << http://xx.yy:888/base/resource/sub;SETREQUESTURI2
02-01-2023 10:02:30:FINISHED TEST : setRequestUriTwoUrisTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : getLengthTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:[Request] Adding entity: 12345678901234567890
02-01-2023 10:02:30:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLENGTH, Content-Type:*/*
02-01-2023 10:02:30:  TRACE: [WIRE] - >> 12345678901234567890
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 12
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << 20;GETLENGTH
02-01-2023 10:02:30:FINISHED TEST : getLengthTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : getSecurityContextPrincipalIsNullTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getsecuritycontext' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getsecuritycontext
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETSECURITYCONTEXT
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 23
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << NULL;GETSECURITYCONTEXT
02-01-2023 10:02:30:FINISHED TEST : getSecurityContextPrincipalIsNullTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : getAcceptableLanguagesTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETACCEPTABLELANGUAGES, Accept-Language:en-us
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 29
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << en-us ;GETACCEPTABLELANGUAGES
02-01-2023 10:02:30:FINISHED TEST : getAcceptableLanguagesTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : getMediaTypeIsNullTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 17
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << NULL;GETMEDIATYPE
02-01-2023 10:02:30:FINISHED TEST : getMediaTypeIsNullTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : setPropertyTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setproperty' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setproperty
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTY
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 26
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << getSetProperty;SETPROPERTY
02-01-2023 10:02:30:FINISHED TEST : setPropertyTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : removePropertyTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/removeproperty' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/removeproperty
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:REMOVEPROPERTY
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 19
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << NULL;REMOVEPROPERTY
02-01-2023 10:02:30:FINISHED TEST : removePropertyTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : getCookiesTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; cookie1=cookie1;, OPERATION:GETCOOKIES
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 38
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << $version=1;cookie1=cookie1 ;GETCOOKIES
02-01-2023 10:02:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; coookkkie99=coookkkie99;, OPERATION:GETCOOKIES
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 46
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << $version=1;coookkkie99=coookkkie99 ;GETCOOKIES
02-01-2023 10:02:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; cookiiieee999=cookiiieee999;, OPERATION:GETCOOKIES
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 50
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << $version=1;cookiiieee999=cookiiieee999 ;GETCOOKIES
02-01-2023 10:02:30:FINISHED TEST : getCookiesTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : hasEntityWhenNoEntityTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:HASENTITY
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 15
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << false;HASENTITY
02-01-2023 10:02:30:FINISHED TEST : hasEntityWhenNoEntityTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : getEntityStreamTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getentitystream' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:[Request] Adding entity: EnTiTyStReAmTeSt
02-01-2023 10:02:30:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getentitystream
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETENTITYSTREAM, Content-Type:*/*
02-01-2023 10:02:30:  TRACE: [WIRE] - >> EnTiTyStReAmTeSt
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 32
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << EnTiTyStReAmTeSt;GETENTITYSTREAM
02-01-2023 10:02:30:FINISHED TEST : getEntityStreamTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : getAcceptableLanguagesIsReadOnlyTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguagesisreadonly' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguagesisreadonly
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETACCEPTABLELANGUAGESISREADONLY, Accept-Language:da, en-gb;q=0.6, en-us;q=0.7
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 48
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << da en-us en-gb ;GETACCEPTABLELANGUAGESISREADONLY
02-01-2023 10:02:30:FINISHED TEST : getAcceptableLanguagesIsReadOnlyTest()
[INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.837 s - in ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.container.resourceinfo.JAXRSClientIT
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : getResourceMethodTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/method' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/method
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 17
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << getResourceMethod
02-01-2023 10:02:30:Found expected resource method name
02-01-2023 10:02:30:FINISHED TEST : getResourceMethodTest()
02-01-2023 10:02:30:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:30:STARTING TEST : getResourceClassTest()
02-01-2023 10:02:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/clazz' to target server at 'localhost:8080'
02-01-2023 10:02:30:###############################
02-01-2023 10:02:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/clazz
02-01-2023 10:02:30:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:02:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Length: 58
02-01-2023 10:02:30:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:30:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.ee.rs.container.resourceinfo.Resource
02-01-2023 10:02:30:Found expected resource class name
02-01-2023 10:02:30:FINISHED TEST : getResourceClassTest()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 s - in ee.jakarta.tck.ws.rs.ee.rs.container.resourceinfo.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientIT
02-01-2023 10:02:31:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:31:STARTING TEST : getStringsHeaderMoreItemsTest()
02-01-2023 10:02:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080'
02-01-2023 10:02:31:###############################
02-01-2023 10:02:31:[Request] Adding entity: commaSeparated
02-01-2023 10:02:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders
02-01-2023 10:02:31:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:02:31:  TRACE: [WIRE] - >> commaSeparated
02-01-2023 10:02:31:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:31:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:31:  TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS
02-01-2023 10:02:31:  TRACE: [WIRE] - << HEADER: ResponseFilterEntity,ResponseFilterEntity
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Length: 42
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:31:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:31:  TRACE: [WIRE] - << responsefilterentity responsefilterentity 
02-01-2023 10:02:31:FINISHED TEST : getStringsHeaderMoreItemsTest()
02-01-2023 10:02:31:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:31:STARTING TEST : getEntityAnnotationsWhenNoAnnotationsTest()
02-01-2023 10:02:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations' to target server at 'localhost:8080'
02-01-2023 10:02:31:###############################
02-01-2023 10:02:31:[Request] Adding entity: false
02-01-2023 10:02:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations
02-01-2023 10:02:31:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:02:31:  TRACE: [WIRE] - >> false
02-01-2023 10:02:31:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:31:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:31:  TRACE: [WIRE] - << OPERATION: GETENTITYANNOTATIONS
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Length: 38
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:31:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:31:  TRACE: [WIRE] - << jakarta.ws.rs.post jakarta.ws.rs.path 
02-01-2023 10:02:31:FINISHED TEST : getEntityAnnotationsWhenNoAnnotationsTest()
02-01-2023 10:02:31:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:31:STARTING TEST : getEntityTest()
02-01-2023 10:02:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity' to target server at 'localhost:8080'
02-01-2023 10:02:31:###############################
02-01-2023 10:02:31:[Request] Adding entity: ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentity
02-01-2023 10:02:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity
02-01-2023 10:02:31:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:02:31:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentity
02-01-2023 10:02:31:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:31:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:31:  TRACE: [WIRE] - << OPERATION: GETENTITY
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Length: 144
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:31:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:31:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentityee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentity
02-01-2023 10:02:31:FINISHED TEST : getEntityTest()
02-01-2023 10:02:31:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:31:STARTING TEST : getDateIsNullTest()
02-01-2023 10:02:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate' to target server at 'localhost:8080'
02-01-2023 10:02:31:###############################
02-01-2023 10:02:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate
02-01-2023 10:02:31:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:02:31:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:31:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:31:  TRACE: [WIRE] - << OPERATION: GETDATE
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Length: 1
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:31:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:31:  TRACE: [WIRE] - << 0
02-01-2023 10:02:31:FINISHED TEST : getDateIsNullTest()
02-01-2023 10:02:31:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:31:STARTING TEST : getLinksTest()
02-01-2023 10:02:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks' to target server at 'localhost:8080'
02-01-2023 10:02:31:###############################
02-01-2023 10:02:31:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource;html://localhost:8080/nohttp
02-01-2023 10:02:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks
02-01-2023 10:02:31:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:02:31:  TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource;html://localhost:8080/nohttp
02-01-2023 10:02:31:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:31:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:31:  TRACE: [WIRE] - << OPERATION: GETLINKS
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Length: 105
02-01-2023 10:02:31:  TRACE: [WIRE] - << Link: <html://localhost:8080/nohttp>,<http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource>
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:31:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:31:  TRACE: [WIRE] - << <http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource>;<html://localhost:8080/nohttp>
02-01-2023 10:02:31:FINISHED TEST : getLinksTest()
02-01-2023 10:02:31:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:31:STARTING TEST : getStringHeadersUsesHeaderDelegateTest()
02-01-2023 10:02:31:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime' to target server at 'localhost:8080'
02-01-2023 10:02:31:###############################
02-01-2023 10:02:31:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime
02-01-2023 10:02:31:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:02:31:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:31:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:31:  TRACE: [WIRE] - << OPERATION: SETSTRINGBEANRUNTIME
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:02:31:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080'
02-01-2023 10:02:31:###############################
02-01-2023 10:02:31:[Request] Adding entity: headerDelegate
02-01-2023 10:02:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders
02-01-2023 10:02:31:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:02:31:  TRACE: [WIRE] - >> headerDelegate
02-01-2023 10:02:31:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:31:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:31:  TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS
02-01-2023 10:02:31:  TRACE: [WIRE] - << HEADER: ResponseFilterEntity
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Length: 20
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:31:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:31:  TRACE: [WIRE] - << ResponseFilterEntity
02-01-2023 10:02:31:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime' to target server at 'localhost:8080'
02-01-2023 10:02:31:###############################
02-01-2023 10:02:31:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime
02-01-2023 10:02:31:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:02:31:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:31:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:31:  TRACE: [WIRE] - << OPERATION: SETORIGINALRUNTIME
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:02:31:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:31:FINISHED TEST : getStringHeadersUsesHeaderDelegateTest()
02-01-2023 10:02:31:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:31:STARTING TEST : getLinkBuilderWhenNoLinkTest()
02-01-2023 10:02:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder' to target server at 'localhost:8080'
02-01-2023 10:02:31:###############################
02-01-2023 10:02:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder
02-01-2023 10:02:31:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:02:31:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:31:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:31:  TRACE: [WIRE] - << OPERATION: GETLINKBUILDER
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:31:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:31:  TRACE: [WIRE] - << NULL
02-01-2023 10:02:31:FINISHED TEST : getLinkBuilderWhenNoLinkTest()
02-01-2023 10:02:31:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:31:STARTING TEST : getEntityClassByteArrayTest()
02-01-2023 10:02:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass' to target server at 'localhost:8080'
02-01-2023 10:02:31:###############################
02-01-2023 10:02:31:[Request] Adding entity: bytearray
02-01-2023 10:02:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass
02-01-2023 10:02:31:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:02:31:  TRACE: [WIRE] - >> bytearray
02-01-2023 10:02:31:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:31:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:31:  TRACE: [WIRE] - << OPERATION: GETENTITYCLASS
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Length: 2
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:31:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:31:  TRACE: [WIRE] - << [B
02-01-2023 10:02:31:FINISHED TEST : getEntityClassByteArrayTest()
02-01-2023 10:02:31:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:31:STARTING TEST : getStringHeadersTest()
02-01-2023 10:02:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080'
02-01-2023 10:02:31:###############################
02-01-2023 10:02:31:[Request] Adding entity: EnTITY
02-01-2023 10:02:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders
02-01-2023 10:02:31:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:02:31:  TRACE: [WIRE] - >> EnTITY
02-01-2023 10:02:31:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:31:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:31:  TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS
02-01-2023 10:02:31:  TRACE: [WIRE] - << HEADER: EnTITY
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:31:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:31:  TRACE: [WIRE] - << EnTITY
02-01-2023 10:02:31:FINISHED TEST : getStringHeadersTest()
02-01-2023 10:02:31:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:31:STARTING TEST : getMediaTypeWhenNoMediaTypeTest()
02-01-2023 10:02:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype' to target server at 'localhost:8080'
02-01-2023 10:02:31:###############################
02-01-2023 10:02:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype
02-01-2023 10:02:31:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:02:31:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:31:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:31:  TRACE: [WIRE] - << OPERATION: GETMEDIATYPE
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:31:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:31:  TRACE: [WIRE] - << NULL
02-01-2023 10:02:31:FINISHED TEST : getMediaTypeWhenNoMediaTypeTest()
02-01-2023 10:02:31:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:31:STARTING TEST : getLinksWhenNoLinkTest()
02-01-2023 10:02:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks' to target server at 'localhost:8080'
02-01-2023 10:02:31:###############################
02-01-2023 10:02:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks
02-01-2023 10:02:31:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:02:31:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:31:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:31:  TRACE: [WIRE] - << OPERATION: GETLINKS
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:31:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:31:  TRACE: [WIRE] - << NULL
02-01-2023 10:02:31:FINISHED TEST : getLinksWhenNoLinkTest()
02-01-2023 10:02:31:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:31:STARTING TEST : getMediaTypeTest()
02-01-2023 10:02:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype' to target server at 'localhost:8080'
02-01-2023 10:02:31:###############################
02-01-2023 10:02:31:[Request] Adding entity: application/svg+xml
02-01-2023 10:02:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype
02-01-2023 10:02:31:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:02:31:  TRACE: [WIRE] - >> application/svg+xml
02-01-2023 10:02:31:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:31:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:31:  TRACE: [WIRE] - << OPERATION: GETMEDIATYPE
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Length: 19
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:31:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:31:  TRACE: [WIRE] - << application/svg+xml
02-01-2023 10:02:31:FINISHED TEST : getMediaTypeTest()
02-01-2023 10:02:31:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:31:STARTING TEST : getEntityAnnotationsTest()
02-01-2023 10:02:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations' to target server at 'localhost:8080'
02-01-2023 10:02:31:###############################
02-01-2023 10:02:31:[Request] Adding entity: true
02-01-2023 10:02:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations
02-01-2023 10:02:31:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:02:31:  TRACE: [WIRE] - >> true
02-01-2023 10:02:31:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:31:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:31:  TRACE: [WIRE] - << OPERATION: GETENTITYANNOTATIONS
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Length: 93
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:31:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:31:  TRACE: [WIRE] - << jakarta.ws.rs.post jakarta.ws.rs.path jakarta.ws.rs.ext.provider jakarta.annotation.priority 
02-01-2023 10:02:31:FINISHED TEST : getEntityAnnotationsTest()
02-01-2023 10:02:31:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:31:STARTING TEST : getLinkTest()
02-01-2023 10:02:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink' to target server at 'localhost:8080'
02-01-2023 10:02:31:###############################
02-01-2023 10:02:31:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
02-01-2023 10:02:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink
02-01-2023 10:02:31:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:02:31:  TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
02-01-2023 10:02:31:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:31:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:31:  TRACE: [WIRE] - << OPERATION: GETLINK
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Length: 72
02-01-2023 10:02:31:  TRACE: [WIRE] - << Link: <http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource>; rel="relation"
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:31:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:31:  TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
02-01-2023 10:02:31:FINISHED TEST : getLinkTest()
02-01-2023 10:02:31:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:31:STARTING TEST : setEntityTest()
02-01-2023 10:02:31:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setentity' to target server at 'localhost:8080'
02-01-2023 10:02:31:###############################
02-01-2023 10:02:31:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setentity
02-01-2023 10:02:31:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:02:31:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:31:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:31:  TRACE: [WIRE] - << OPERATION: SETENTITY
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Length: 20
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Type: application/svg+xml
02-01-2023 10:02:31:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:31:  TRACE: [WIRE] - << ResponseFilterEntity
02-01-2023 10:02:31:FINISHED TEST : setEntityTest()
02-01-2023 10:02:31:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:31:STARTING TEST : hasEntityTest()
02-01-2023 10:02:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity' to target server at 'localhost:8080'
02-01-2023 10:02:31:###############################
02-01-2023 10:02:31:[Request] Adding entity: ResponseFilterEntity
02-01-2023 10:02:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity
02-01-2023 10:02:31:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:02:31:  TRACE: [WIRE] - >> ResponseFilterEntity
02-01-2023 10:02:31:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:31:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:31:  TRACE: [WIRE] - << OPERATION: HASENTITY
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:31:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:31:  TRACE: [WIRE] - << true
02-01-2023 10:02:31:FINISHED TEST : hasEntityTest()
02-01-2023 10:02:31:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:31:STARTING TEST : getHeadersIsMutableTest()
02-01-2023 10:02:31:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheadersismutable' to target server at 'localhost:8080'
02-01-2023 10:02:31:###############################
02-01-2023 10:02:31:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheadersismutable
02-01-2023 10:02:31:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:02:31:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:31:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:31:  TRACE: [WIRE] - << OPERATION: GETHEADERSISMUTABLE
02-01-2023 10:02:31:  TRACE: [WIRE] - << HEADER: HEADER
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Length: 24
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:31:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:31:  TRACE: [WIRE] - << HEADER found as expected
02-01-2023 10:02:31:FINISHED TEST : getHeadersIsMutableTest()
02-01-2023 10:02:31:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:31:STARTING TEST : hasLinkWhenNoLinkTest()
02-01-2023 10:02:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink' to target server at 'localhost:8080'
02-01-2023 10:02:31:###############################
02-01-2023 10:02:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink
02-01-2023 10:02:31:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:02:31:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:31:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:31:  TRACE: [WIRE] - << OPERATION: HASLINK
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Length: 5
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:31:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:31:  TRACE: [WIRE] - << false
02-01-2023 10:02:31:FINISHED TEST : hasLinkWhenNoLinkTest()
02-01-2023 10:02:31:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:31:STARTING TEST : getLanguageTest()
02-01-2023 10:02:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage' to target server at 'localhost:8080'
02-01-2023 10:02:31:###############################
02-01-2023 10:02:31:[Request] Adding entity: fr-ca
02-01-2023 10:02:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage
02-01-2023 10:02:31:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:02:31:  TRACE: [WIRE] - >> fr-ca
02-01-2023 10:02:31:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:31:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:31:  TRACE: [WIRE] - << OPERATION: GETLANGUAGE
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Length: 5
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Language: fr-ca
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:31:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:31:  TRACE: [WIRE] - << fr_CA
02-01-2023 10:02:31:FINISHED TEST : getLanguageTest()
02-01-2023 10:02:31:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:31:STARTING TEST : getStringHeadersUsesToStringMethodTest()
02-01-2023 10:02:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080'
02-01-2023 10:02:31:###############################
02-01-2023 10:02:31:[Request] Adding entity: toString
02-01-2023 10:02:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders
02-01-2023 10:02:31:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:02:31:  TRACE: [WIRE] - >> toString
02-01-2023 10:02:31:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:31:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:31:  TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS
02-01-2023 10:02:31:  TRACE: [WIRE] - << HEADER: ResponseFilterEntity
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Length: 20
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:31:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:31:  TRACE: [WIRE] - << ResponseFilterEntity
02-01-2023 10:02:31:FINISHED TEST : getStringHeadersUsesToStringMethodTest()
02-01-2023 10:02:31:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:31:STARTING TEST : getDateTest()
02-01-2023 10:02:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate' to target server at 'localhost:8080'
02-01-2023 10:02:31:###############################
02-01-2023 10:02:31:[Request] Adding entity: 1675245751000
02-01-2023 10:02:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate
02-01-2023 10:02:31:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:02:31:  TRACE: [WIRE] - >> 1675245751000
02-01-2023 10:02:31:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:31:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:31:  TRACE: [WIRE] - << OPERATION: GETDATE
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Length: 13
02-01-2023 10:02:31:  TRACE: [WIRE] - << Date: Wed, 01 Feb 2023 10:02:31 GMT
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:31:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:31:  TRACE: [WIRE] - << 1675245751000
02-01-2023 10:02:31:FINISHED TEST : getDateTest()
02-01-2023 10:02:31:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:31:STARTING TEST : getCookiesIsReadOnlyTest()
02-01-2023 10:02:31:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookiesisreadonly' to target server at 'localhost:8080'
02-01-2023 10:02:31:###############################
02-01-2023 10:02:31:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookiesisreadonly
02-01-2023 10:02:31:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:02:31:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:31:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:31:  TRACE: [WIRE] - << OPERATION: GETCOOKIESISREADONLY
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Length: 35
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:31:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:31:  TRACE: [WIRE] - << getCookies is read-only as expected
02-01-2023 10:02:31:FINISHED TEST : getCookiesIsReadOnlyTest()
02-01-2023 10:02:31:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:31:STARTING TEST : getLanguageIsNullTest()
02-01-2023 10:02:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage' to target server at 'localhost:8080'
02-01-2023 10:02:31:###############################
02-01-2023 10:02:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage
02-01-2023 10:02:31:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:02:31:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:31:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:31:  TRACE: [WIRE] - << OPERATION: GETLANGUAGE
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:31:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:31:  TRACE: [WIRE] - << NULL
02-01-2023 10:02:31:FINISHED TEST : getLanguageIsNullTest()
02-01-2023 10:02:31:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:31:STARTING TEST : getHeaderStringTest()
02-01-2023 10:02:31:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringoperation' to target server at 'localhost:8080'
02-01-2023 10:02:31:###############################
02-01-2023 10:02:31:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringoperation
02-01-2023 10:02:31:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:02:31:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:31:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:31:  TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGOPERATION
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Length: 24
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:31:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:31:  TRACE: [WIRE] - << GETHEADERSTRINGOPERATION
02-01-2023 10:02:31:FINISHED TEST : getHeaderStringTest()
02-01-2023 10:02:31:[JAXRSCommonClient] Test setup OK
02-01-2023 10:02:31:STARTING TEST : setStatusInfoTest()
02-01-2023 10:02:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:02:31:###############################
02-01-2023 10:02:31:[Request] Adding entity: 200
02-01-2023 10:02:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:02:31:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:02:31:  TRACE: [WIRE] - >> 200
02-01-2023 10:02:31:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:02:31:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:31:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:31:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:31:  TRACE: [WIRE] - << 200
02-01-2023 10:02:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:02:31:###############################
02-01-2023 10:02:31:[Request] Adding entity: 201
02-01-2023 10:02:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:02:31:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:02:31:  TRACE: [WIRE] - >> 201
02-01-2023 10:02:31:  TRACE: [WIRE] - << 201 CREATED
02-01-2023 10:02:31:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:31:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:31:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:31:  TRACE: [WIRE] - << 201
02-01-2023 10:02:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:02:31:###############################
02-01-2023 10:02:31:[Request] Adding entity: 202
02-01-2023 10:02:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:02:31:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:02:31:  TRACE: [WIRE] - >> 202
02-01-2023 10:02:31:  TRACE: [WIRE] - << 202 ACCEPTED
02-01-2023 10:02:31:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:31:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:02:31:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:02:31:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:31:  TRACE: [WIRE] - << 202
02-01-2023 10:02:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:02:31:###############################
02-01-2023 10:02:31:[Request] Adding entity: 204
02-01-2023 10:02:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:02:31:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:02:31:  TRACE: [WIRE] - >> 204
02-01-2023 10:02:31:  TRACE: [WIRE] - << 204 NO_CONTENT
02-01-2023 10:02:31:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:31:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:02:31:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:02:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:02:31:###############################
02-01-2023 10:02:31:[Request] Adding entity: 205
02-01-2023 10:02:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:02:31:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:02:31:  TRACE: [WIRE] - >> 205
02-01-2023 10:02:31:  TRACE: [WIRE] - << 205 RESET_CONTENT
02-01-2023 10:02:31:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:02:31:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:02:31:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:01:###############################
02-01-2023 10:03:01:[Request] Adding entity: 206
02-01-2023 10:03:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:03:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:01:  TRACE: [WIRE] - >> 206
02-01-2023 10:03:01:  TRACE: [WIRE] - << 206 PARTIAL_CONTENT
02-01-2023 10:03:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:01:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:01:  TRACE: [WIRE] - << 206
02-01-2023 10:03:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:01:###############################
02-01-2023 10:03:01:[Request] Adding entity: 300
02-01-2023 10:03:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:03:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:01:  TRACE: [WIRE] - >> 300
02-01-2023 10:03:01:  TRACE: [WIRE] - << 300 MULTIPLE_CHOICES
02-01-2023 10:03:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:01:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:01:  TRACE: [WIRE] - << 300
02-01-2023 10:03:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:01:###############################
02-01-2023 10:03:01:[Request] Adding entity: 301
02-01-2023 10:03:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:03:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:01:  TRACE: [WIRE] - >> 301
02-01-2023 10:03:01:  TRACE: [WIRE] - << 301 MOVED_PERMANENTLY
02-01-2023 10:03:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:01:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:01:  TRACE: [WIRE] - << 301
02-01-2023 10:03:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:01:###############################
02-01-2023 10:03:01:[Request] Adding entity: 302
02-01-2023 10:03:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:03:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:01:  TRACE: [WIRE] - >> 302
02-01-2023 10:03:01:  TRACE: [WIRE] - << 302 FOUND
02-01-2023 10:03:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:01:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:01:  TRACE: [WIRE] - << 302
02-01-2023 10:03:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:01:###############################
02-01-2023 10:03:01:[Request] Adding entity: 303
02-01-2023 10:03:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:03:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:01:  TRACE: [WIRE] - >> 303
02-01-2023 10:03:01:  TRACE: [WIRE] - << 303 SEE_OTHER
02-01-2023 10:03:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:01:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:01:  TRACE: [WIRE] - << 303
02-01-2023 10:03:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:01:###############################
02-01-2023 10:03:01:[Request] Adding entity: 304
02-01-2023 10:03:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:03:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:01:  TRACE: [WIRE] - >> 304
02-01-2023 10:03:01:  TRACE: [WIRE] - << 304 NOT_MODIFIED
02-01-2023 10:03:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:01:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:03:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:01:###############################
02-01-2023 10:03:01:[Request] Adding entity: 305
02-01-2023 10:03:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:03:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:01:  TRACE: [WIRE] - >> 305
02-01-2023 10:03:01:  TRACE: [WIRE] - << 305 USE_PROXY
02-01-2023 10:03:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:01:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:01:  TRACE: [WIRE] - << 305
02-01-2023 10:03:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:01:###############################
02-01-2023 10:03:01:[Request] Adding entity: 307
02-01-2023 10:03:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:03:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:01:  TRACE: [WIRE] - >> 307
02-01-2023 10:03:01:  TRACE: [WIRE] - << 307 TEMPORARY_REDIRECT
02-01-2023 10:03:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:01:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:01:  TRACE: [WIRE] - << 307
02-01-2023 10:03:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:01:###############################
02-01-2023 10:03:01:[Request] Adding entity: 308
02-01-2023 10:03:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:03:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:01:  TRACE: [WIRE] - >> 308
02-01-2023 10:03:01:  TRACE: [WIRE] - << 308 PERMANENT_REDIRECT
02-01-2023 10:03:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:01:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:01:  TRACE: [WIRE] - << 308
02-01-2023 10:03:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:01:###############################
02-01-2023 10:03:01:[Request] Adding entity: 400
02-01-2023 10:03:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:03:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:01:  TRACE: [WIRE] - >> 400
02-01-2023 10:03:01:  TRACE: [WIRE] - << 400 BAD_REQUEST
02-01-2023 10:03:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:01:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:03:01:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:01:  TRACE: [WIRE] - << 400
02-01-2023 10:03:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:01:###############################
02-01-2023 10:03:01:[Request] Adding entity: 401
02-01-2023 10:03:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:03:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:01:  TRACE: [WIRE] - >> 401
02-01-2023 10:03:01:  TRACE: [WIRE] - << 401 UNAUTHORIZED
02-01-2023 10:03:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:01:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:01:  TRACE: [WIRE] - << 401
02-01-2023 10:03:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:01:###############################
02-01-2023 10:03:01:[Request] Adding entity: 402
02-01-2023 10:03:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:03:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:01:  TRACE: [WIRE] - >> 402
02-01-2023 10:03:01:  TRACE: [WIRE] - << 402 PAYMENT_REQUIRED
02-01-2023 10:03:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:01:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:01:  TRACE: [WIRE] - << 402
02-01-2023 10:03:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:01:###############################
02-01-2023 10:03:01:[Request] Adding entity: 403
02-01-2023 10:03:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:03:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:01:  TRACE: [WIRE] - >> 403
02-01-2023 10:03:01:  TRACE: [WIRE] - << 403 FORBIDDEN
02-01-2023 10:03:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:01:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:01:  TRACE: [WIRE] - << 403
02-01-2023 10:03:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:01:###############################
02-01-2023 10:03:01:[Request] Adding entity: 404
02-01-2023 10:03:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:03:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:01:  TRACE: [WIRE] - >> 404
02-01-2023 10:03:01:  TRACE: [WIRE] - << 404 NOT_FOUND
02-01-2023 10:03:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:01:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:01:  TRACE: [WIRE] - << 404
02-01-2023 10:03:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:01:###############################
02-01-2023 10:03:01:[Request] Adding entity: 405
02-01-2023 10:03:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:03:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:01:  TRACE: [WIRE] - >> 405
02-01-2023 10:03:01:  TRACE: [WIRE] - << 405 METHOD_NOT_ALLOWED
02-01-2023 10:03:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:01:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:01:  TRACE: [WIRE] - << 405
02-01-2023 10:03:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:01:###############################
02-01-2023 10:03:01:[Request] Adding entity: 406
02-01-2023 10:03:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:03:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:01:  TRACE: [WIRE] - >> 406
02-01-2023 10:03:01:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:03:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:01:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:01:  TRACE: [WIRE] - << 406
02-01-2023 10:03:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:01:###############################
02-01-2023 10:03:01:[Request] Adding entity: 407
02-01-2023 10:03:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:03:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:01:  TRACE: [WIRE] - >> 407
02-01-2023 10:03:01:  TRACE: [WIRE] - << 407 PROXY_AUTHENTICATION_REQUIRED
02-01-2023 10:03:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:01:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:01:  TRACE: [WIRE] - << 407
02-01-2023 10:03:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:01:###############################
02-01-2023 10:03:01:[Request] Adding entity: 408
02-01-2023 10:03:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:03:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:01:  TRACE: [WIRE] - >> 408
02-01-2023 10:03:01:  TRACE: [WIRE] - << 408 REQUEST_TIMEOUT
02-01-2023 10:03:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:01:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:03:01:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:01:  TRACE: [WIRE] - << 408
02-01-2023 10:03:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:01:###############################
02-01-2023 10:03:01:[Request] Adding entity: 409
02-01-2023 10:03:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:03:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:01:  TRACE: [WIRE] - >> 409
02-01-2023 10:03:01:  TRACE: [WIRE] - << 409 CONFLICT
02-01-2023 10:03:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:01:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:01:  TRACE: [WIRE] - << 409
02-01-2023 10:03:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:01:###############################
02-01-2023 10:03:01:[Request] Adding entity: 410
02-01-2023 10:03:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:03:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:01:  TRACE: [WIRE] - >> 410
02-01-2023 10:03:01:  TRACE: [WIRE] - << 410 GONE
02-01-2023 10:03:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:01:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:01:  TRACE: [WIRE] - << 410
02-01-2023 10:03:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:01:###############################
02-01-2023 10:03:01:[Request] Adding entity: 411
02-01-2023 10:03:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:03:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:01:  TRACE: [WIRE] - >> 411
02-01-2023 10:03:01:  TRACE: [WIRE] - << 411 LENGTH_REQUIRED
02-01-2023 10:03:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:01:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:03:01:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:01:  TRACE: [WIRE] - << 411
02-01-2023 10:03:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:01:###############################
02-01-2023 10:03:01:[Request] Adding entity: 412
02-01-2023 10:03:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:03:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:01:  TRACE: [WIRE] - >> 412
02-01-2023 10:03:01:  TRACE: [WIRE] - << 412 PRECONDITION_FAILED
02-01-2023 10:03:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:01:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:01:  TRACE: [WIRE] - << 412
02-01-2023 10:03:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:01:###############################
02-01-2023 10:03:01:[Request] Adding entity: 413
02-01-2023 10:03:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:03:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:01:  TRACE: [WIRE] - >> 413
02-01-2023 10:03:01:  TRACE: [WIRE] - << 413 REQUEST_ENTITY_TOO_LARGE
02-01-2023 10:03:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:01:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:03:01:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:01:  TRACE: [WIRE] - << 413
02-01-2023 10:03:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:01:###############################
02-01-2023 10:03:01:[Request] Adding entity: 414
02-01-2023 10:03:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:03:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:01:  TRACE: [WIRE] - >> 414
02-01-2023 10:03:01:  TRACE: [WIRE] - << 414 REQUEST_URI_TOO_LONG
02-01-2023 10:03:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:01:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:03:01:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:01:  TRACE: [WIRE] - << 414
02-01-2023 10:03:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:01:###############################
02-01-2023 10:03:01:[Request] Adding entity: 415
02-01-2023 10:03:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:03:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:01:  TRACE: [WIRE] - >> 415
02-01-2023 10:03:01:  TRACE: [WIRE] - << 415 UNSUPPORTED_MEDIA_TYPE
02-01-2023 10:03:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:01:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:01:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:01:  TRACE: [WIRE] - << 415
02-01-2023 10:03:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:01:###############################
02-01-2023 10:03:02:[Request] Adding entity: 416
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 416
02-01-2023 10:03:02:  TRACE: [WIRE] - << 416 REQUESTED_RANGE_NOT_SATISFIABLE
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 416
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 417
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 417
02-01-2023 10:03:02:  TRACE: [WIRE] - << 417 EXPECTATION_FAILED
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:03:02:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 417
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 428
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 428
02-01-2023 10:03:02:  TRACE: [WIRE] - << 428 PRECONDITION_REQUIRED
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 428
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 429
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 429
02-01-2023 10:03:02:  TRACE: [WIRE] - << 429 TOO_MANY_REQUESTS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 429
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 431
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 431
02-01-2023 10:03:02:  TRACE: [WIRE] - << 431 REQUEST_HEADER_FIELDS_TOO_LARGE
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 431
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 451
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 451
02-01-2023 10:03:02:  TRACE: [WIRE] - << 451 UNAVAILABLE_FOR_LEGAL_REASONS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 451
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 500
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 500
02-01-2023 10:03:02:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:03:02:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 500
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 501
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 501
02-01-2023 10:03:02:  TRACE: [WIRE] - << 501 NOT_IMPLEMENTED
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:03:02:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 501
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 502
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 502
02-01-2023 10:03:02:  TRACE: [WIRE] - << 502 BAD_GATEWAY
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 502
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 503
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 503
02-01-2023 10:03:02:  TRACE: [WIRE] - << 503 SERVICE_UNAVAILABLE
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:03:02:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 503
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 504
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 504
02-01-2023 10:03:02:  TRACE: [WIRE] - << 504 GATEWAY_TIMEOUT
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 504
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 505
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 505
02-01-2023 10:03:02:  TRACE: [WIRE] - << 505 HTTP_VERSION_NOT_SUPPORTED
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:03:02:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 505
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 511
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 511
02-01-2023 10:03:02:  TRACE: [WIRE] - << 511 NETWORK_AUTHENTICATION_REQUIRED
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 511
02-01-2023 10:03:02:FINISHED TEST : setStatusInfoTest()
02-01-2023 10:03:02:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:02:STARTING TEST : hasLinkTest()
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: HASLINK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:03:02:  TRACE: [WIRE] - << Link: <http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource>; rel="relation"
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << true
02-01-2023 10:03:02:FINISHED TEST : hasLinkTest()
02-01-2023 10:03:02:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:02:STARTING TEST : getAllowedMethodsTest()
02-01-2023 10:03:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getallowedmethods' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getallowedmethods
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETALLOWEDMETHODS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 14
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << Allow: TRACE,OPTIONS
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << trace options 
02-01-2023 10:03:02:FINISHED TEST : getAllowedMethodsTest()
02-01-2023 10:03:02:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:02:STARTING TEST : getStatusTest()
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 200
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 200
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 201
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 201
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 201
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 202
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 202
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 202
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 204
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 204
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 204
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 205
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 205
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 205
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 206
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 206
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 206
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 300
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 300
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 300
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 301
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 301
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 301
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 302
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 302
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 302
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 303
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 303
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 303
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 304
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 304
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 304
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 305
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 305
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 305
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 307
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 307
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 307
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 308
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 308
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 308
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 400
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 400
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 400
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 401
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 401
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 401
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 402
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 402
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 402
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 403
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 403
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 403
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 404
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 404
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 404
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 405
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 405
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 405
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 406
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 406
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 406
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 407
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 407
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 407
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 408
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 408
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 408
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 409
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 409
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 409
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 410
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 410
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 410
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 411
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 411
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 411
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 412
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 412
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 412
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 413
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 413
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 413
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 414
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 414
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 414
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 415
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 415
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 415
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 416
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 416
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 416
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 417
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 417
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 417
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 428
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 428
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 428
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 429
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 429
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 429
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 431
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 431
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 431
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 451
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 451
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 451
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 500
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 500
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 500
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 501
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 501
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 501
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 502
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 502
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 502
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 503
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 503
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 503
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 504
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 504
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 504
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 505
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 505
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 505
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 511
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 511
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 511
02-01-2023 10:03:02:FINISHED TEST : getStatusTest()
02-01-2023 10:03:02:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:02:STARTING TEST : getHeaderStringHeaderIsCommaSepearatedTest()
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: commaSeparated
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> commaSeparated
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER
02-01-2023 10:03:02:  TRACE: [WIRE] - << HEADER: ResponseFilterEntity,ResponseFilterEntity
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 41
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << ResponseFilterEntity,ResponseFilterEntity
02-01-2023 10:03:02:FINISHED TEST : getHeaderStringHeaderIsCommaSepearatedTest()
02-01-2023 10:03:02:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:02:STARTING TEST : getLengthWhenNoEntityTest()
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETLENGTH
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 2
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << -1
02-01-2023 10:03:02:FINISHED TEST : getLengthWhenNoEntityTest()
02-01-2023 10:03:02:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:02:STARTING TEST : getEntityClassInputStreamTest()
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: inputstream
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> inputstream
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETENTITYCLASS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 28
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << java.io.ByteArrayInputStream
02-01-2023 10:03:02:FINISHED TEST : getEntityClassInputStreamTest()
02-01-2023 10:03:02:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:02:STARTING TEST : getHeaderStringHeaderUsesHeaderDelegateTest()
02-01-2023 10:03:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: SETSTRINGBEANRUNTIME
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: headerDelegate
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> headerDelegate
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER
02-01-2023 10:03:02:  TRACE: [WIRE] - << HEADER: ResponseFilterEntity
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 20
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << ResponseFilterEntity
02-01-2023 10:03:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: SETORIGINALRUNTIME
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:FINISHED TEST : getHeaderStringHeaderUsesHeaderDelegateTest()
02-01-2023 10:03:02:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:02:STARTING TEST : getHeaderStringHeaderIsNullTest()
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: null
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> null
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << NULL
02-01-2023 10:03:02:FINISHED TEST : getHeaderStringHeaderIsNullTest()
02-01-2023 10:03:02:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:02:STARTING TEST : getLastModifiedIsNullTest()
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETLASTMODIFIED
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << NULL
02-01-2023 10:03:02:FINISHED TEST : getLastModifiedIsNullTest()
02-01-2023 10:03:02:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:02:STARTING TEST : getEntityTypeInputStreamTest()
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: inputstream
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> inputstream
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETENTITYTYPE
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 28
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << java.io.ByteArrayInputStream
02-01-2023 10:03:02:FINISHED TEST : getEntityTypeInputStreamTest()
02-01-2023 10:03:02:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:02:STARTING TEST : getEntityTagTest()
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: ResponseFilterEntity
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> ResponseFilterEntity
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << ETag: "ResponseFilterEntity"
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETENTITYTAG
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 20
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << ResponseFilterEntity
02-01-2023 10:03:02:FINISHED TEST : getEntityTagTest()
02-01-2023 10:03:02:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:02:STARTING TEST : setEntityStreamTest()
02-01-2023 10:03:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setentitystream' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setentitystream
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Transfer-Encoding: chunked
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: SETENTITYSTREAM
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << ResponseFilterEntityOKOKOKOKOKOKOKOKOKOKOKOK
02-01-2023 10:03:02:FINISHED TEST : setEntityStreamTest()
02-01-2023 10:03:02:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:02:STARTING TEST : getEntityIsNullTest()
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETENTITY
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << NULL
02-01-2023 10:03:02:FINISHED TEST : getEntityIsNullTest()
02-01-2023 10:03:02:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:02:STARTING TEST : getHeadersTest()
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaders' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: header
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaders
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> header
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << header4: header
02-01-2023 10:03:02:  TRACE: [WIRE] - << header3: header
02-01-2023 10:03:02:  TRACE: [WIRE] - << header2: header
02-01-2023 10:03:02:  TRACE: [WIRE] - << header1: header
02-01-2023 10:03:02:  TRACE: [WIRE] - << header0: header
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETHEADERS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 50
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << operation header0 header1 header2 header3 header4 
02-01-2023 10:03:02:FINISHED TEST : getHeadersTest()
02-01-2023 10:03:02:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:02:STARTING TEST : getEntityClassStringTest()
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: string
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> string
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETENTITYCLASS
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 16
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << java.lang.String
02-01-2023 10:03:02:FINISHED TEST : getEntityClassStringTest()
02-01-2023 10:03:02:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:02:STARTING TEST : getStatusInfoTest()
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 200
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 200
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 201
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 201
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 201
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 202
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 202
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 202
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 204
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 204
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 204
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 205
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 205
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 205
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 206
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 206
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 206
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 300
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 300
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 300
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 301
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 301
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 301
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 302
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 302
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 302
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 303
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 303
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 303
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 304
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 304
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 304
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 305
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 305
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 305
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 307
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 307
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 307
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 308
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 308
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 308
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 400
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 400
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 400
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 401
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 401
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 401
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 402
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 402
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 402
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 403
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 403
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 403
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 404
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 404
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 404
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 405
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 405
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 405
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 406
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 406
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 406
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 407
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:02:  TRACE: [WIRE] - >> 407
02-01-2023 10:03:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:02:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:02:  TRACE: [WIRE] - << 407
02-01-2023 10:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:02:###############################
02-01-2023 10:03:02:[Request] Adding entity: 408
02-01-2023 10:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:03:  TRACE: [WIRE] - >> 408
02-01-2023 10:03:03:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:03:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:03:  TRACE: [WIRE] - << 408
02-01-2023 10:03:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:03:###############################
02-01-2023 10:03:03:[Request] Adding entity: 409
02-01-2023 10:03:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:03:  TRACE: [WIRE] - >> 409
02-01-2023 10:03:03:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:03:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:03:  TRACE: [WIRE] - << 409
02-01-2023 10:03:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:03:###############################
02-01-2023 10:03:03:[Request] Adding entity: 410
02-01-2023 10:03:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:03:  TRACE: [WIRE] - >> 410
02-01-2023 10:03:03:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:03:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:03:  TRACE: [WIRE] - << 410
02-01-2023 10:03:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:03:###############################
02-01-2023 10:03:03:[Request] Adding entity: 411
02-01-2023 10:03:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:03:  TRACE: [WIRE] - >> 411
02-01-2023 10:03:03:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:03:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:03:  TRACE: [WIRE] - << 411
02-01-2023 10:03:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:03:###############################
02-01-2023 10:03:03:[Request] Adding entity: 412
02-01-2023 10:03:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:03:  TRACE: [WIRE] - >> 412
02-01-2023 10:03:03:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:03:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:03:  TRACE: [WIRE] - << 412
02-01-2023 10:03:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:03:###############################
02-01-2023 10:03:03:[Request] Adding entity: 413
02-01-2023 10:03:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:03:  TRACE: [WIRE] - >> 413
02-01-2023 10:03:03:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:03:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:03:  TRACE: [WIRE] - << 413
02-01-2023 10:03:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:03:###############################
02-01-2023 10:03:03:[Request] Adding entity: 414
02-01-2023 10:03:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:03:  TRACE: [WIRE] - >> 414
02-01-2023 10:03:03:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:03:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:03:  TRACE: [WIRE] - << 414
02-01-2023 10:03:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:03:###############################
02-01-2023 10:03:03:[Request] Adding entity: 415
02-01-2023 10:03:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:03:  TRACE: [WIRE] - >> 415
02-01-2023 10:03:03:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:03:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:03:  TRACE: [WIRE] - << 415
02-01-2023 10:03:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:03:###############################
02-01-2023 10:03:03:[Request] Adding entity: 416
02-01-2023 10:03:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:03:  TRACE: [WIRE] - >> 416
02-01-2023 10:03:03:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:03:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:03:  TRACE: [WIRE] - << 416
02-01-2023 10:03:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:03:###############################
02-01-2023 10:03:03:[Request] Adding entity: 417
02-01-2023 10:03:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:03:  TRACE: [WIRE] - >> 417
02-01-2023 10:03:03:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:03:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:03:  TRACE: [WIRE] - << 417
02-01-2023 10:03:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:03:###############################
02-01-2023 10:03:03:[Request] Adding entity: 428
02-01-2023 10:03:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:03:  TRACE: [WIRE] - >> 428
02-01-2023 10:03:03:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:03:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:03:  TRACE: [WIRE] - << 428
02-01-2023 10:03:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:03:###############################
02-01-2023 10:03:03:[Request] Adding entity: 429
02-01-2023 10:03:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:03:  TRACE: [WIRE] - >> 429
02-01-2023 10:03:03:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:03:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:03:  TRACE: [WIRE] - << 429
02-01-2023 10:03:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:03:###############################
02-01-2023 10:03:03:[Request] Adding entity: 431
02-01-2023 10:03:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:03:  TRACE: [WIRE] - >> 431
02-01-2023 10:03:03:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:03:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:03:  TRACE: [WIRE] - << 431
02-01-2023 10:03:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:03:###############################
02-01-2023 10:03:03:[Request] Adding entity: 451
02-01-2023 10:03:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:03:  TRACE: [WIRE] - >> 451
02-01-2023 10:03:03:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:03:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:03:  TRACE: [WIRE] - << 451
02-01-2023 10:03:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:03:###############################
02-01-2023 10:03:03:[Request] Adding entity: 500
02-01-2023 10:03:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:03:  TRACE: [WIRE] - >> 500
02-01-2023 10:03:03:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:03:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:03:  TRACE: [WIRE] - << 500
02-01-2023 10:03:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:03:###############################
02-01-2023 10:03:03:[Request] Adding entity: 501
02-01-2023 10:03:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:03:  TRACE: [WIRE] - >> 501
02-01-2023 10:03:03:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:03:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:03:  TRACE: [WIRE] - << 501
02-01-2023 10:03:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:03:###############################
02-01-2023 10:03:03:[Request] Adding entity: 502
02-01-2023 10:03:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:03:  TRACE: [WIRE] - >> 502
02-01-2023 10:03:03:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:03:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:03:  TRACE: [WIRE] - << 502
02-01-2023 10:03:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:03:###############################
02-01-2023 10:03:03:[Request] Adding entity: 503
02-01-2023 10:03:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:03:  TRACE: [WIRE] - >> 503
02-01-2023 10:03:03:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:03:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:03:  TRACE: [WIRE] - << 503
02-01-2023 10:03:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:03:###############################
02-01-2023 10:03:03:[Request] Adding entity: 504
02-01-2023 10:03:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:03:  TRACE: [WIRE] - >> 504
02-01-2023 10:03:03:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:03:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:03:  TRACE: [WIRE] - << 504
02-01-2023 10:03:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:03:###############################
02-01-2023 10:03:03:[Request] Adding entity: 505
02-01-2023 10:03:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:03:  TRACE: [WIRE] - >> 505
02-01-2023 10:03:03:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:03:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:03:  TRACE: [WIRE] - << 505
02-01-2023 10:03:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:03:###############################
02-01-2023 10:03:03:[Request] Adding entity: 511
02-01-2023 10:03:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
02-01-2023 10:03:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:03:  TRACE: [WIRE] - >> 511
02-01-2023 10:03:03:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:03:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:03:  TRACE: [WIRE] - << 511
02-01-2023 10:03:03:FINISHED TEST : getStatusInfoTest()
02-01-2023 10:03:03:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:03:STARTING TEST : setStatusTest()
02-01-2023 10:03:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:03:###############################
02-01-2023 10:03:03:[Request] Adding entity: 200
02-01-2023 10:03:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:03:  TRACE: [WIRE] - >> 200
02-01-2023 10:03:03:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:03:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:03:  TRACE: [WIRE] - << 200
02-01-2023 10:03:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:03:###############################
02-01-2023 10:03:03:[Request] Adding entity: 201
02-01-2023 10:03:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:03:  TRACE: [WIRE] - >> 201
02-01-2023 10:03:03:  TRACE: [WIRE] - << 201 CREATED
02-01-2023 10:03:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:03:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:03:  TRACE: [WIRE] - << 201
02-01-2023 10:03:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:03:###############################
02-01-2023 10:03:03:[Request] Adding entity: 202
02-01-2023 10:03:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:03:  TRACE: [WIRE] - >> 202
02-01-2023 10:03:03:  TRACE: [WIRE] - << 202 ACCEPTED
02-01-2023 10:03:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:03:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:03:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:03:  TRACE: [WIRE] - << 202
02-01-2023 10:03:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:03:###############################
02-01-2023 10:03:03:[Request] Adding entity: 204
02-01-2023 10:03:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:03:  TRACE: [WIRE] - >> 204
02-01-2023 10:03:03:  TRACE: [WIRE] - << 204 NO_CONTENT
02-01-2023 10:03:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:03:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:03:###############################
02-01-2023 10:03:03:[Request] Adding entity: 205
02-01-2023 10:03:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:03:  TRACE: [WIRE] - >> 205
02-01-2023 10:03:03:  TRACE: [WIRE] - << 205 RESET_CONTENT
02-01-2023 10:03:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:03:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:33:###############################
02-01-2023 10:03:33:[Request] Adding entity: 206
02-01-2023 10:03:33:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:33:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:33:  TRACE: [WIRE] - >> 206
02-01-2023 10:03:33:  TRACE: [WIRE] - << 206 PARTIAL_CONTENT
02-01-2023 10:03:33:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:33:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:33:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:33:  TRACE: [WIRE] - << 206
02-01-2023 10:03:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:33:###############################
02-01-2023 10:03:33:[Request] Adding entity: 300
02-01-2023 10:03:33:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:33:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:33:  TRACE: [WIRE] - >> 300
02-01-2023 10:03:33:  TRACE: [WIRE] - << 300 MULTIPLE_CHOICES
02-01-2023 10:03:33:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:33:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:33:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:33:  TRACE: [WIRE] - << 300
02-01-2023 10:03:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:33:###############################
02-01-2023 10:03:33:[Request] Adding entity: 301
02-01-2023 10:03:33:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:33:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:33:  TRACE: [WIRE] - >> 301
02-01-2023 10:03:33:  TRACE: [WIRE] - << 301 MOVED_PERMANENTLY
02-01-2023 10:03:33:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:33:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:33:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:33:  TRACE: [WIRE] - << 301
02-01-2023 10:03:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:33:###############################
02-01-2023 10:03:33:[Request] Adding entity: 302
02-01-2023 10:03:33:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:33:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:33:  TRACE: [WIRE] - >> 302
02-01-2023 10:03:33:  TRACE: [WIRE] - << 302 FOUND
02-01-2023 10:03:33:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:33:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:33:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:33:  TRACE: [WIRE] - << 302
02-01-2023 10:03:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:33:###############################
02-01-2023 10:03:33:[Request] Adding entity: 303
02-01-2023 10:03:33:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:33:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:33:  TRACE: [WIRE] - >> 303
02-01-2023 10:03:33:  TRACE: [WIRE] - << 303 SEE_OTHER
02-01-2023 10:03:33:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:33:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:33:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:33:  TRACE: [WIRE] - << 303
02-01-2023 10:03:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:33:###############################
02-01-2023 10:03:33:[Request] Adding entity: 304
02-01-2023 10:03:33:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:33:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:33:  TRACE: [WIRE] - >> 304
02-01-2023 10:03:33:  TRACE: [WIRE] - << 304 NOT_MODIFIED
02-01-2023 10:03:33:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:33:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:33:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:33:###############################
02-01-2023 10:03:33:[Request] Adding entity: 305
02-01-2023 10:03:33:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:33:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:33:  TRACE: [WIRE] - >> 305
02-01-2023 10:03:33:  TRACE: [WIRE] - << 305 USE_PROXY
02-01-2023 10:03:33:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:33:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:33:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:33:  TRACE: [WIRE] - << 305
02-01-2023 10:03:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:33:###############################
02-01-2023 10:03:33:[Request] Adding entity: 307
02-01-2023 10:03:33:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:33:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:33:  TRACE: [WIRE] - >> 307
02-01-2023 10:03:33:  TRACE: [WIRE] - << 307 TEMPORARY_REDIRECT
02-01-2023 10:03:33:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:33:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:33:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:33:  TRACE: [WIRE] - << 307
02-01-2023 10:03:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:33:###############################
02-01-2023 10:03:33:[Request] Adding entity: 308
02-01-2023 10:03:33:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:33:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:33:  TRACE: [WIRE] - >> 308
02-01-2023 10:03:33:  TRACE: [WIRE] - << 308 PERMANENT_REDIRECT
02-01-2023 10:03:33:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:33:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:33:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:33:  TRACE: [WIRE] - << 308
02-01-2023 10:03:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:33:###############################
02-01-2023 10:03:33:[Request] Adding entity: 400
02-01-2023 10:03:33:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:33:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:33:  TRACE: [WIRE] - >> 400
02-01-2023 10:03:33:  TRACE: [WIRE] - << 400 BAD_REQUEST
02-01-2023 10:03:33:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:33:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:33:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:33:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:33:  TRACE: [WIRE] - << 400
02-01-2023 10:03:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:33:###############################
02-01-2023 10:03:33:[Request] Adding entity: 401
02-01-2023 10:03:33:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:33:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:33:  TRACE: [WIRE] - >> 401
02-01-2023 10:03:33:  TRACE: [WIRE] - << 401 UNAUTHORIZED
02-01-2023 10:03:33:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:33:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:33:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:33:  TRACE: [WIRE] - << 401
02-01-2023 10:03:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:33:###############################
02-01-2023 10:03:33:[Request] Adding entity: 402
02-01-2023 10:03:33:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:33:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:33:  TRACE: [WIRE] - >> 402
02-01-2023 10:03:33:  TRACE: [WIRE] - << 402 PAYMENT_REQUIRED
02-01-2023 10:03:33:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:33:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:33:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:33:  TRACE: [WIRE] - << 402
02-01-2023 10:03:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:33:###############################
02-01-2023 10:03:33:[Request] Adding entity: 403
02-01-2023 10:03:33:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:33:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:33:  TRACE: [WIRE] - >> 403
02-01-2023 10:03:33:  TRACE: [WIRE] - << 403 FORBIDDEN
02-01-2023 10:03:33:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:33:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:33:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:33:  TRACE: [WIRE] - << 403
02-01-2023 10:03:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:33:###############################
02-01-2023 10:03:33:[Request] Adding entity: 404
02-01-2023 10:03:33:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:33:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:33:  TRACE: [WIRE] - >> 404
02-01-2023 10:03:33:  TRACE: [WIRE] - << 404 NOT_FOUND
02-01-2023 10:03:33:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:33:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:33:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:33:  TRACE: [WIRE] - << 404
02-01-2023 10:03:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:33:###############################
02-01-2023 10:03:33:[Request] Adding entity: 405
02-01-2023 10:03:33:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:33:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:33:  TRACE: [WIRE] - >> 405
02-01-2023 10:03:33:  TRACE: [WIRE] - << 405 METHOD_NOT_ALLOWED
02-01-2023 10:03:33:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:33:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:33:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:33:  TRACE: [WIRE] - << 405
02-01-2023 10:03:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:33:###############################
02-01-2023 10:03:33:[Request] Adding entity: 406
02-01-2023 10:03:33:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:33:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:33:  TRACE: [WIRE] - >> 406
02-01-2023 10:03:33:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:03:33:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:33:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:33:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:33:  TRACE: [WIRE] - << 406
02-01-2023 10:03:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:33:###############################
02-01-2023 10:03:33:[Request] Adding entity: 407
02-01-2023 10:03:33:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:33:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:33:  TRACE: [WIRE] - >> 407
02-01-2023 10:03:33:  TRACE: [WIRE] - << 407 PROXY_AUTHENTICATION_REQUIRED
02-01-2023 10:03:33:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:33:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:33:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:33:  TRACE: [WIRE] - << 407
02-01-2023 10:03:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:33:###############################
02-01-2023 10:03:33:[Request] Adding entity: 408
02-01-2023 10:03:33:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:33:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:33:  TRACE: [WIRE] - >> 408
02-01-2023 10:03:33:  TRACE: [WIRE] - << 408 REQUEST_TIMEOUT
02-01-2023 10:03:33:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:33:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:33:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:33:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:33:  TRACE: [WIRE] - << 408
02-01-2023 10:03:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:33:###############################
02-01-2023 10:03:33:[Request] Adding entity: 409
02-01-2023 10:03:33:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:33:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:33:  TRACE: [WIRE] - >> 409
02-01-2023 10:03:33:  TRACE: [WIRE] - << 409 CONFLICT
02-01-2023 10:03:33:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:33:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:33:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:33:  TRACE: [WIRE] - << 409
02-01-2023 10:03:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:33:###############################
02-01-2023 10:03:33:[Request] Adding entity: 410
02-01-2023 10:03:33:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:33:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:33:  TRACE: [WIRE] - >> 410
02-01-2023 10:03:33:  TRACE: [WIRE] - << 410 GONE
02-01-2023 10:03:33:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:33:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:33:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:33:  TRACE: [WIRE] - << 410
02-01-2023 10:03:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:33:###############################
02-01-2023 10:03:33:[Request] Adding entity: 411
02-01-2023 10:03:33:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:33:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:33:  TRACE: [WIRE] - >> 411
02-01-2023 10:03:33:  TRACE: [WIRE] - << 411 LENGTH_REQUIRED
02-01-2023 10:03:33:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:33:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:33:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:33:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:33:  TRACE: [WIRE] - << 411
02-01-2023 10:03:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:33:###############################
02-01-2023 10:03:33:[Request] Adding entity: 412
02-01-2023 10:03:33:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:33:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:33:  TRACE: [WIRE] - >> 412
02-01-2023 10:03:33:  TRACE: [WIRE] - << 412 PRECONDITION_FAILED
02-01-2023 10:03:33:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:33:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:33:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:33:  TRACE: [WIRE] - << 412
02-01-2023 10:03:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:33:###############################
02-01-2023 10:03:33:[Request] Adding entity: 413
02-01-2023 10:03:33:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:33:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:33:  TRACE: [WIRE] - >> 413
02-01-2023 10:03:33:  TRACE: [WIRE] - << 413 REQUEST_ENTITY_TOO_LARGE
02-01-2023 10:03:33:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:33:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:33:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:33:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:33:  TRACE: [WIRE] - << 413
02-01-2023 10:03:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:33:###############################
02-01-2023 10:03:33:[Request] Adding entity: 414
02-01-2023 10:03:33:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:33:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:33:  TRACE: [WIRE] - >> 414
02-01-2023 10:03:33:  TRACE: [WIRE] - << 414 REQUEST_URI_TOO_LONG
02-01-2023 10:03:33:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:33:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:33:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:33:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:33:  TRACE: [WIRE] - << 414
02-01-2023 10:03:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:33:###############################
02-01-2023 10:03:33:[Request] Adding entity: 415
02-01-2023 10:03:33:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:33:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:33:  TRACE: [WIRE] - >> 415
02-01-2023 10:03:33:  TRACE: [WIRE] - << 415 UNSUPPORTED_MEDIA_TYPE
02-01-2023 10:03:33:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:33:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:33:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:33:  TRACE: [WIRE] - << 415
02-01-2023 10:03:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:33:###############################
02-01-2023 10:03:33:[Request] Adding entity: 416
02-01-2023 10:03:33:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:33:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:33:  TRACE: [WIRE] - >> 416
02-01-2023 10:03:33:  TRACE: [WIRE] - << 416 REQUESTED_RANGE_NOT_SATISFIABLE
02-01-2023 10:03:33:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:33:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:33:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:33:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:33:  TRACE: [WIRE] - << 416
02-01-2023 10:03:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:33:###############################
02-01-2023 10:03:34:[Request] Adding entity: 417
02-01-2023 10:03:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:34:  TRACE: [WIRE] - >> 417
02-01-2023 10:03:34:  TRACE: [WIRE] - << 417 EXPECTATION_FAILED
02-01-2023 10:03:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:34:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:34:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:34:  TRACE: [WIRE] - << 417
02-01-2023 10:03:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:34:###############################
02-01-2023 10:03:34:[Request] Adding entity: 428
02-01-2023 10:03:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:34:  TRACE: [WIRE] - >> 428
02-01-2023 10:03:34:  TRACE: [WIRE] - << 428 PRECONDITION_REQUIRED
02-01-2023 10:03:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:34:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:34:  TRACE: [WIRE] - << 428
02-01-2023 10:03:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:34:###############################
02-01-2023 10:03:34:[Request] Adding entity: 429
02-01-2023 10:03:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:34:  TRACE: [WIRE] - >> 429
02-01-2023 10:03:34:  TRACE: [WIRE] - << 429 TOO_MANY_REQUESTS
02-01-2023 10:03:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:34:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:34:  TRACE: [WIRE] - << 429
02-01-2023 10:03:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:34:###############################
02-01-2023 10:03:34:[Request] Adding entity: 431
02-01-2023 10:03:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:34:  TRACE: [WIRE] - >> 431
02-01-2023 10:03:34:  TRACE: [WIRE] - << 431 REQUEST_HEADER_FIELDS_TOO_LARGE
02-01-2023 10:03:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:34:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:34:  TRACE: [WIRE] - << 431
02-01-2023 10:03:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:34:###############################
02-01-2023 10:03:34:[Request] Adding entity: 451
02-01-2023 10:03:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:34:  TRACE: [WIRE] - >> 451
02-01-2023 10:03:34:  TRACE: [WIRE] - << 451 UNAVAILABLE_FOR_LEGAL_REASONS
02-01-2023 10:03:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:34:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:34:  TRACE: [WIRE] - << 451
02-01-2023 10:03:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:34:###############################
02-01-2023 10:03:34:[Request] Adding entity: 500
02-01-2023 10:03:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:34:  TRACE: [WIRE] - >> 500
02-01-2023 10:03:34:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
02-01-2023 10:03:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:34:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:34:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:34:  TRACE: [WIRE] - << 500
02-01-2023 10:03:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:34:###############################
02-01-2023 10:03:34:[Request] Adding entity: 501
02-01-2023 10:03:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:34:  TRACE: [WIRE] - >> 501
02-01-2023 10:03:34:  TRACE: [WIRE] - << 501 NOT_IMPLEMENTED
02-01-2023 10:03:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:34:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:34:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:34:  TRACE: [WIRE] - << 501
02-01-2023 10:03:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:34:###############################
02-01-2023 10:03:34:[Request] Adding entity: 502
02-01-2023 10:03:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:34:  TRACE: [WIRE] - >> 502
02-01-2023 10:03:34:  TRACE: [WIRE] - << 502 BAD_GATEWAY
02-01-2023 10:03:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:34:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:34:  TRACE: [WIRE] - << 502
02-01-2023 10:03:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:34:###############################
02-01-2023 10:03:34:[Request] Adding entity: 503
02-01-2023 10:03:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:34:  TRACE: [WIRE] - >> 503
02-01-2023 10:03:34:  TRACE: [WIRE] - << 503 SERVICE_UNAVAILABLE
02-01-2023 10:03:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:34:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:34:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:34:  TRACE: [WIRE] - << 503
02-01-2023 10:03:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:34:###############################
02-01-2023 10:03:34:[Request] Adding entity: 504
02-01-2023 10:03:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:34:  TRACE: [WIRE] - >> 504
02-01-2023 10:03:34:  TRACE: [WIRE] - << 504 GATEWAY_TIMEOUT
02-01-2023 10:03:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:34:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:34:  TRACE: [WIRE] - << 504
02-01-2023 10:03:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:34:###############################
02-01-2023 10:03:34:[Request] Adding entity: 505
02-01-2023 10:03:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:34:  TRACE: [WIRE] - >> 505
02-01-2023 10:03:34:  TRACE: [WIRE] - << 505 HTTP_VERSION_NOT_SUPPORTED
02-01-2023 10:03:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:34:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:34:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:34:  TRACE: [WIRE] - << 505
02-01-2023 10:03:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
02-01-2023 10:03:34:###############################
02-01-2023 10:03:34:[Request] Adding entity: 511
02-01-2023 10:03:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
02-01-2023 10:03:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:34:  TRACE: [WIRE] - >> 511
02-01-2023 10:03:34:  TRACE: [WIRE] - << 511 NETWORK_AUTHENTICATION_REQUIRED
02-01-2023 10:03:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:34:  TRACE: [WIRE] - << OPERATION: SETSTATUS
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:34:  TRACE: [WIRE] - << 511
02-01-2023 10:03:34:FINISHED TEST : setStatusTest()
02-01-2023 10:03:34:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:34:STARTING TEST : getLinkBuilderTest()
02-01-2023 10:03:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder' to target server at 'localhost:8080'
02-01-2023 10:03:34:###############################
02-01-2023 10:03:34:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
02-01-2023 10:03:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder
02-01-2023 10:03:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:34:  TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
02-01-2023 10:03:34:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:34:  TRACE: [WIRE] - << OPERATION: GETLINKBUILDER
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Length: 72
02-01-2023 10:03:34:  TRACE: [WIRE] - << Link: <http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource>; rel="relation"
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:34:  TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
02-01-2023 10:03:34:FINISHED TEST : getLinkBuilderTest()
02-01-2023 10:03:34:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:34:STARTING TEST : getEntityAnnotationsWhenAnnotationsOnEntityTest()
02-01-2023 10:03:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotationsonentity' to target server at 'localhost:8080'
02-01-2023 10:03:34:###############################
02-01-2023 10:03:34:[Request] Adding entity: getEntityAnnotationsWhenAnnotationsOnEntityTest
02-01-2023 10:03:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotationsonentity
02-01-2023 10:03:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:34:  TRACE: [WIRE] - >> getEntityAnnotationsWhenAnnotationsOnEntityTest
02-01-2023 10:03:34:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:34:  TRACE: [WIRE] - << OPERATION: GETENTITYANNOTATIONSONENTITY
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Length: 49
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:34:  TRACE: [WIRE] - << getEntityAnnotationsWhenAnnotationsOnEntityTest 2
02-01-2023 10:03:34:FINISHED TEST : getEntityAnnotationsWhenAnnotationsOnEntityTest()
02-01-2023 10:03:34:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:34:STARTING TEST : getLengthTest()
02-01-2023 10:03:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength' to target server at 'localhost:8080'
02-01-2023 10:03:34:###############################
02-01-2023 10:03:34:[Request] Adding entity: ResponseFilterEntity
02-01-2023 10:03:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength
02-01-2023 10:03:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:34:  TRACE: [WIRE] - >> ResponseFilterEntity
02-01-2023 10:03:34:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:34:  TRACE: [WIRE] - << OPERATION: GETLENGTH
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Length: 20
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:34:  TRACE: [WIRE] - << 20sponseFilterEntity
02-01-2023 10:03:34:FINISHED TEST : getLengthTest()
02-01-2023 10:03:34:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:34:STARTING TEST : getLinkWhenNoLinkTest()
02-01-2023 10:03:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink' to target server at 'localhost:8080'
02-01-2023 10:03:34:###############################
02-01-2023 10:03:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink
02-01-2023 10:03:34:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:03:34:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:34:  TRACE: [WIRE] - << OPERATION: GETLINK
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:34:  TRACE: [WIRE] - << NULL
02-01-2023 10:03:34:FINISHED TEST : getLinkWhenNoLinkTest()
02-01-2023 10:03:34:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:34:STARTING TEST : getStringHeadersHeaderIsNullTest()
02-01-2023 10:03:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080'
02-01-2023 10:03:34:###############################
02-01-2023 10:03:34:[Request] Adding entity: null
02-01-2023 10:03:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders
02-01-2023 10:03:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:34:  TRACE: [WIRE] - >> null
02-01-2023 10:03:34:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:34:  TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:34:  TRACE: [WIRE] - << NULL
02-01-2023 10:03:34:FINISHED TEST : getStringHeadersHeaderIsNullTest()
02-01-2023 10:03:34:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:34:STARTING TEST : getLastModifiedTest()
02-01-2023 10:03:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified' to target server at 'localhost:8080'
02-01-2023 10:03:34:###############################
02-01-2023 10:03:34:[Request] Adding entity: 1675245814000
02-01-2023 10:03:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified
02-01-2023 10:03:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:34:  TRACE: [WIRE] - >> 1675245814000
02-01-2023 10:03:34:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:34:  TRACE: [WIRE] - << OPERATION: GETLASTMODIFIED
02-01-2023 10:03:34:  TRACE: [WIRE] - << Last-Modified: Wed, 01 Feb 2023 10:03:34 GMT
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Length: 13
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:34:  TRACE: [WIRE] - << 1675245814000
02-01-2023 10:03:34:FINISHED TEST : getLastModifiedTest()
02-01-2023 10:03:34:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:34:STARTING TEST : getEntityTypeByteArrayTest()
02-01-2023 10:03:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype' to target server at 'localhost:8080'
02-01-2023 10:03:34:###############################
02-01-2023 10:03:34:[Request] Adding entity: bytearray
02-01-2023 10:03:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype
02-01-2023 10:03:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:34:  TRACE: [WIRE] - >> bytearray
02-01-2023 10:03:34:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:34:  TRACE: [WIRE] - << OPERATION: GETENTITYTYPE
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Length: 2
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:34:  TRACE: [WIRE] - << [B
02-01-2023 10:03:34:FINISHED TEST : getEntityTypeByteArrayTest()
02-01-2023 10:03:34:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:34:STARTING TEST : getEntityTypeStringTest()
02-01-2023 10:03:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype' to target server at 'localhost:8080'
02-01-2023 10:03:34:###############################
02-01-2023 10:03:34:[Request] Adding entity: string
02-01-2023 10:03:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype
02-01-2023 10:03:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:34:  TRACE: [WIRE] - >> string
02-01-2023 10:03:34:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:34:  TRACE: [WIRE] - << OPERATION: GETENTITYTYPE
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Length: 16
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:34:  TRACE: [WIRE] - << java.lang.String
02-01-2023 10:03:34:FINISHED TEST : getEntityTypeStringTest()
02-01-2023 10:03:34:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:34:STARTING TEST : getHeaderStringHeaderUsesToStringMethodTest()
02-01-2023 10:03:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080'
02-01-2023 10:03:34:###############################
02-01-2023 10:03:34:[Request] Adding entity: toString
02-01-2023 10:03:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader
02-01-2023 10:03:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:34:  TRACE: [WIRE] - >> toString
02-01-2023 10:03:34:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:34:  TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER
02-01-2023 10:03:34:  TRACE: [WIRE] - << HEADER: ResponseFilterEntity
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Length: 20
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:34:  TRACE: [WIRE] - << ResponseFilterEntity
02-01-2023 10:03:34:FINISHED TEST : getHeaderStringHeaderUsesToStringMethodTest()
02-01-2023 10:03:34:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:34:STARTING TEST : getLocationTest()
02-01-2023 10:03:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation' to target server at 'localhost:8080'
02-01-2023 10:03:34:###############################
02-01-2023 10:03:34:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
02-01-2023 10:03:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation
02-01-2023 10:03:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:34:  TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
02-01-2023 10:03:34:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:34:  TRACE: [WIRE] - << OPERATION: GETLOCATION
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Length: 72
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:34:  TRACE: [WIRE] - << Location: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
02-01-2023 10:03:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:34:  TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
02-01-2023 10:03:34:FINISHED TEST : getLocationTest()
02-01-2023 10:03:34:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:34:STARTING TEST : getLocationWhenNoLocationTest()
02-01-2023 10:03:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation' to target server at 'localhost:8080'
02-01-2023 10:03:34:###############################
02-01-2023 10:03:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation
02-01-2023 10:03:34:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:03:34:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:34:  TRACE: [WIRE] - << OPERATION: GETLOCATION
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:34:  TRACE: [WIRE] - << NULL
02-01-2023 10:03:34:FINISHED TEST : getLocationWhenNoLocationTest()
02-01-2023 10:03:34:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:34:STARTING TEST : getEntityTagIsNullTest()
02-01-2023 10:03:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag' to target server at 'localhost:8080'
02-01-2023 10:03:34:###############################
02-01-2023 10:03:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag
02-01-2023 10:03:34:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:03:34:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:34:  TRACE: [WIRE] - << OPERATION: GETENTITYTAG
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:34:  TRACE: [WIRE] - << NULL
02-01-2023 10:03:34:FINISHED TEST : getEntityTagIsNullTest()
02-01-2023 10:03:34:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:34:STARTING TEST : getCookiesTest()
02-01-2023 10:03:34:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookies' to target server at 'localhost:8080'
02-01-2023 10:03:34:###############################
02-01-2023 10:03:34:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookies
02-01-2023 10:03:34:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:03:34:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:34:  TRACE: [WIRE] - << OPERATION: GETCOOKIES
02-01-2023 10:03:34:  TRACE: [WIRE] - << Set-Cookie: CookieName=CookieName;Version=1
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Length: 11
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:34:  TRACE: [WIRE] - << cookiename 
02-01-2023 10:03:34:FINISHED TEST : getCookiesTest()
02-01-2023 10:03:34:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:34:STARTING TEST : hasEntityWhenNoEntityTest()
02-01-2023 10:03:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity' to target server at 'localhost:8080'
02-01-2023 10:03:34:###############################
02-01-2023 10:03:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity
02-01-2023 10:03:34:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:03:34:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:34:  TRACE: [WIRE] - << OPERATION: HASENTITY
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Length: 5
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:34:  TRACE: [WIRE] - << false
02-01-2023 10:03:34:FINISHED TEST : hasEntityWhenNoEntityTest()
02-01-2023 10:03:34:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:34:STARTING TEST : getEntityStreamTest()
02-01-2023 10:03:34:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitystream' to target server at 'localhost:8080'
02-01-2023 10:03:34:###############################
02-01-2023 10:03:34:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitystream
02-01-2023 10:03:34:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:03:34:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:34:  TRACE: [WIRE] - << OPERATION: GETENTITYSTREAM
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Length: 20
02-01-2023 10:03:34:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:34:  TRACE: [WIRE] - << ResponseFilterEntity
02-01-2023 10:03:34:FINISHED TEST : getEntityStreamTest()
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 63.443 s - in ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.cookieparam.locator.JAXRSLocatorClientIT
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:STARTING TEST : cookieParamListEntityWithFromStringTest()
02-01-2023 10:03:35:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:[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'
02-01-2023 10:03:35:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
02-01-2023 10:03:35:[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'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:FINISHED TEST : cookieParamListEntityWithFromStringTest()
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:STARTING TEST : cookieParamEntityWithFromStringTest()
02-01-2023 10:03:35:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:[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'
02-01-2023 10:03:35:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected
02-01-2023 10:03:35:[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'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:FINISHED TEST : cookieParamEntityWithFromStringTest()
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:STARTING TEST : cookieParamSetEntityWithFromStringTest()
02-01-2023 10:03:35:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:[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'
02-01-2023 10:03:35:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
02-01-2023 10:03:35:[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'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:FINISHED TEST : cookieParamSetEntityWithFromStringTest()
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest()
02-01-2023 10:03:35:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:[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'
02-01-2023 10:03:35:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
02-01-2023 10:03:35:[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'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest()
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest()
02-01-2023 10:03:35:[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'
02-01-2023 10:03:35:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected
02-01-2023 10:03:35:[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'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest()
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:STARTING TEST : cookieParamSubTest()
02-01-2023 10:03:35:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=setcookie HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=verifycookie HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:FINISHED TEST : cookieParamSubTest()
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:STARTING TEST : cookieParamEntityWithValueOfTest()
02-01-2023 10:03:35:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:[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'
02-01-2023 10:03:35:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected
02-01-2023 10:03:35:[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'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:FINISHED TEST : cookieParamEntityWithValueOfTest()
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:STARTING TEST : cookieParamEntityWithConstructorTest()
02-01-2023 10:03:35:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:[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'
02-01-2023 10:03:35:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected
02-01-2023 10:03:35:[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'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:FINISHED TEST : cookieParamEntityWithConstructorTest()
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest()
02-01-2023 10:03:35:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:03:35:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected
02-01-2023 10:03:35:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest()
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.999 s - in ee.jakarta.tck.ws.rs.ee.rs.cookieparam.locator.JAXRSLocatorClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.cookieparam.sub.JAXRSSubClientIT
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:STARTING TEST : cookieParamListEntityWithFromStringTest()
02-01-2023 10:03:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:[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'
02-01-2023 10:03:35:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
02-01-2023 10:03:35:[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'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:FINISHED TEST : cookieParamListEntityWithFromStringTest()
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:STARTING TEST : cookieParamEntityWithFromStringTest()
02-01-2023 10:03:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:[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'
02-01-2023 10:03:35:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected
02-01-2023 10:03:35:[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'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:FINISHED TEST : cookieParamEntityWithFromStringTest()
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:STARTING TEST : cookieFieldParamEntityWithFromStringTest()
02-01-2023 10:03:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:[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'
02-01-2023 10:03:35:Found cookie FieldParamEntityWithFromString=JAXRS_SPEC_5.3 as expected
02-01-2023 10:03:35:[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'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:FINISHED TEST : cookieFieldParamEntityWithFromStringTest()
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:STARTING TEST : cookieFieldParamEntityWithConstructorTest()
02-01-2023 10:03:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:[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'
02-01-2023 10:03:35:Found cookie FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected
02-01-2023 10:03:35:[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'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:FINISHED TEST : cookieFieldParamEntityWithConstructorTest()
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:STARTING TEST : cookieFieldParamListEntityWithFromStringTest()
02-01-2023 10:03:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:[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'
02-01-2023 10:03:35:Found cookie FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
02-01-2023 10:03:35:[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'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:FINISHED TEST : cookieFieldParamListEntityWithFromStringTest()
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:STARTING TEST : cookieParamSetEntityWithFromStringTest()
02-01-2023 10:03:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:[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'
02-01-2023 10:03:35:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
02-01-2023 10:03:35:[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'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:FINISHED TEST : cookieParamSetEntityWithFromStringTest()
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest()
02-01-2023 10:03:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:[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'
02-01-2023 10:03:35:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
02-01-2023 10:03:35:[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'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest()
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:STARTING TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest()
02-01-2023 10:03:35:[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'
02-01-2023 10:03:35:Found cookie FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected
02-01-2023 10:03:35:[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'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:FINISHED TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest()
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest()
02-01-2023 10:03:35:[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'
02-01-2023 10:03:35:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected
02-01-2023 10:03:35:[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'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest()
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:STARTING TEST : cookieParamSubTest()
02-01-2023 10:03:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=setcookie HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=verifycookie HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:FINISHED TEST : cookieParamSubTest()
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:STARTING TEST : cookieFieldThrowingWebApplicationExceptionTest()
02-01-2023 10:03:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:03:35:Found cookie FieldParamEntityThrowingWebApplicationException=CREATED as expected
02-01-2023 10:03:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:FINISHED TEST : cookieFieldThrowingWebApplicationExceptionTest()
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:STARTING TEST : cookieFieldSortedSetEntityWithFromStringTest()
02-01-2023 10:03:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:[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'
02-01-2023 10:03:35:Found cookie FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
02-01-2023 10:03:35:[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'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:FINISHED TEST : cookieFieldSortedSetEntityWithFromStringTest()
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:STARTING TEST : cookieParamEntityWithValueOfTest()
02-01-2023 10:03:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:[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'
02-01-2023 10:03:35:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected
02-01-2023 10:03:35:[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'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:FINISHED TEST : cookieParamEntityWithValueOfTest()
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:STARTING TEST : cookieParamEntityWithConstructorTest()
02-01-2023 10:03:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:[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'
02-01-2023 10:03:35:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected
02-01-2023 10:03:35:[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'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:FINISHED TEST : cookieParamEntityWithConstructorTest()
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:STARTING TEST : cookieFieldParamSetEntityWithFromStringTest()
02-01-2023 10:03:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:[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'
02-01-2023 10:03:35:Found cookie FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
02-01-2023 10:03:35:[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'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:FINISHED TEST : cookieFieldParamSetEntityWithFromStringTest()
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:STARTING TEST : cookieFieldParamEntityWithValueOfTest()
02-01-2023 10:03:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:[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'
02-01-2023 10:03:35:Found cookie FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected
02-01-2023 10:03:35:[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'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:FINISHED TEST : cookieFieldParamEntityWithValueOfTest()
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:35:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest()
02-01-2023 10:03:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:03:35:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected
02-01-2023 10:03:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:35:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest()
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.763 s - in ee.jakarta.tck.ws.rs.ee.rs.cookieparam.sub.JAXRSSubClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.cookieparam.JAXRSClientIT
02-01-2023 10:03:36:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:36:STARTING TEST : cookieParamListEntityWithFromStringTest()
02-01-2023 10:03:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:36:[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'
02-01-2023 10:03:36:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
02-01-2023 10:03:36:[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'
Feb 01, 2023 10:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:36:FINISHED TEST : cookieParamListEntityWithFromStringTest()
02-01-2023 10:03:36:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:36:STARTING TEST : cookieParamTest()
02-01-2023 10:03:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=setcookie HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=verifycookie HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:36:FINISHED TEST : cookieParamTest()
02-01-2023 10:03:36:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:36:STARTING TEST : cookieParamEntityWithFromStringTest()
02-01-2023 10:03:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:36:[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'
02-01-2023 10:03:36:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected
02-01-2023 10:03:36:[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'
Feb 01, 2023 10:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:36:FINISHED TEST : cookieParamEntityWithFromStringTest()
02-01-2023 10:03:36:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:36:STARTING TEST : cookieFieldParamEntityWithFromStringTest()
02-01-2023 10:03:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:36:[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'
02-01-2023 10:03:36:Found cookie FieldParamEntityWithFromString=JAXRS_SPEC_5.3 as expected
02-01-2023 10:03:36:[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'
Feb 01, 2023 10:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:36:FINISHED TEST : cookieFieldParamEntityWithFromStringTest()
02-01-2023 10:03:36:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:36:STARTING TEST : cookieFieldParamEntityWithConstructorTest()
02-01-2023 10:03:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:36:[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'
02-01-2023 10:03:36:Found cookie FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected
02-01-2023 10:03:36:[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'
Feb 01, 2023 10:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:36:FINISHED TEST : cookieFieldParamEntityWithConstructorTest()
02-01-2023 10:03:36:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:36:STARTING TEST : cookieFieldParamListEntityWithFromStringTest()
02-01-2023 10:03:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:36:[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'
02-01-2023 10:03:36:Found cookie FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
02-01-2023 10:03:36:[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'
Feb 01, 2023 10:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:36:FINISHED TEST : cookieFieldParamListEntityWithFromStringTest()
02-01-2023 10:03:36:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:36:STARTING TEST : cookieParamSetEntityWithFromStringTest()
02-01-2023 10:03:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:36:[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'
02-01-2023 10:03:36:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
02-01-2023 10:03:36:[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'
Feb 01, 2023 10:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:36:FINISHED TEST : cookieParamSetEntityWithFromStringTest()
02-01-2023 10:03:36:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:36:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest()
02-01-2023 10:03:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:36:[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'
02-01-2023 10:03:36:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
02-01-2023 10:03:36:[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'
Feb 01, 2023 10:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:36:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest()
02-01-2023 10:03:36:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:36:STARTING TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest()
02-01-2023 10:03:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:03:36:Found cookie FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected
02-01-2023 10:03:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:36:FINISHED TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest()
02-01-2023 10:03:36:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:36:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest()
02-01-2023 10:03:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:03:36:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected
02-01-2023 10:03:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:36:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest()
02-01-2023 10:03:36:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:36:STARTING TEST : cookieFieldThrowingWebApplicationExceptionTest()
02-01-2023 10:03:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:03:36:Found cookie FieldParamEntityThrowingWebApplicationException=CREATED as expected
02-01-2023 10:03:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:36:FINISHED TEST : cookieFieldThrowingWebApplicationExceptionTest()
02-01-2023 10:03:36:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:36:STARTING TEST : cookieFieldSortedSetEntityWithFromStringTest()
02-01-2023 10:03:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:36:[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'
02-01-2023 10:03:36:Found cookie FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
02-01-2023 10:03:36:[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'
Feb 01, 2023 10:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:36:FINISHED TEST : cookieFieldSortedSetEntityWithFromStringTest()
02-01-2023 10:03:36:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:36:STARTING TEST : cookieParamEntityWithValueOfTest()
02-01-2023 10:03:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:36:[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'
02-01-2023 10:03:36:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected
02-01-2023 10:03:36:[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'
Feb 01, 2023 10:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:36:FINISHED TEST : cookieParamEntityWithValueOfTest()
02-01-2023 10:03:36:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:36:STARTING TEST : cookieParamEntityWithConstructorTest()
02-01-2023 10:03:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:36:[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'
02-01-2023 10:03:36:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected
02-01-2023 10:03:36:[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'
Feb 01, 2023 10:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:36:FINISHED TEST : cookieParamEntityWithConstructorTest()
02-01-2023 10:03:36:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:36:STARTING TEST : cookieFieldParamSetEntityWithFromStringTest()
02-01-2023 10:03:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:36:[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'
02-01-2023 10:03:36:Found cookie FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
02-01-2023 10:03:36:[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'
Feb 01, 2023 10:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:36:FINISHED TEST : cookieFieldParamSetEntityWithFromStringTest()
02-01-2023 10:03:36:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:36:STARTING TEST : cookieFieldParamEntityWithValueOfTest()
02-01-2023 10:03:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:36:[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'
02-01-2023 10:03:36:Found cookie FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected
02-01-2023 10:03:36:[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'
Feb 01, 2023 10:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:36:FINISHED TEST : cookieFieldParamEntityWithValueOfTest()
02-01-2023 10:03:36:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:36:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest()
02-01-2023 10:03:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:03:36:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected
02-01-2023 10:03:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:36:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest()
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.443 s - in ee.jakarta.tck.ws.rs.ee.rs.cookieparam.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.application.JAXRSClientIT
02-01-2023 10:03:36:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:36:STARTING TEST : getSingletonsTest()
02-01-2023 10:03:36:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_application_web/ApplicationTest/GetSingletons HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:36:FINISHED TEST : getSingletonsTest()
02-01-2023 10:03:36:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:36:STARTING TEST : getClassesTest()
02-01-2023 10:03:36:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_application_web/ApplicationTest/GetClasses HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:36:FINISHED TEST : getClassesTest()
02-01-2023 10:03:36:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:36:STARTING TEST : defaultGetPropertiesIsEmptyTest()
02-01-2023 10:03:36:Default implementation gets empty map as expected
02-01-2023 10:03:36:FINISHED TEST : defaultGetPropertiesIsEmptyTest()
02-01-2023 10:03:36:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:36:STARTING TEST : getPropertiesTest()
02-01-2023 10:03:36:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_application_web/ApplicationTest/properties HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:36:FINISHED TEST : getPropertiesTest()
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.454 s - in ee.jakarta.tck.ws.rs.ee.rs.core.application.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT
02-01-2023 10:03:37:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:37:STARTING TEST : registerClassBindingPriorityFirstIsSecondTest()
02-01-2023 10:03:37:Check on Configurable Client
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
02-01-2023 10:03:37:Found 2 provider(s) as expected
02-01-2023 10:03:37:Found 2 provider(s) as expected
02-01-2023 10:03:37:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected
02-01-2023 10:03:37:Check on Configurable WebTarget
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
02-01-2023 10:03:37:Found 0 provider(s) as expected
02-01-2023 10:03:37:Found 2 provider(s) as expected
02-01-2023 10:03:37:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected
02-01-2023 10:03:37:FINISHED TEST : registerClassBindingPriorityFirstIsSecondTest()
02-01-2023 10:03:37:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:37:STARTING TEST : registerClassWriterContractsTest()
02-01-2023 10:03:37:Check on Configurable Client
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
02-01-2023 10:03:37:Found 1 provider(s) as expected
02-01-2023 10:03:37:Found 1 provider(s) as expected
02-01-2023 10:03:37:sucessufully wrote Callable by provider registered on Configurable Client
02-01-2023 10:03:37: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.
02-01-2023 10:03:37:Check on Configurable WebTarget
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
02-01-2023 10:03:37:Found 0 provider(s) as expected
02-01-2023 10:03:37:Found 1 provider(s) as expected
02-01-2023 10:03:37:sucessufully wrote Callable by provider registered on Configurable WebTarget
02-01-2023 10:03:37: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.
02-01-2023 10:03:37:FINISHED TEST : registerClassWriterContractsTest()
02-01-2023 10:03:37:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:37:STARTING TEST : registerObjectReaderContractsTest()
02-01-2023 10:03:37:Check on Configurable Client
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
02-01-2023 10:03:37:Found 1 provider(s) as expected
02-01-2023 10:03:37:Found 1 provider(s) as expected
02-01-2023 10:03:37:sucessufully read Callable by provider registered on Configurable Client
02-01-2023 10:03:37:Check on Configurable WebTarget
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
02-01-2023 10:03:37:Found 0 provider(s) as expected
02-01-2023 10:03:37:Found 1 provider(s) as expected
02-01-2023 10:03:37:sucessufully read Callable by provider registered on Configurable WebTarget
02-01-2023 10:03:37:FINISHED TEST : registerObjectReaderContractsTest()
02-01-2023 10:03:37:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:37:STARTING TEST : registerObjectBindingPriorityTest()
02-01-2023 10:03:37:Check on Configurable Client
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
02-01-2023 10:03:37:Found 2 provider(s) as expected
02-01-2023 10:03:37:Found 2 provider(s) as expected
02-01-2023 10:03:37:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected
02-01-2023 10:03:37:Check on Configurable WebTarget
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
02-01-2023 10:03:37:Found 0 provider(s) as expected
02-01-2023 10:03:37:Found 2 provider(s) as expected
02-01-2023 10:03:37:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected
02-01-2023 10:03:37:FINISHED TEST : registerObjectBindingPriorityTest()
02-01-2023 10:03:37:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:37:STARTING TEST : registerClassReaderContractsInMapTest()
02-01-2023 10:03:37:Check on Configurable Client
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
02-01-2023 10:03:37:Found 1 provider(s) as expected
02-01-2023 10:03:37:Found 1 provider(s) as expected
02-01-2023 10:03:37:sucessufully read Callable by provider registered on Configurable Client
02-01-2023 10:03:37:Check on Configurable WebTarget
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
02-01-2023 10:03:37:Found 0 provider(s) as expected
02-01-2023 10:03:37:Found 1 provider(s) as expected
02-01-2023 10:03:37:sucessufully read Callable by provider registered on Configurable WebTarget
02-01-2023 10:03:37:FINISHED TEST : registerClassReaderContractsInMapTest()
02-01-2023 10:03:37:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:37:STARTING TEST : registerObjectWriterContractsInMapTest()
02-01-2023 10:03:37:Check on Configurable Client
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
02-01-2023 10:03:37:Found 1 provider(s) as expected
02-01-2023 10:03:37:Found 1 provider(s) as expected
02-01-2023 10:03:37:sucessufully wrote Callable by provider registered on Configurable Client
02-01-2023 10:03:37: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.
02-01-2023 10:03:37:Check on Configurable WebTarget
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
02-01-2023 10:03:37:Found 0 provider(s) as expected
02-01-2023 10:03:37:Found 1 provider(s) as expected
02-01-2023 10:03:37:sucessufully wrote Callable by provider registered on Configurable WebTarget
02-01-2023 10:03:37: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.
02-01-2023 10:03:37:FINISHED TEST : registerObjectWriterContractsInMapTest()
02-01-2023 10:03:37:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:37:STARTING TEST : registerClassEmptyContractsTest()
02-01-2023 10:03:37:Check on Configurable Client
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
Feb 01, 2023 10:03:37 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider to null or empty array of contracts  is ignored.
02-01-2023 10:03:37:Found 0 provider(s) as expected
02-01-2023 10:03:37:Found 0 provider(s) as expected
02-01-2023 10:03:37:The provider of with contracts has ben ignored as expected
02-01-2023 10:03:37:Check on Configurable WebTarget
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
02-01-2023 10:03:37:Found 0 provider(s) as expected
Feb 01, 2023 10:03:37 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider to null or empty array of contracts  is ignored.
02-01-2023 10:03:37:Found 0 provider(s) as expected
02-01-2023 10:03:37:The provider of with contracts has ben ignored as expected
02-01-2023 10:03:37:FINISHED TEST : registerClassEmptyContractsTest()
02-01-2023 10:03:37:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:37:STARTING TEST : registerClassNotAssignableContractsInMapTest()
02-01-2023 10:03:37:Check on Configurable Client
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
Feb 01, 2023 10:03:37 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider: Contract not assignable to component.

02-01-2023 10:03:37:Found 0 provider(s) as expected
02-01-2023 10:03:37:Found 0 provider(s) as expected
02-01-2023 10:03:37:The provider with unassignable contract has ben ignored as expected
02-01-2023 10:03:37:Check on Configurable WebTarget
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
02-01-2023 10:03:37:Found 0 provider(s) as expected
Feb 01, 2023 10:03:37 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider: Contract not assignable to component.

02-01-2023 10:03:37:Found 0 provider(s) as expected
02-01-2023 10:03:37:The provider with unassignable contract has ben ignored as expected
02-01-2023 10:03:37:FINISHED TEST : registerClassNotAssignableContractsInMapTest()
02-01-2023 10:03:37:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:37:STARTING TEST : registerObjectNotAssignableContractsInMapTest()
02-01-2023 10:03:37:Check on Configurable Client
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
Feb 01, 2023 10:03:37 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$24: Contract not assignable to component.

02-01-2023 10:03:37:Found 0 provider(s) as expected
02-01-2023 10:03:37:Found 0 provider(s) as expected
02-01-2023 10:03:37:The provider with unassignable contract has ben ignored as expected
02-01-2023 10:03:37:Check on Configurable WebTarget
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
02-01-2023 10:03:37:Found 0 provider(s) as expected
Feb 01, 2023 10:03:37 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$25: Contract not assignable to component.

02-01-2023 10:03:37:Found 0 provider(s) as expected
02-01-2023 10:03:37:The provider with unassignable contract has ben ignored as expected
02-01-2023 10:03:37:FINISHED TEST : registerObjectNotAssignableContractsInMapTest()
02-01-2023 10:03:37:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:37:STARTING TEST : registerClassReaderContractsTest()
02-01-2023 10:03:37:Check on Configurable Client
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
02-01-2023 10:03:37:Found 1 provider(s) as expected
02-01-2023 10:03:37:Found 1 provider(s) as expected
02-01-2023 10:03:37:sucessufully read Callable by provider registered on Configurable Client
02-01-2023 10:03:37:Check on Configurable WebTarget
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
02-01-2023 10:03:37:Found 0 provider(s) as expected
02-01-2023 10:03:37:Found 1 provider(s) as expected
02-01-2023 10:03:37:sucessufully read Callable by provider registered on Configurable WebTarget
02-01-2023 10:03:37:FINISHED TEST : registerClassReaderContractsTest()
02-01-2023 10:03:37:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:37:STARTING TEST : registerObjectEmptyContractsTest()
02-01-2023 10:03:37:Check on Configurable Client
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
Feb 01, 2023 10:03:37 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$24 to null or empty array of contracts  is ignored.
02-01-2023 10:03:37:Found 0 provider(s) as expected
02-01-2023 10:03:37:Found 0 provider(s) as expected
02-01-2023 10:03:37:The provider with empty contracts has ben ignored as expected
02-01-2023 10:03:37:Check on Configurable WebTarget
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
02-01-2023 10:03:37:Found 0 provider(s) as expected
Feb 01, 2023 10:03:37 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$25 to null or empty array of contracts  is ignored.
02-01-2023 10:03:37:Found 0 provider(s) as expected
02-01-2023 10:03:37:The provider with empty contracts has ben ignored as expected
02-01-2023 10:03:37:FINISHED TEST : registerObjectEmptyContractsTest()
02-01-2023 10:03:37:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:37:STARTING TEST : registerClassBindingPriorityInMapTest()
02-01-2023 10:03:37:Check on Configurable Client
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
02-01-2023 10:03:37:Found 2 provider(s) as expected
02-01-2023 10:03:37:Found 2 provider(s) as expected
02-01-2023 10:03:37:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected
02-01-2023 10:03:37:Check on Configurable WebTarget
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
02-01-2023 10:03:37:Found 0 provider(s) as expected
02-01-2023 10:03:37:Found 2 provider(s) as expected
02-01-2023 10:03:37:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected
02-01-2023 10:03:37:FINISHED TEST : registerClassBindingPriorityInMapTest()
02-01-2023 10:03:37:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:37:STARTING TEST : registerObjectReaderContractsInMapTest()
02-01-2023 10:03:37:Check on Configurable Client
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
02-01-2023 10:03:37:Found 1 provider(s) as expected
02-01-2023 10:03:37:Found 1 provider(s) as expected
02-01-2023 10:03:37:sucessufully read Callable by provider registered on Configurable Client
02-01-2023 10:03:37:Check on Configurable WebTarget
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
02-01-2023 10:03:37:Found 0 provider(s) as expected
02-01-2023 10:03:37:Found 1 provider(s) as expected
02-01-2023 10:03:37:sucessufully read Callable by provider registered on Configurable WebTarget
02-01-2023 10:03:37:FINISHED TEST : registerObjectReaderContractsInMapTest()
02-01-2023 10:03:37:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:37:STARTING TEST : registerClassNullContractsTest()
02-01-2023 10:03:37:Check on Configurable Client
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
Feb 01, 2023 10:03:37 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider to null or empty array of contracts  is ignored.
02-01-2023 10:03:37:Found 0 provider(s) as expected
02-01-2023 10:03:37:Found 0 provider(s) as expected
02-01-2023 10:03:37:The provider with null contract has ben ignored as expected
02-01-2023 10:03:37:Check on Configurable WebTarget
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
02-01-2023 10:03:37:Found 0 provider(s) as expected
Feb 01, 2023 10:03:37 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider to null or empty array of contracts  is ignored.
02-01-2023 10:03:37:Found 0 provider(s) as expected
02-01-2023 10:03:37:The provider with null contract has ben ignored as expected
02-01-2023 10:03:37:FINISHED TEST : registerClassNullContractsTest()
02-01-2023 10:03:37:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:37:STARTING TEST : registerObjectNotAssignableContractsTest()
02-01-2023 10:03:37:Check on Configurable Client
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
Feb 01, 2023 10:03:37 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$24: Contract not assignable to component.

02-01-2023 10:03:37:Found 0 provider(s) as expected
02-01-2023 10:03:37:Found 0 provider(s) as expected
02-01-2023 10:03:37:The provider withO unassignable contract has ben ignored as expected
02-01-2023 10:03:37:Check on Configurable WebTarget
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
02-01-2023 10:03:37:Found 0 provider(s) as expected
Feb 01, 2023 10:03:37 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$25: Contract not assignable to component.

02-01-2023 10:03:37:Found 0 provider(s) as expected
02-01-2023 10:03:37:The provider withO unassignable contract has ben ignored as expected
02-01-2023 10:03:37:FINISHED TEST : registerObjectNotAssignableContractsTest()
02-01-2023 10:03:37:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:37:STARTING TEST : registerClassNotAssignableContractsTest()
02-01-2023 10:03:37:Check on Configurable Client
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
Feb 01, 2023 10:03:37 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider: Contract not assignable to component.

02-01-2023 10:03:37:Found 0 provider(s) as expected
02-01-2023 10:03:37:Found 0 provider(s) as expected
02-01-2023 10:03:37:The provider with unassignable contract has ben ignored as expected
02-01-2023 10:03:37:Check on Configurable WebTarget
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
02-01-2023 10:03:37:Found 0 provider(s) as expected
Feb 01, 2023 10:03:37 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider: Contract not assignable to component.

02-01-2023 10:03:37:Found 0 provider(s) as expected
02-01-2023 10:03:37:The provider with unassignable contract has ben ignored as expected
02-01-2023 10:03:37:FINISHED TEST : registerClassNotAssignableContractsTest()
02-01-2023 10:03:37:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:37:STARTING TEST : registerObjectWriterContractsTest()
02-01-2023 10:03:37:Check on Configurable Client
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
02-01-2023 10:03:37:Found 1 provider(s) as expected
02-01-2023 10:03:37:Found 1 provider(s) as expected
02-01-2023 10:03:37:sucessufully wrote Callable by provider registered on Configurable Client
02-01-2023 10:03:37: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.
02-01-2023 10:03:37:Check on Configurable WebTarget
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
02-01-2023 10:03:37:Found 0 provider(s) as expected
02-01-2023 10:03:37:Found 1 provider(s) as expected
02-01-2023 10:03:37:sucessufully wrote Callable by provider registered on Configurable WebTarget
02-01-2023 10:03:37: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.
02-01-2023 10:03:37:FINISHED TEST : registerObjectWriterContractsTest()
02-01-2023 10:03:37:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:37:STARTING TEST : registerObjectBindingPriorityInMapTest()
02-01-2023 10:03:37:Check on Configurable Client
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
02-01-2023 10:03:37:Found 2 provider(s) as expected
02-01-2023 10:03:37:Found 2 provider(s) as expected
02-01-2023 10:03:37:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected
02-01-2023 10:03:37:Check on Configurable WebTarget
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
02-01-2023 10:03:37:Found 0 provider(s) as expected
02-01-2023 10:03:37:Found 2 provider(s) as expected
02-01-2023 10:03:37:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected
02-01-2023 10:03:37:FINISHED TEST : registerObjectBindingPriorityInMapTest()
02-01-2023 10:03:37:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:37:STARTING TEST : registerClassWriterContractsInMapTest()
02-01-2023 10:03:37:Check on Configurable Client
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
02-01-2023 10:03:37:Found 1 provider(s) as expected
02-01-2023 10:03:37:Found 1 provider(s) as expected
02-01-2023 10:03:37:sucessufully wrote Callable by provider registered on Configurable Client
02-01-2023 10:03:37: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.
02-01-2023 10:03:37:Check on Configurable WebTarget
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
02-01-2023 10:03:37:Found 0 provider(s) as expected
02-01-2023 10:03:37:Found 1 provider(s) as expected
02-01-2023 10:03:37:sucessufully wrote Callable by provider registered on Configurable WebTarget
02-01-2023 10:03:37: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.
02-01-2023 10:03:37:FINISHED TEST : registerClassWriterContractsInMapTest()
02-01-2023 10:03:37:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:37:STARTING TEST : registerObjectNullContractsTest()
02-01-2023 10:03:37:Check on Configurable Client
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
Feb 01, 2023 10:03:37 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$24 to null or empty array of contracts  is ignored.
02-01-2023 10:03:37:Found 0 provider(s) as expected
02-01-2023 10:03:37:Found 0 provider(s) as expected
02-01-2023 10:03:37:The provider with null contract has ben ignored as expected
02-01-2023 10:03:37:Check on Configurable WebTarget
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
02-01-2023 10:03:37:Found 0 provider(s) as expected
Feb 01, 2023 10:03:37 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$25 to null or empty array of contracts  is ignored.
02-01-2023 10:03:37:Found 0 provider(s) as expected
02-01-2023 10:03:37:The provider with null contract has ben ignored as expected
02-01-2023 10:03:37:FINISHED TEST : registerObjectNullContractsTest()
02-01-2023 10:03:37:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:37:STARTING TEST : registerClassBindingPriorityFirstIsFirstTest()
02-01-2023 10:03:37:Check on Configurable Client
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
02-01-2023 10:03:37:Found 2 provider(s) as expected
02-01-2023 10:03:37:Found 2 provider(s) as expected
02-01-2023 10:03:37:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.SecondFilter has been executed as second, as expected
02-01-2023 10:03:37:Check on Configurable WebTarget
02-01-2023 10:03:37:Already registered 0 classes
02-01-2023 10:03:37:Already registered 0 instances
02-01-2023 10:03:37:Found 0 provider(s) as expected
02-01-2023 10:03:37:Found 2 provider(s) as expected
02-01-2023 10:03:37:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.SecondFilter has been executed as second, as expected
02-01-2023 10:03:37:FINISHED TEST : registerClassBindingPriorityFirstIsFirstTest()
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.913 s - in ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : isEnabledFeatureReturningFalseTest()
02-01-2023 10:03:38:Registering on Client
02-01-2023 10:03:38:Registering on WebTarget
02-01-2023 10:03:38:Feature feature2 has NOT been enabled as expected
02-01-2023 10:03:38:Feature feature3 has NOT been enabled as expected
02-01-2023 10:03:38:Feature feature4 has NOT been enabled as expected
02-01-2023 10:03:38:Feature feature1 has NOT been enabled as expected
02-01-2023 10:03:38:Feature feature3 has NOT been enabled as expected
02-01-2023 10:03:38:Feature feature4 has NOT been enabled as expected
02-01-2023 10:03:38:No feature enabled as expected on Client configuration
02-01-2023 10:03:38:No feature enabled as expected on Client configuration
02-01-2023 10:03:38:No feature enabled as expected on Client configuration
02-01-2023 10:03:38:No feature enabled as expected on Client configuration
02-01-2023 10:03:38:No feature enabled as expected on WebTarget configuration
02-01-2023 10:03:38:No feature enabled as expected on WebTarget configuration
02-01-2023 10:03:38:No feature enabled as expected on WebTarget configuration
02-01-2023 10:03:38:No feature enabled as expected on WebTarget configuration
02-01-2023 10:03:38:The provider with unassignable contract has ben ignored as expected
02-01-2023 10:03:38:FINISHED TEST : isEnabledFeatureReturningFalseTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : isEnabledClassReturningFalseTest()
02-01-2023 10:03:38:Registering on Client
02-01-2023 10:03:38:Registering on WebTarget
02-01-2023 10:03:38:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse2 has NOT been enabled as expected
02-01-2023 10:03:38:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse3 has NOT been enabled as expected
02-01-2023 10:03:38:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse4 has NOT been enabled as expected
02-01-2023 10:03:38:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse1 has NOT been enabled as expected
02-01-2023 10:03:38:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse3 has NOT been enabled as expected
02-01-2023 10:03:38:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse4 has NOT been enabled as expected
02-01-2023 10:03:38:No feature enabled as expected on Client configuration
02-01-2023 10:03:38:No feature enabled as expected on Client configuration
02-01-2023 10:03:38:No feature enabled as expected on Client configuration
02-01-2023 10:03:38:No feature enabled as expected on Client configuration
02-01-2023 10:03:38:No feature enabled as expected on WebTarget configuration
02-01-2023 10:03:38:No feature enabled as expected on WebTarget configuration
02-01-2023 10:03:38:No feature enabled as expected on WebTarget configuration
02-01-2023 10:03:38:No feature enabled as expected on WebTarget configuration
02-01-2023 10:03:38:The provider with unassignable contract has ben ignored as expected
02-01-2023 10:03:38:FINISHED TEST : isEnabledClassReturningFalseTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : isEnabledFeatureClassReturningTrueTest()
02-01-2023 10:03:38:Registering on Client
02-01-2023 10:03:38:Registering on WebTarget
02-01-2023 10:03:38:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue2 has NOT been enabled as expected
02-01-2023 10:03:38:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue3 has NOT been enabled as expected
02-01-2023 10:03:38:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue4 has NOT been enabled as expected
02-01-2023 10:03:38:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue1 has been enabled as expected
02-01-2023 10:03:38:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue3 has NOT been enabled as expected
02-01-2023 10:03:38:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue4 has NOT been enabled as expected
02-01-2023 10:03:38:Feature feature1 registered as expected on Client configuration
02-01-2023 10:03:38:Feature feature2 NOT registered as expected on Client configuration
02-01-2023 10:03:38:Feature feature3 NOT registered as expected on Client configuration
02-01-2023 10:03:38:Feature feature4 NOT registered as expected on Client configuration
02-01-2023 10:03:38:Feature feature1 registered as expected on WebTarget configuration
02-01-2023 10:03:38:Feature feature2 registered as expected on WebTarget configuration
02-01-2023 10:03:38:Feature feature3 NOT registered as expected on WebTarget configuration
02-01-2023 10:03:38:Feature feature4 NOT registered as expected on WebTarget configuration
02-01-2023 10:03:38:The provider with unassignable contract has ben ignored as expected
02-01-2023 10:03:38:FINISHED TEST : isEnabledFeatureClassReturningTrueTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : isEnabledFeatureReturningTrueTest()
02-01-2023 10:03:38:Registering on Client
02-01-2023 10:03:38:Registering on WebTarget
02-01-2023 10:03:38:Feature feature2 has NOT been enabled as expected
02-01-2023 10:03:38:Feature feature3 has NOT been enabled as expected
02-01-2023 10:03:38:Feature feature4 has NOT been enabled as expected
02-01-2023 10:03:38:Feature feature1 has been enabled as expected
02-01-2023 10:03:38:Feature feature3 has NOT been enabled as expected
02-01-2023 10:03:38:Feature feature4 has NOT been enabled as expected
02-01-2023 10:03:38:Feature feature1 registered as expected on Client configuration
02-01-2023 10:03:38:Feature feature2 NOT registered as expected on Client configuration
02-01-2023 10:03:38:Feature feature3 NOT registered as expected on Client configuration
02-01-2023 10:03:38:Feature feature4 NOT registered as expected on Client configuration
02-01-2023 10:03:38:Feature feature1 registered as expected on WebTarget configuration
02-01-2023 10:03:38:Feature feature2 registered as expected on WebTarget configuration
02-01-2023 10:03:38:Feature feature3 NOT registered as expected on WebTarget configuration
02-01-2023 10:03:38:Feature feature4 NOT registered as expected on WebTarget configuration
02-01-2023 10:03:38:The provider with unassignable contract has ben ignored as expected
02-01-2023 10:03:38:FINISHED TEST : isEnabledFeatureReturningTrueTest()
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.32 s - in ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.headers.JAXRSClientIT
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : cookieTest()
02-01-2023 10:03:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/cookie' to target server at 'localhost:8080'
02-01-2023 10:03:38:###############################
02-01-2023 10:03:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/cookie
02-01-2023 10:03:38:  TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; name1=value1; $Domain=localhost; $Path=/jaxrs_ee_core_headers_web
02-01-2023 10:03:38:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:38:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:38:  TRACE: [WIRE] - << Content-Length: 229
02-01-2023 10:03:38:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:38:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:38:  TRACE: [WIRE] - << getCookies= Cookie Size=1key=name1; value=$Version=1;name1=value1;$Domain=localhost;$Path=/jaxrs_ee_core_headers_webCookie Name=name1Cookie Value=value1Cookie Path=/jaxrs_ee_core_headers_webCookie Domain=localhostCookie Version=1
02-01-2023 10:03:38:FINISHED TEST : cookieTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : contentLanguageTest()
02-01-2023 10:03:38:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/' to target server at 'localhost:8080'
02-01-2023 10:03:38:###############################
02-01-2023 10:03:38:[Request] Adding entity: Entity{entity=anything, variant=Variant[mediaType=*/*, language=en-us, encoding=null], annotations=[]}
02-01-2023 10:03:38:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/
02-01-2023 10:03:38:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:*/*, Content-Language:en-us
02-01-2023 10:03:38:  TRACE: [WIRE] - >> anything
02-01-2023 10:03:38:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:38:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:38:  TRACE: [WIRE] - << Content-Length: 21
02-01-2023 10:03:38:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:38:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:38:  TRACE: [WIRE] - << Content-Languageen-US
02-01-2023 10:03:38:FINISHED TEST : contentLanguageTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : acceptLanguageTest()
02-01-2023 10:03:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/acl' to target server at 'localhost:8080'
02-01-2023 10:03:38:###############################
02-01-2023 10:03:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/acl
02-01-2023 10:03:38:  TRACE: [WIRE] - >> Accept:text/plain, Accept-Language:en-US
02-01-2023 10:03:38:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:38:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:38:  TRACE: [WIRE] - << Content-Length: 35
02-01-2023 10:03:38:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:38:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:38:  TRACE: [WIRE] - << Accept-LanguagegetLanguage= en-US; 
02-01-2023 10:03:38:FINISHED TEST : acceptLanguageTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : getDateTest()
02-01-2023 10:03:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/date' to target server at 'localhost:8080'
02-01-2023 10:03:38:###############################
02-01-2023 10:03:38:[Request] Adding entity: getDate
02-01-2023 10:03:38:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/date
02-01-2023 10:03:38:  TRACE: [WIRE] - >> Accept:*/*, Date:Wed, 01 Feb 2023 10:03:38 GMT, Content-Type:*/*
02-01-2023 10:03:38:  TRACE: [WIRE] - >> getDate
02-01-2023 10:03:38:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:38:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:38:  TRACE: [WIRE] - << Content-Length: 13
02-01-2023 10:03:38:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:38:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:38:  TRACE: [WIRE] - << 1675245818000
02-01-2023 10:03:38:#getDate() returned expected Date instance
02-01-2023 10:03:38:FINISHED TEST : getDateTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : getHeaderStringTest()
02-01-2023 10:03:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080'
02-01-2023 10:03:38:###############################
02-01-2023 10:03:38:[Request] Adding entity: askdjb
02-01-2023 10:03:38:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring
02-01-2023 10:03:38:  TRACE: [WIRE] - >> Accept:*/*, askdjb:askdjbaskdjb, Content-Type:*/*
02-01-2023 10:03:38:  TRACE: [WIRE] - >> askdjb
02-01-2023 10:03:38:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:38:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:38:  TRACE: [WIRE] - << Content-Length: 12
02-01-2023 10:03:38:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:38:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:38:  TRACE: [WIRE] - << askdjbaskdjb
02-01-2023 10:03:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080'
02-01-2023 10:03:38:###############################
02-01-2023 10:03:38:[Request] Adding entity: ksadbva
02-01-2023 10:03:38:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring
02-01-2023 10:03:38:  TRACE: [WIRE] - >> Accept:*/*, ksadbva:ksadbvaksadbva, Content-Type:*/*
02-01-2023 10:03:38:  TRACE: [WIRE] - >> ksadbva
02-01-2023 10:03:38:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:38:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:38:  TRACE: [WIRE] - << Content-Length: 14
02-01-2023 10:03:38:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:38:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:38:  TRACE: [WIRE] - << ksadbvaksadbva
02-01-2023 10:03:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080'
02-01-2023 10:03:38:###############################
02-01-2023 10:03:38:[Request] Adding entity: klwiaslkfn
02-01-2023 10:03:38:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring
02-01-2023 10:03:38:  TRACE: [WIRE] - >> Accept:*/*, klwiaslkfn:klwiaslkfnklwiaslkfn, Content-Type:*/*
02-01-2023 10:03:38:  TRACE: [WIRE] - >> klwiaslkfn
02-01-2023 10:03:38:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:38:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:38:  TRACE: [WIRE] - << Content-Length: 20
02-01-2023 10:03:38:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:38:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:38:  TRACE: [WIRE] - << klwiaslkfnklwiaslkfn
02-01-2023 10:03:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080'
02-01-2023 10:03:38:###############################
02-01-2023 10:03:38:[Request] Adding entity: klwvasbk
02-01-2023 10:03:38:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring
02-01-2023 10:03:38:  TRACE: [WIRE] - >> Accept:*/*, klwvasbk:klwvasbkklwvasbk, Content-Type:*/*
02-01-2023 10:03:38:  TRACE: [WIRE] - >> klwvasbk
02-01-2023 10:03:38:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:38:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:38:  TRACE: [WIRE] - << Content-Length: 16
02-01-2023 10:03:38:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:38:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:38:  TRACE: [WIRE] - << klwvasbkklwvasbk
02-01-2023 10:03:38:#getHeaderString() returned expected header values
02-01-2023 10:03:38:FINISHED TEST : getHeaderStringTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : mediaTypeTest()
02-01-2023 10:03:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/mt' to target server at 'localhost:8080'
02-01-2023 10:03:38:###############################
02-01-2023 10:03:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/mt
02-01-2023 10:03:38:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml;charset=utf8
02-01-2023 10:03:38:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:38:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:38:  TRACE: [WIRE] - << Content-Length: 136
02-01-2023 10:03:38:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:38:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:38:  TRACE: [WIRE] - << getMediaTypeapplication/xml MediaType size=1Key charset; Value utf8application/xml;charset=utf8MediaType= application/xml;charset=utf8; 
02-01-2023 10:03:38:FINISHED TEST : mediaTypeTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : getHeaderStringUsesToStringTest()
02-01-2023 10:03:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080'
02-01-2023 10:03:38:###############################
02-01-2023 10:03:38:[Request] Adding entity: bean
02-01-2023 10:03:38:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring
02-01-2023 10:03:38:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*, bean:StringBean. To get a value, use rather #get() method.
02-01-2023 10:03:38:  TRACE: [WIRE] - >> bean
02-01-2023 10:03:38:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:38:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:38:  TRACE: [WIRE] - << Content-Length: 53
02-01-2023 10:03:38:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:38:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:38:  TRACE: [WIRE] - << StringBean. To get a value, use rather #get() method.
02-01-2023 10:03:38:#getHeaderString() returned expected header converted by toString() method
02-01-2023 10:03:38:FINISHED TEST : getHeaderStringUsesToStringTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : mediaTypeAcceptableTest()
02-01-2023 10:03:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/amt' to target server at 'localhost:8080'
02-01-2023 10:03:38:###############################
02-01-2023 10:03:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/amt
02-01-2023 10:03:38:  TRACE: [WIRE] - >> Accept:text/*, text/html, text/html;level=1, */*
02-01-2023 10:03:38:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:38:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:38:  TRACE: [WIRE] - << Content-Length: 50
02-01-2023 10:03:38:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:38:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:38:  TRACE: [WIRE] - << getAcceptableMediaTypestext/htmltext/htmltext/**/*
02-01-2023 10:03:38:FINISHED TEST : mediaTypeAcceptableTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : getLengthTest()
02-01-2023 10:03:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/length' to target server at 'localhost:8080'
02-01-2023 10:03:38:###############################
02-01-2023 10:03:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/length
02-01-2023 10:03:38:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:03:38:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:38:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:38:  TRACE: [WIRE] - << Content-Length: 2
02-01-2023 10:03:38:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:38:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:38:  TRACE: [WIRE] - << -1
02-01-2023 10:03:38:#getLength() returned expected length -1
02-01-2023 10:03:38:FINISHED TEST : getLengthTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : requestHeadersTest()
02-01-2023 10:03:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headers' to target server at 'localhost:8080'
02-01-2023 10:03:38:###############################
02-01-2023 10:03:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headers
02-01-2023 10:03:38:  TRACE: [WIRE] - >> Accept:text/*, text/html, text/html;level=1, */*, Content-Type:application/xml;charset=utf8
02-01-2023 10:03:38:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:38:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:38:  TRACE: [WIRE] - << Content-Length: 130
02-01-2023 10:03:38:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:38:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:38:  TRACE: [WIRE] - << getRequestHeaders= Found Accept: [text/*, text/html, text/html;level=1, */*]; Found Content-Type: [application/xml;charset=utf8]; 
02-01-2023 10:03:38:FINISHED TEST : requestHeadersTest()
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.394 s - in ee.jakarta.tck.ws.rs.ee.rs.core.headers.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.request.JAXRSClientIT
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : evaluatePreconditionsTagIfNonMatchGetTest()
02-01-2023 10:03:38:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsGet HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:03:38:FINISHED TEST : evaluatePreconditionsTagIfNonMatchGetTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : evaluatePreconditionsIfModSinceAgesAgoGetTest()
02-01-2023 10:03:38:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsAgesAgoGet HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:03:38:FINISHED TEST : evaluatePreconditionsIfModSinceAgesAgoGetTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : evaluatePreconditionsTagIfModSinceNowAAAGetTest()
02-01-2023 10:03:38:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsNowAAAGet HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:03:38:FINISHED TEST : evaluatePreconditionsTagIfModSinceNowAAAGetTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : selectVariantGetRequestTest()
02-01-2023 10:03:38:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestGet HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:38 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:38:FINISHED TEST : selectVariantGetRequestTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : evaluatePreconditionsTagIfModAAASinceGetTest()
02-01-2023 10:03:38:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAAgesAgoGet HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:03:38:FINISHED TEST : evaluatePreconditionsTagIfModAAASinceGetTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : selectVariantDeleteRequestTest()
02-01-2023 10:03:38:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestDelete HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:38 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:38:FINISHED TEST : selectVariantDeleteRequestTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : evaluatePreconditionsIfUnmodSinceNowGetTest()
02-01-2023 10:03:38:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsNowGet HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:03:38:FINISHED TEST : evaluatePreconditionsIfUnmodSinceNowGetTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : evaluatePreconditionsTagNullAndSimpleGetTest()
02-01-2023 10:03:38:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsSimpleGet HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:03:38:FINISHED TEST : evaluatePreconditionsTagNullAndSimpleGetTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : evaluatePreconditionsTagIfNonMatchAAAPutTest()
02-01-2023 10:03:38:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAPut HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:03:38:FINISHED TEST : evaluatePreconditionsTagIfNonMatchAAAPutTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : evaluatePreconditionsTagIfNonMatchAAAGetTest()
02-01-2023 10:03:38:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAGet HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:03:38:FINISHED TEST : evaluatePreconditionsTagIfNonMatchAAAGetTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : evaluatePreconditionsIfUnmodSinceAgesAgoGetTest()
02-01-2023 10:03:38:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsAgesAgoGet HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:03:38:FINISHED TEST : evaluatePreconditionsIfUnmodSinceAgesAgoGetTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : selectVariantPostRequestTest()
02-01-2023 10:03:38:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestPost HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:38 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:38:FINISHED TEST : selectVariantPostRequestTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : getMethodPutRequestTest()
02-01-2023 10:03:38:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/GetMethodPutTest HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:38 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:38:FINISHED TEST : getMethodPutRequestTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : evaluatePreconditionsTagIfNonMatchAAAHeadTest()
02-01-2023 10:03:38:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAHead HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:38 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:38:FINISHED TEST : evaluatePreconditionsTagIfNonMatchAAAHeadTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : selectVariantResponseVaryTest()
02-01-2023 10:03:38:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestResponse HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:03:38:FINISHED TEST : selectVariantResponseVaryTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : getMethodGetRequestTest()
02-01-2023 10:03:38:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/GetMethodGetTest HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:38 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:38:FINISHED TEST : getMethodGetRequestTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : evaluatePreconditionsIfModSinceNowGetTest()
02-01-2023 10:03:38:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsNowGet HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:03:38:FINISHED TEST : evaluatePreconditionsIfModSinceNowGetTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : evaluatePreconditionsTagIfUnmodSinceNowAAAGetTest()
02-01-2023 10:03:38:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsNowAAAGet HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:03:38:FINISHED TEST : evaluatePreconditionsTagIfUnmodSinceNowAAAGetTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : evaluatePreconditionsEntityTagIfMatchBBBPutTest()
02-01-2023 10:03:38:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAPut HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:03:38:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchBBBPutTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : evaluatePreconditionsIfNonMatchHeadTest()
02-01-2023 10:03:38:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_core_request_web/RequestTest/preconditionsHead HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:38 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:38:FINISHED TEST : evaluatePreconditionsIfNonMatchHeadTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : evaluatePreconditionsEntityTagIfMatchBBBGetTest()
02-01-2023 10:03:38:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAGet HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:03:38:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchBBBGetTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : evaluatePreconditionsEntityTagIfMatchAAAPutTest()
02-01-2023 10:03:38:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAPut HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:03:38:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchAAAPutTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : getMethodPostRequestTest()
02-01-2023 10:03:38:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_core_request_web/RequestTest/GetMethodPostTest HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:38 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:38:FINISHED TEST : getMethodPostRequestTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : evaluatePreconditionsEntityTagIfMatchAAAGetTest()
02-01-2023 10:03:38:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAGet HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:03:38:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchAAAGetTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : evaluatePreconditionsTagIfUnmodSinceAAAGetTest()
02-01-2023 10:03:38:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAAgesAgoGet HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:03:38:FINISHED TEST : evaluatePreconditionsTagIfUnmodSinceAAAGetTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : getMethodHeadRequestTest()
02-01-2023 10:03:38:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_core_request_web/RequestTest/GetMethodHeadTest HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:38 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:38:FINISHED TEST : getMethodHeadRequestTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : getMethodDeleteRequestTest()
02-01-2023 10:03:38:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_core_request_web/RequestTest/GetMethodDeleteTest HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:38 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:38:FINISHED TEST : getMethodDeleteRequestTest()
02-01-2023 10:03:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:38:STARTING TEST : selectVariantPutRequestTest()
02-01-2023 10:03:38:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestPut HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:03:38 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:03:38:FINISHED TEST : selectVariantPutRequestTest()
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.305 s - in ee.jakarta.tck.ws.rs.ee.rs.core.request.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.response.JAXRSClientIT
02-01-2023 10:03:39:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:39:STARTING TEST : readEntityClassAnnotationThrowsProcessingExceptionTest()
02-01-2023 10:03:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
02-01-2023 10:03:39:###############################
02-01-2023 10:03:39:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
02-01-2023 10:03:39:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:39:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:39:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:39:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:39:  TRACE: [WIRE] - << ENtiTy
02-01-2023 10:03:39:ProcessingException has been thrown as expected
02-01-2023 10:03:39:FINISHED TEST : readEntityClassAnnotationThrowsProcessingExceptionTest()
02-01-2023 10:03:39:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:39:STARTING TEST : getEntityThrowsIllegalStateExceptionWhenConsumedTest()
02-01-2023 10:03:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
02-01-2023 10:03:39:###############################
02-01-2023 10:03:39:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
02-01-2023 10:03:39:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:39:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:39:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:39:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:39:  TRACE: [WIRE] - << ENtiTy
02-01-2023 10:03:39:#getEntity throws IllegalStateException as expected java.lang.IllegalStateException: Entity input stream has already been closed.
02-01-2023 10:03:39:FINISHED TEST : getEntityThrowsIllegalStateExceptionWhenConsumedTest()
02-01-2023 10:03:39:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:39:STARTING TEST : getLocationNotPresentTest()
02-01-2023 10:03:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
02-01-2023 10:03:39:###############################
02-01-2023 10:03:39:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
02-01-2023 10:03:39:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:39:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:39:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:39:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:39:  TRACE: [WIRE] - << ENtiTy
02-01-2023 10:03:39:response#getLocation() was null as expected
02-01-2023 10:03:39:FINISHED TEST : getLocationNotPresentTest()
02-01-2023 10:03:39:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:39:STARTING TEST : getHeaderStringUsingHeaderDelegateTest()
02-01-2023 10:03:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime' to target server at 'localhost:8080'
02-01-2023 10:03:39:###############################
02-01-2023 10:03:39:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime
02-01-2023 10:03:39:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:39:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:39:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:39:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080'
02-01-2023 10:03:39:###############################
02-01-2023 10:03:39:[Request] Adding entity: delegate
02-01-2023 10:03:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring
02-01-2023 10:03:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:39:  TRACE: [WIRE] - >> delegate
02-01-2023 10:03:39:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:39:  TRACE: [WIRE] - << s3: s3
02-01-2023 10:03:39:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:39:  TRACE: [WIRE] - << s1: s1
02-01-2023 10:03:39:  TRACE: [WIRE] - << s2: s2
02-01-2023 10:03:39:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:39:HeaderDelegate is used for header as expected
02-01-2023 10:03:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime' to target server at 'localhost:8080'
02-01-2023 10:03:39:###############################
02-01-2023 10:03:39:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime
02-01-2023 10:03:39:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:39:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:39:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:39:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:39:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest()
02-01-2023 10:03:39:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:39:STARTING TEST : readEntityGenericTypeAnnotationCloseIsCalledTest()
02-01-2023 10:03:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
02-01-2023 10:03:39:###############################
02-01-2023 10:03:39:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
02-01-2023 10:03:39:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:39:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:39:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:39:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:39:Close() has been called on an entity stream as expected
02-01-2023 10:03:39:FINISHED TEST : readEntityGenericTypeAnnotationCloseIsCalledTest()
02-01-2023 10:03:39:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:39:STARTING TEST : getLinksIsNotNullTest()
02-01-2023 10:03:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
02-01-2023 10:03:39:###############################
02-01-2023 10:03:39:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
02-01-2023 10:03:39:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:39:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:39:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:39:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:39:  TRACE: [WIRE] - << ENtiTy
02-01-2023 10:03:39:#getLinks contains no links as expected
02-01-2023 10:03:39:FINISHED TEST : getLinksIsNotNullTest()
02-01-2023 10:03:39:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:39:STARTING TEST : readEntityClassAnnotationCloseIsNotCalledOnInputStreamTest()
02-01-2023 10:03:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
02-01-2023 10:03:39:###############################
02-01-2023 10:03:39:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
02-01-2023 10:03:39:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:39:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:39:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:39:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:39:Close() has not been called on entity stream as expected
02-01-2023 10:03:39:FINISHED TEST : readEntityClassAnnotationCloseIsNotCalledOnInputStreamTest()
02-01-2023 10:03:39:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:39:STARTING TEST : bufferEntityThrowsExceptionTest()
02-01-2023 10:03:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
02-01-2023 10:03:39:###############################
02-01-2023 10:03:39:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
02-01-2023 10:03:39:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:39:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:39:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:39:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:39:ProcessingException has been thrown as expected
02-01-2023 10:03:39:FINISHED TEST : bufferEntityThrowsExceptionTest()
02-01-2023 10:03:39:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:39:STARTING TEST : getLinkBuilderForTheRelationTest()
02-01-2023 10:03:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/linkbuilder' to target server at 'localhost:8080'
02-01-2023 10:03:39:###############################
02-01-2023 10:03:39:[Request] Adding entity: anyrelation
02-01-2023 10:03:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/linkbuilder
02-01-2023 10:03:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:39:  TRACE: [WIRE] - >> anyrelation
02-01-2023 10:03:39:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:39:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:39:  TRACE: [WIRE] - << Link: <http://localhost.tck:888/url404/path1>; rel="anyrelation"
02-01-2023 10:03:39:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:39:#getLinkBuilder creates correct Link for given relation
02-01-2023 10:03:39:FINISHED TEST : getLinkBuilderForTheRelationTest()
02-01-2023 10:03:39:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:39:STARTING TEST : getEntityTagNotPresentTest()
02-01-2023 10:03:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/entitytag' to target server at 'localhost:8080'
02-01-2023 10:03:39:###############################
02-01-2023 10:03:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/entitytag
02-01-2023 10:03:39:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:03:39:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:39:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:39:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:39:response#getEntityTag() was null as expected
02-01-2023 10:03:39:FINISHED TEST : getEntityTagNotPresentTest()
02-01-2023 10:03:39:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:39:STARTING TEST : responseCreatedRelativeURITest()
02-01-2023 10:03:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/created' to target server at 'localhost:8080'
02-01-2023 10:03:39:###############################
02-01-2023 10:03:39:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/created
02-01-2023 10:03:39:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:39:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:39:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:39:  TRACE: [WIRE] - << Location: http://localhost:8080/jaxrs_ee_core_response_web/created
02-01-2023 10:03:39:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:39:FINISHED TEST : responseCreatedRelativeURITest()
02-01-2023 10:03:39:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:39:STARTING TEST : getLinksTest()
02-01-2023 10:03:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/links' to target server at 'localhost:8080'
02-01-2023 10:03:39:###############################
02-01-2023 10:03:39:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/links
02-01-2023 10:03:39:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:39:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:39:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:39:  TRACE: [WIRE] - << Link: <http://localhost.tck:888/url404/path2>; rel="rel2",<http://localhost.tck:888/url404/path1>; rel="rel1"
02-01-2023 10:03:39:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:39:#getLinks contains expected links
02-01-2023 10:03:39:FINISHED TEST : getLinksTest()
02-01-2023 10:03:39:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:39:STARTING TEST : getStringHeadersUsingHeaderDelegateTest()
02-01-2023 10:03:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime' to target server at 'localhost:8080'
02-01-2023 10:03:39:###############################
02-01-2023 10:03:39:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime
02-01-2023 10:03:39:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:39:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:39:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:39:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080'
02-01-2023 10:03:39:###############################
02-01-2023 10:03:39:[Request] Adding entity: stringheaders
02-01-2023 10:03:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring
02-01-2023 10:03:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:39:  TRACE: [WIRE] - >> stringheaders
02-01-2023 10:03:39:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:39:  TRACE: [WIRE] - << s3: s3
02-01-2023 10:03:39:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:39:  TRACE: [WIRE] - << s1: s1
02-01-2023 10:03:39:  TRACE: [WIRE] - << s2: s2
02-01-2023 10:03:39:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:39:#getStringHeaders contains expected values s3=[s3],Server=[Eclipse GlassFish  7.0.0],Content-Length=[0],s1=[s1],s2=[s2],X-Powered-By=[Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)]
02-01-2023 10:03:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime' to target server at 'localhost:8080'
02-01-2023 10:03:39:###############################
02-01-2023 10:03:39:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime
02-01-2023 10:03:39:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:39:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:39:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:39:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:39:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest()
02-01-2023 10:03:39:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:39:STARTING TEST : readEntityClassThrowsIllegalStateExceptionTest()
02-01-2023 10:03:39:IllegalStateException has been thrown as expected
02-01-2023 10:03:39:FINISHED TEST : readEntityClassThrowsIllegalStateExceptionTest()
02-01-2023 10:03:39:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:39:STARTING TEST : getLanguageNotPresentTest()
02-01-2023 10:03:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language' to target server at 'localhost:8080'
02-01-2023 10:03:39:###############################
02-01-2023 10:03:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language
02-01-2023 10:03:39:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:03:39:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:39:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:39:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:39:response#getLanguage() was null as expected
02-01-2023 10:03:39:FINISHED TEST : getLanguageNotPresentTest()
02-01-2023 10:03:39:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:39:STARTING TEST : readEntityClassAnnotationCloseIsCalledTest()
02-01-2023 10:03:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
02-01-2023 10:03:39:###############################
02-01-2023 10:03:39:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
02-01-2023 10:03:39:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:39:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:39:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:39:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:39:Close() has been called on an entity stream as expected
02-01-2023 10:03:39:FINISHED TEST : readEntityClassAnnotationCloseIsCalledTest()
02-01-2023 10:03:39:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:39:STARTING TEST : readEntityClassCloseIsNotCalledOnInputStreamTest()
02-01-2023 10:03:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
02-01-2023 10:03:39:###############################
02-01-2023 10:03:39:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
02-01-2023 10:03:39:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:39:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:39:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:39:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:39:Close() has not been called on entity stream as expected
02-01-2023 10:03:39:FINISHED TEST : readEntityClassCloseIsNotCalledOnInputStreamTest()
02-01-2023 10:03:39:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:39:STARTING TEST : readEntityClassTest()
02-01-2023 10:03:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
02-01-2023 10:03:39:###############################
02-01-2023 10:03:39:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
02-01-2023 10:03:39:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:39:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:39:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:39:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:39:  TRACE: [WIRE] - << ENtiTy
02-01-2023 10:03:39:Got expected ENtiTy
02-01-2023 10:03:39:FINISHED TEST : readEntityClassTest()
02-01-2023 10:03:39:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:39:STARTING TEST : getMediaTypeTest()
02-01-2023 10:03:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/mediatype' to target server at 'localhost:8080'
02-01-2023 10:03:39:###############################
02-01-2023 10:03:39:[Request] Adding entity: application/atom+xml
02-01-2023 10:03:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/mediatype
02-01-2023 10:03:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:39:  TRACE: [WIRE] - >> application/atom+xml
02-01-2023 10:03:39:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:39:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Type: application/atom+xml
02-01-2023 10:03:39:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:39:#getMediaType returned expected MediaType
02-01-2023 10:03:39:FINISHED TEST : getMediaTypeTest()
02-01-2023 10:03:39:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:39:STARTING TEST : getLinkTest()
02-01-2023 10:03:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link' to target server at 'localhost:8080'
02-01-2023 10:03:39:###############################
02-01-2023 10:03:39:[Request] Adding entity: getLinkTest
02-01-2023 10:03:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link
02-01-2023 10:03:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:39:  TRACE: [WIRE] - >> getLinkTest
02-01-2023 10:03:39:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:39:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:39:  TRACE: [WIRE] - << Link: <http://localhost.tck:888/url404/path>; rel="getLinkTest"
02-01-2023 10:03:39:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:39:#getLink matches expected Link
02-01-2023 10:03:39:FINISHED TEST : getLinkTest()
02-01-2023 10:03:39:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:39:STARTING TEST : readEntityGenericTypeAnnotationIsNullWhenNoEntityTest()
02-01-2023 10:03:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080'
02-01-2023 10:03:39:###############################
02-01-2023 10:03:39:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200
02-01-2023 10:03:39:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:39:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:39:  TRACE: [WIRE] - << TESTHEADER: status code in request = 200
02-01-2023 10:03:39:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:39:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:39:Null or zero length entity returned when no entity as expected
02-01-2023 10:03:39:FINISHED TEST : readEntityGenericTypeAnnotationIsNullWhenNoEntityTest()
02-01-2023 10:03:39:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:39:STARTING TEST : readEntityGenericCloseIsCalledTest()
02-01-2023 10:03:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
02-01-2023 10:03:39:###############################
02-01-2023 10:03:39:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
02-01-2023 10:03:39:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:39:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:39:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:39:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:39:Close() has been called on an entity stream as expected
02-01-2023 10:03:39:FINISHED TEST : readEntityGenericCloseIsCalledTest()
02-01-2023 10:03:39:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:39:STARTING TEST : hasEntityThrowsIllegalStateExceptionTest()
02-01-2023 10:03:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
02-01-2023 10:03:39:###############################
02-01-2023 10:03:39:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
02-01-2023 10:03:39:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:39:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:39:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:39:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:39:  TRACE: [WIRE] - << ENtiTy
02-01-2023 10:03:39:IllegalStateException has been thrown as expected
02-01-2023 10:03:39:FINISHED TEST : hasEntityThrowsIllegalStateExceptionTest()
02-01-2023 10:03:39:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:39:STARTING TEST : getHeadersIsMutableTest()
02-01-2023 10:03:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers' to target server at 'localhost:8080'
02-01-2023 10:03:39:###############################
02-01-2023 10:03:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers
02-01-2023 10:03:39:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:03:39:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:39:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:39:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:39:getHeaders is mutable
02-01-2023 10:03:39:FINISHED TEST : getHeadersIsMutableTest()
02-01-2023 10:03:39:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:39:STARTING TEST : readEntityClassAnnotationTest()
02-01-2023 10:03:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/date?date=1675245819515' to target server at 'localhost:8080'
02-01-2023 10:03:39:###############################
02-01-2023 10:03:39:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/date?date=1675245819515
02-01-2023 10:03:39:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:39:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:39:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Length: 13
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:39:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:39:  TRACE: [WIRE] - << 1675245819515
02-01-2023 10:03:39:Got expected date Wed Feb 01 10:03:39 UTC 2023
02-01-2023 10:03:39:FINISHED TEST : readEntityClassAnnotationTest()
02-01-2023 10:03:39:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:39:STARTING TEST : hasLinkWhenNoLinkTest()
02-01-2023 10:03:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
02-01-2023 10:03:39:###############################
02-01-2023 10:03:39:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
02-01-2023 10:03:39:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:39:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:39:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:39:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:39:  TRACE: [WIRE] - << ENtiTy
02-01-2023 10:03:39:#hasLink has not found any Link as expected
02-01-2023 10:03:39:FINISHED TEST : hasLinkWhenNoLinkTest()
02-01-2023 10:03:39:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:39:STARTING TEST : closeTest()
02-01-2023 10:03:39:#close() closed the stream, and consecutive reading threw IllegalStateException as expected
02-01-2023 10:03:39:FINISHED TEST : closeTest()
02-01-2023 10:03:39:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:39:STARTING TEST : getLanguageTest()
02-01-2023 10:03:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language' to target server at 'localhost:8080'
02-01-2023 10:03:39:###############################
02-01-2023 10:03:39:[Request] Adding entity: CA
02-01-2023 10:03:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language
02-01-2023 10:03:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:39:  TRACE: [WIRE] - >> CA
02-01-2023 10:03:39:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:39:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:39:  TRACE: [WIRE] - << Content-Language: fr-CA
02-01-2023 10:03:39:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:39:#getLocale matches the Content-Language HTTP header
02-01-2023 10:03:39:FINISHED TEST : getLanguageTest()
02-01-2023 10:03:39:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:39:STARTING TEST : getDateTest()
02-01-2023 10:03:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/date' to target server at 'localhost:8080'
02-01-2023 10:03:39:###############################
02-01-2023 10:03:39:[Request] Adding entity: 1675245819000
02-01-2023 10:03:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/date
02-01-2023 10:03:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:39:  TRACE: [WIRE] - >> 1675245819000
02-01-2023 10:03:41:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Date: Wed, 01 Feb 2023 10:03:39 GMT
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:#getDate matches the Date HTTP header
02-01-2023 10:03:41:FINISHED TEST : getDateTest()
02-01-2023 10:03:41:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:41:STARTING TEST : readEntityClassAnnotationThrowsIllegalStateExceptionTest()
02-01-2023 10:03:41:IllegalStateException has been thrown as expected
02-01-2023 10:03:41:FINISHED TEST : readEntityClassAnnotationThrowsIllegalStateExceptionTest()
02-01-2023 10:03:41:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:41:STARTING TEST : readEntityClassIsNullWhenNoEntityTest()
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 200
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:Null or zero length entity returned when no entity as expected
02-01-2023 10:03:41:FINISHED TEST : readEntityClassIsNullWhenNoEntityTest()
02-01-2023 10:03:41:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:41:STARTING TEST : getHeaderStringTest()
02-01-2023 10:03:41:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:[Request] Adding entity: headerstring
02-01-2023 10:03:41:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:41:  TRACE: [WIRE] - >> headerstring
02-01-2023 10:03:41:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:41:  TRACE: [WIRE] - << Cache-Control: no-transform
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Encoding: gzip
02-01-2023 10:03:41:  TRACE: [WIRE] - << Set-Cookie: cookie=eikooc;Version=1
02-01-2023 10:03:41:  TRACE: [WIRE] - << Expires: Wed, 01 Feb 2023 10:03:41 GMT
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Language: fr-CA
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:Found following objects:
02-01-2023 10:03:41:Cache-Control:no-transform Server:Eclipse GlassFish  7.0.0 Content-Encoding:gzip Set-Cookie:cookie=eikooc;Version=1 Expires:Wed, 01 Feb 2023 10:03:41 GMT Content-Length:0 Content-Language:fr-CA X-Powered-By:Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:FINISHED TEST : getHeaderStringTest()
02-01-2023 10:03:41:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:41:STARTING TEST : readEntityGenericTypeThrowsIllegalStateExceptionTest()
02-01-2023 10:03:41:IllegalStateException has been thrown as expected
02-01-2023 10:03:41:FINISHED TEST : readEntityGenericTypeThrowsIllegalStateExceptionTest()
02-01-2023 10:03:41:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:41:STARTING TEST : readEntityClassCloseIsCalledTest()
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:Close() has been called on an entity stream as expected
02-01-2023 10:03:41:FINISHED TEST : readEntityClassCloseIsCalledTest()
02-01-2023 10:03:41:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:41:STARTING TEST : readEntityGenericTypeThrowsProcessingExceptionTest()
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:  TRACE: [WIRE] - << ENtiTy
02-01-2023 10:03:41:ProcessingException has been thrown as expected
02-01-2023 10:03:41:FINISHED TEST : readEntityGenericTypeThrowsProcessingExceptionTest()
02-01-2023 10:03:41:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:41:STARTING TEST : getStringHeadersUsingToStringTest()
02-01-2023 10:03:41:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:[Request] Adding entity: stringheaders
02-01-2023 10:03:41:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:41:  TRACE: [WIRE] - >> stringheaders
02-01-2023 10:03:41:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:41:  TRACE: [WIRE] - << s3: StringBean. To get a value, use rather #get() method.
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:41:  TRACE: [WIRE] - << s1: s1
02-01-2023 10:03:41:  TRACE: [WIRE] - << s2: s2
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:#getStringHeaders contains expected values s3=[StringBean. To get a value, use rather #get() method.],Server=[Eclipse GlassFish  7.0.0],Content-Length=[0],s1=[s1],s2=[s2],X-Powered-By=[Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)]
02-01-2023 10:03:41:FINISHED TEST : getStringHeadersUsingToStringTest()
02-01-2023 10:03:41:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:41:STARTING TEST : getAllowedMethodsTest()
02-01-2023 10:03:41:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/allowedmethods' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:[Request] Adding entity: POST TRACE
02-01-2023 10:03:41:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/allowedmethods
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:41:  TRACE: [WIRE] - >> POST TRACE
02-01-2023 10:03:41:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Allow: TRACE,POST
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:#getAllowedMethods returned expected methods TRACE;POST
02-01-2023 10:03:41:FINISHED TEST : getAllowedMethodsTest()
02-01-2023 10:03:41:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:41:STARTING TEST : readEntityGenericTypeCloseIsNotCalledOnInputStreamTest()
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:Close() has not been called on entity stream as expected
02-01-2023 10:03:41:FINISHED TEST : readEntityGenericTypeCloseIsNotCalledOnInputStreamTest()
02-01-2023 10:03:41:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:41:STARTING TEST : getLengthNotPresentTest()
02-01-2023 10:03:41:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:03:41:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:#getLength matches expected Content-Length 0
02-01-2023 10:03:41:FINISHED TEST : getLengthNotPresentTest()
02-01-2023 10:03:41:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:41:STARTING TEST : readEntityGenericTypeAnnotationThrowsIllegalStateExceptionTest()
02-01-2023 10:03:41:IllegalStateException has been thrown as expected
02-01-2023 10:03:41:FINISHED TEST : readEntityGenericTypeAnnotationThrowsIllegalStateExceptionTest()
02-01-2023 10:03:41:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:41:STARTING TEST : readEntityClassAnnotationIsNullWhenNoEntityTest()
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 200
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:Null or zero length entity returned when no entity as expected
02-01-2023 10:03:41:FINISHED TEST : readEntityClassAnnotationIsNullWhenNoEntityTest()
02-01-2023 10:03:41:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:41:STARTING TEST : bufferEntityBuffersDataTest()
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:  TRACE: [WIRE] - << ENtiTy
02-01-2023 10:03:41:#bufferEntity did buffer opened stream as expected
02-01-2023 10:03:41:FINISHED TEST : bufferEntityBuffersDataTest()
02-01-2023 10:03:41:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:41:STARTING TEST : getCookiesIsImmutableTest()
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Set-Cookie: c2=v2;Version=1,c1=v1;Version=1
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:#getCookies is read-only as expected
02-01-2023 10:03:41:FINISHED TEST : getCookiesIsImmutableTest()
02-01-2023 10:03:41:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:41:STARTING TEST : getHeaderStringUsingToStringTest()
02-01-2023 10:03:41:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:[Request] Adding entity: toString
02-01-2023 10:03:41:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:41:  TRACE: [WIRE] - >> toString
02-01-2023 10:03:41:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:41:  TRACE: [WIRE] - << s3: StringBean. To get a value, use rather #get() method.
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:41:  TRACE: [WIRE] - << s1: s1
02-01-2023 10:03:41:  TRACE: [WIRE] - << s2: s2
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:toString method is used as expected
02-01-2023 10:03:41:FINISHED TEST : getHeaderStringUsingToStringTest()
02-01-2023 10:03:41:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:41:STARTING TEST : readEntityGenericTypeAnnotationThrowsProcessingExceptionTest()
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:  TRACE: [WIRE] - << ENtiTy
02-01-2023 10:03:41:ProcessingException has been thrown as expected
02-01-2023 10:03:41:FINISHED TEST : readEntityGenericTypeAnnotationThrowsProcessingExceptionTest()
02-01-2023 10:03:41:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:41:STARTING TEST : statusTest()
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 200
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=201' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=201
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 201 CREATED
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 201
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=202' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=202
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 202 ACCEPTED
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 202
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=204' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=204
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 204 NO_CONTENT
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 204
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=206' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=206
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 206 PARTIAL_CONTENT
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 206
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=300' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=300
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 300 MULTIPLE_CHOICES
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 300
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=301' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=301
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 301 MOVED_PERMANENTLY
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 301
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=302' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=302
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 302 FOUND
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 302
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=303' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=303
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 303 SEE_OTHER
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 303
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=304' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=304
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 304 NOT_MODIFIED
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 304
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=305' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=305
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 305 USE_PROXY
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 305
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=307' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=307
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 307 TEMPORARY_REDIRECT
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 307
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=308' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=308
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 308 PERMANENT_REDIRECT
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 308
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=400' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=400
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 400 BAD_REQUEST
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 400
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 1071
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 400 - Bad Request</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Bad Request</p><p><b>description</b>The request sent by the client was syntactically incorrect.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=401' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=401
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 401 UNAUTHORIZED
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 401
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 1056
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 401 - Unauthorized</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Unauthorized</p><p><b>description</b>This request requires HTTP authentication.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=402' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=402
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 402 PAYMENT_REQUIRED
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 402
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 1070
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 402 - Payment Required</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Payment Required</p><p><b>description</b>Payment is required for access to this resource.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=403' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=403
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 403 FORBIDDEN
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 403
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 1060
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 403 - Forbidden</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Forbidden</p><p><b>description</b>Access to the specified resource has been forbidden.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=404' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=404
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 404 NOT_FOUND
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 404
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 1048
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 404 - Not Found</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Not Found</p><p><b>description</b>The requested resource is not available.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=405' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=405
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 405 METHOD_NOT_ALLOWED
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 405
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 1094
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 405 - Method Not Allowed</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Method Not Allowed</p><p><b>description</b>The specified HTTP method is not allowed for the requested resource.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=406' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=406
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 406
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 406 - Not Acceptable</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Not Acceptable</p><p><b>description</b>The resource identified by this request is only capable of generating responses with characteristics not acceptable according to the request "accept" headers.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=407' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=407
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 407 PROXY_AUTHENTICATION_REQUIRED
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 407
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 1105
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 407 - Proxy Authentication Required</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Proxy Authentication Required</p><p><b>description</b>The client must first authenticate itself with the proxy.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=408' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=408
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 408 REQUEST_TIMEOUT
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 408
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 1110
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 408 - Request Timeout</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Request Timeout</p><p><b>description</b>The client did not produce a request within the time that the server was prepared to wait.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=409' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=409
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 409 CONFLICT
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 409
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 1098
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 409 - Conflict</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Conflict</p><p><b>description</b>The request could not be completed due to a conflict with the current state of the resource.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=410' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=410
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 410 GONE
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 410
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 1080
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 410 - Gone</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Gone</p><p><b>description</b>The requested resource is no longer available, and no forwarding address is known.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=411' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=411
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 411 LENGTH_REQUIRED
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 411
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 1084
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 411 - Length Required</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Length Required</p><p><b>description</b>This request cannot be handled without a defined content length.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=412' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=412
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 412 PRECONDITION_FAILED
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 412
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 1081
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 412 - Precondition Failed</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Precondition Failed</p><p><b>description</b>A specified precondition has failed for this request.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=413' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=413
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 413 REQUEST_ENTITY_TOO_LARGE
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 413
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 1113
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 413 - Request Entity Too Large</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Request Entity Too Large</p><p><b>description</b>The request entity is larger than the server is willing or able to process.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=414' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=414
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 414 REQUEST_URI_TOO_LONG
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 414
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 1099
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 414 - Request-URI Too Long</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Request-URI Too Long</p><p><b>description</b>The server refused this request because the request URI was too long.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=415' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=415
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 415 UNSUPPORTED_MEDIA_TYPE
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 415
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 1173
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 415 - Unsupported Media Type</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Unsupported Media Type</p><p><b>description</b>The server refused this request because the request entity is in a format not supported by the requested resource for the requested method.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=416' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=416
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 416 REQUESTED_RANGE_NOT_SATISFIABLE
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 416
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 1097
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 416 - Requested Range Not Satisfiable</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Requested Range Not Satisfiable</p><p><b>description</b>The requested byte range cannot be satisfied.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=417' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=417
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 417 EXPECTATION_FAILED
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 417
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 1102
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 417 - Expectation Failed</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Expectation Failed</p><p><b>description</b>The expectation given in the "Expect" request header could not be fulfilled.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=428' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=428
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 428 PRECONDITION_REQUIRED
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 428
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 1074
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 428 - Precondition Required</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Precondition Required</p><p><b>description</b>The request is required to be conditional.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=429' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=429
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 429 TOO_MANY_REQUESTS
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 429
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 1086
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 429 - Too Many Requests</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Too Many Requests</p><p><b>description</b>The user has sent too many requests in a given amount of time.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=431' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=431
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 431 REQUEST_HEADER_FIELDS_TOO_LARGE
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 431
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 1132
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 431 - Request Header Fields Too Large</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Request Header Fields Too Large</p><p><b>description</b>The server refused this request because the request header fields are too large.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=451' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=451
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 451 UNAVAILABLE_FOR_LEGAL_REASONS
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 451
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 1096
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 451 - Unavailable For Legal Reasons</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Unavailable For Legal Reasons</p><p><b>description</b>Cannot find message associated with key http.451</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=500' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=500
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 500
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 1120
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - Internal Server Error</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Internal Server Error</p><p><b>description</b>The server encountered an internal error that prevented it from fulfilling this request.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=501' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=501
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 501 NOT_IMPLEMENTED
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 501
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 1097
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 501 - Not Implemented</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Not Implemented</p><p><b>description</b>The server does not support the functionality needed to fulfill this request.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=502' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=502
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 502 BAD_GATEWAY
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 502
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 1114
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 502 - Bad Gateway</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Bad Gateway</p><p><b>description</b>This server received an invalid response from a server it consulted when acting as a proxy or gateway.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=503' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=503
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 503 SERVICE_UNAVAILABLE
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 503
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 1077
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 503 - Service Unavailable</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Service Unavailable</p><p><b>description</b>The requested service is not currently available.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=504' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=504
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 504 GATEWAY_TIMEOUT
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 504
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 1109
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 504 - Gateway Timeout</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Gateway Timeout</p><p><b>description</b>The server received a timeout from an upstream server while acting as a gateway or proxy.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=505' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=505
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 505 HTTP_VERSION_NOT_SUPPORTED
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 505
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 1106
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 505 - HTTP Version Not Supported</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>HTTP Version Not Supported</p><p><b>description</b>The server does not support the requested HTTP protocol version.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=511' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=511
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 511 NETWORK_AUTHENTICATION_REQUIRED
02-01-2023 10:03:41:  TRACE: [WIRE] - << TESTHEADER: status code in request = 511
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 1108
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 511 - Network Authentication Required</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Network Authentication Required</p><p><b>description</b>The client needs to authenticate to gain network access.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:03:41:FINISHED TEST : statusTest()
02-01-2023 10:03:41:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:41:STARTING TEST : bufferEntityThrowsIllegalStateExceptionTest()
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:  TRACE: [WIRE] - << ENtiTy
02-01-2023 10:03:41:#bufferEntity throws IllegalStateException as expected
02-01-2023 10:03:41:FINISHED TEST : bufferEntityThrowsIllegalStateExceptionTest()
02-01-2023 10:03:41:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:41:STARTING TEST : readEntityClassThrowsProcessingExceptionTest()
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:  TRACE: [WIRE] - << ENtiTy
02-01-2023 10:03:41:ProcessingException has been thrown as expected
02-01-2023 10:03:41:FINISHED TEST : readEntityClassThrowsProcessingExceptionTest()
02-01-2023 10:03:41:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:41:STARTING TEST : closeThrowsExceptionWhenErrorTest()
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:#close() threw ProcessingException as expected
02-01-2023 10:03:41:FINISHED TEST : closeThrowsExceptionWhenErrorTest()
02-01-2023 10:03:41:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:41:STARTING TEST : readEntityGenericTypeTest()
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:  TRACE: [WIRE] - << ENtiTy
02-01-2023 10:03:41:Got expected ENtiTy
02-01-2023 10:03:41:FINISHED TEST : readEntityGenericTypeTest()
02-01-2023 10:03:41:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:41:STARTING TEST : readEntityGenericTypeAnnotationTest()
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/date?date=1675245821715' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/date?date=1675245821715
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 13
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:  TRACE: [WIRE] - << 1675245821715
02-01-2023 10:03:41:Got expected date Wed Feb 01 10:03:41 UTC 2023
02-01-2023 10:03:41:FINISHED TEST : readEntityGenericTypeAnnotationTest()
02-01-2023 10:03:41:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:41:STARTING TEST : getEntityTagTest()
02-01-2023 10:03:41:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/entitytag' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:[Request] Adding entity: ABCDEF0123456789
02-01-2023 10:03:41:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/entitytag
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:41:  TRACE: [WIRE] - >> ABCDEF0123456789
02-01-2023 10:03:41:  TRACE: [WIRE] - << 304 NOT_MODIFIED
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << ETag: "ABCDEF0123456789"
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:#getEntityTag is "ABCDEF0123456789" as expected
02-01-2023 10:03:41:FINISHED TEST : getEntityTagTest()
02-01-2023 10:03:41:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:41:STARTING TEST : getEntityThrowsIllegalStateExceptionTestWhenClosed()
02-01-2023 10:03:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:  TRACE: [WIRE] - << ENtiTy
02-01-2023 10:03:41:#getEntity throws IllegalStateException as expected java.lang.IllegalStateException: Entity input stream has already been closed.
02-01-2023 10:03:41:FINISHED TEST : getEntityThrowsIllegalStateExceptionTestWhenClosed()
02-01-2023 10:03:41:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:41:STARTING TEST : getHeadersTest()
02-01-2023 10:03:41:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:[Request] Adding entity: notnull
02-01-2023 10:03:41:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:41:  TRACE: [WIRE] - >> notnull
02-01-2023 10:03:41:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:41:  TRACE: [WIRE] - << Cache-Control: no-transform
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Encoding: gzip
02-01-2023 10:03:41:  TRACE: [WIRE] - << Set-Cookie: cookie=eikooc;Version=1
02-01-2023 10:03:41:  TRACE: [WIRE] - << Expires: Wed, 01 Feb 2023 10:03:41 GMT
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Language: fr-CA
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:Found following objects:
02-01-2023 10:03:41:Cache-Control:no-transform Server:Eclipse GlassFish  7.0.0 Content-Encoding:gzip Set-Cookie:cookie=eikooc;Version=1 Expires:Wed, 01 Feb 2023 10:03:41 GMT Content-Length:0 Content-Language:fr-CA X-Powered-By:Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:FINISHED TEST : getHeadersTest()
02-01-2023 10:03:41:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:41:STARTING TEST : getLastModifiedNotPresentTest()
02-01-2023 10:03:41:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/lastmodified' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/lastmodified
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:03:41:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:response#getLastModified() was null as expected
02-01-2023 10:03:41:FINISHED TEST : getLastModifiedNotPresentTest()
02-01-2023 10:03:41:[JAXRSCommonClient] Test setup OK
02-01-2023 10:03:41:STARTING TEST : getStatusInfoTest()
02-01-2023 10:03:41:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:[Request] Adding entity: OK
02-01-2023 10:03:41:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:41:  TRACE: [WIRE] - >> OK
02-01-2023 10:03:41:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:[Request] Adding entity: CREATED
02-01-2023 10:03:41:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:41:  TRACE: [WIRE] - >> CREATED
02-01-2023 10:03:41:  TRACE: [WIRE] - << 201 CREATED
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:[Request] Adding entity: ACCEPTED
02-01-2023 10:03:41:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:41:  TRACE: [WIRE] - >> ACCEPTED
02-01-2023 10:03:41:  TRACE: [WIRE] - << 202 ACCEPTED
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:[Request] Adding entity: NO_CONTENT
02-01-2023 10:03:41:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:41:  TRACE: [WIRE] - >> NO_CONTENT
02-01-2023 10:03:41:  TRACE: [WIRE] - << 204 NO_CONTENT
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:03:41:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:03:41:###############################
02-01-2023 10:03:41:[Request] Adding entity: RESET_CONTENT
02-01-2023 10:03:41:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:03:41:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:03:41:  TRACE: [WIRE] - >> RESET_CONTENT
02-01-2023 10:03:41:  TRACE: [WIRE] - << 205 RESET_CONTENT
02-01-2023 10:03:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:03:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:04:11:###############################
02-01-2023 10:04:11:[Request] Adding entity: PARTIAL_CONTENT
02-01-2023 10:04:11:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:04:11:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:11:  TRACE: [WIRE] - >> PARTIAL_CONTENT
02-01-2023 10:04:11:  TRACE: [WIRE] - << 206 PARTIAL_CONTENT
02-01-2023 10:04:11:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:04:11:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:04:11:###############################
02-01-2023 10:04:11:[Request] Adding entity: MULTIPLE_CHOICES
02-01-2023 10:04:11:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:04:11:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:11:  TRACE: [WIRE] - >> MULTIPLE_CHOICES
02-01-2023 10:04:11:  TRACE: [WIRE] - << 300 MULTIPLE_CHOICES
02-01-2023 10:04:11:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:04:11:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:04:11:###############################
02-01-2023 10:04:11:[Request] Adding entity: MOVED_PERMANENTLY
02-01-2023 10:04:11:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:04:11:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:11:  TRACE: [WIRE] - >> MOVED_PERMANENTLY
02-01-2023 10:04:11:  TRACE: [WIRE] - << 301 MOVED_PERMANENTLY
02-01-2023 10:04:11:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:04:11:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:04:11:###############################
02-01-2023 10:04:11:[Request] Adding entity: FOUND
02-01-2023 10:04:11:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:04:11:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:11:  TRACE: [WIRE] - >> FOUND
02-01-2023 10:04:11:  TRACE: [WIRE] - << 302 FOUND
02-01-2023 10:04:11:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:04:11:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:04:11:###############################
02-01-2023 10:04:11:[Request] Adding entity: SEE_OTHER
02-01-2023 10:04:11:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:04:11:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:11:  TRACE: [WIRE] - >> SEE_OTHER
02-01-2023 10:04:11:  TRACE: [WIRE] - << 303 SEE_OTHER
02-01-2023 10:04:11:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:04:11:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:04:11:###############################
02-01-2023 10:04:11:[Request] Adding entity: NOT_MODIFIED
02-01-2023 10:04:11:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:04:11:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:11:  TRACE: [WIRE] - >> NOT_MODIFIED
02-01-2023 10:04:11:  TRACE: [WIRE] - << 304 NOT_MODIFIED
02-01-2023 10:04:11:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:11:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:04:11:###############################
02-01-2023 10:04:11:[Request] Adding entity: USE_PROXY
02-01-2023 10:04:11:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:04:11:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:11:  TRACE: [WIRE] - >> USE_PROXY
02-01-2023 10:04:11:  TRACE: [WIRE] - << 305 USE_PROXY
02-01-2023 10:04:11:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:04:11:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:04:11:###############################
02-01-2023 10:04:11:[Request] Adding entity: TEMPORARY_REDIRECT
02-01-2023 10:04:11:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:04:11:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:11:  TRACE: [WIRE] - >> TEMPORARY_REDIRECT
02-01-2023 10:04:11:  TRACE: [WIRE] - << 307 TEMPORARY_REDIRECT
02-01-2023 10:04:11:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:04:11:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:04:11:###############################
02-01-2023 10:04:11:[Request] Adding entity: PERMANENT_REDIRECT
02-01-2023 10:04:11:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:04:11:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:11:  TRACE: [WIRE] - >> PERMANENT_REDIRECT
02-01-2023 10:04:11:  TRACE: [WIRE] - << 308 PERMANENT_REDIRECT
02-01-2023 10:04:11:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:04:11:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:04:11:###############################
02-01-2023 10:04:11:[Request] Adding entity: BAD_REQUEST
02-01-2023 10:04:11:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:04:11:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:11:  TRACE: [WIRE] - >> BAD_REQUEST
02-01-2023 10:04:11:  TRACE: [WIRE] - << 400 BAD_REQUEST
02-01-2023 10:04:11:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:11:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Length: 1071
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:11:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:11:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 400 - Bad Request</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Bad Request</p><p><b>description</b>The request sent by the client was syntactically incorrect.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:04:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:04:11:###############################
02-01-2023 10:04:11:[Request] Adding entity: UNAUTHORIZED
02-01-2023 10:04:11:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:04:11:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:11:  TRACE: [WIRE] - >> UNAUTHORIZED
02-01-2023 10:04:11:  TRACE: [WIRE] - << 401 UNAUTHORIZED
02-01-2023 10:04:11:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Length: 1056
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:11:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:11:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 401 - Unauthorized</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Unauthorized</p><p><b>description</b>This request requires HTTP authentication.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:04:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:04:11:###############################
02-01-2023 10:04:11:[Request] Adding entity: PAYMENT_REQUIRED
02-01-2023 10:04:11:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:04:11:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:11:  TRACE: [WIRE] - >> PAYMENT_REQUIRED
02-01-2023 10:04:11:  TRACE: [WIRE] - << 402 PAYMENT_REQUIRED
02-01-2023 10:04:11:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Length: 1070
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:11:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:11:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 402 - Payment Required</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Payment Required</p><p><b>description</b>Payment is required for access to this resource.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:04:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:04:11:###############################
02-01-2023 10:04:11:[Request] Adding entity: FORBIDDEN
02-01-2023 10:04:11:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:04:11:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:11:  TRACE: [WIRE] - >> FORBIDDEN
02-01-2023 10:04:11:  TRACE: [WIRE] - << 403 FORBIDDEN
02-01-2023 10:04:11:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Length: 1060
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:11:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:11:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 403 - Forbidden</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Forbidden</p><p><b>description</b>Access to the specified resource has been forbidden.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:04:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:04:11:###############################
02-01-2023 10:04:11:[Request] Adding entity: NOT_FOUND
02-01-2023 10:04:11:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:04:11:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:11:  TRACE: [WIRE] - >> NOT_FOUND
02-01-2023 10:04:11:  TRACE: [WIRE] - << 404 NOT_FOUND
02-01-2023 10:04:11:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Length: 1048
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:11:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:11:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 404 - Not Found</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Not Found</p><p><b>description</b>The requested resource is not available.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:04:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:04:11:###############################
02-01-2023 10:04:11:[Request] Adding entity: METHOD_NOT_ALLOWED
02-01-2023 10:04:11:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:04:11:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:11:  TRACE: [WIRE] - >> METHOD_NOT_ALLOWED
02-01-2023 10:04:11:  TRACE: [WIRE] - << 405 METHOD_NOT_ALLOWED
02-01-2023 10:04:11:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Length: 1094
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:11:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:11:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 405 - Method Not Allowed</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Method Not Allowed</p><p><b>description</b>The specified HTTP method is not allowed for the requested resource.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:04:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:04:11:###############################
02-01-2023 10:04:11:[Request] Adding entity: NOT_ACCEPTABLE
02-01-2023 10:04:11:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:04:11:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:11:  TRACE: [WIRE] - >> NOT_ACCEPTABLE
02-01-2023 10:04:11:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:11:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:11:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:11:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 406 - Not Acceptable</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Not Acceptable</p><p><b>description</b>The resource identified by this request is only capable of generating responses with characteristics not acceptable according to the request "accept" headers.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:04:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:04:11:###############################
02-01-2023 10:04:11:[Request] Adding entity: PROXY_AUTHENTICATION_REQUIRED
02-01-2023 10:04:11:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:04:11:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:11:  TRACE: [WIRE] - >> PROXY_AUTHENTICATION_REQUIRED
02-01-2023 10:04:11:  TRACE: [WIRE] - << 407 PROXY_AUTHENTICATION_REQUIRED
02-01-2023 10:04:11:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Length: 1105
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:11:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:11:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 407 - Proxy Authentication Required</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Proxy Authentication Required</p><p><b>description</b>The client must first authenticate itself with the proxy.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:04:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:04:11:###############################
02-01-2023 10:04:11:[Request] Adding entity: REQUEST_TIMEOUT
02-01-2023 10:04:11:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:04:11:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:11:  TRACE: [WIRE] - >> REQUEST_TIMEOUT
02-01-2023 10:04:11:  TRACE: [WIRE] - << 408 REQUEST_TIMEOUT
02-01-2023 10:04:11:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:11:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Length: 1110
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:11:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:11:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 408 - Request Timeout</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Request Timeout</p><p><b>description</b>The client did not produce a request within the time that the server was prepared to wait.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:04:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:04:11:###############################
02-01-2023 10:04:11:[Request] Adding entity: CONFLICT
02-01-2023 10:04:11:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:04:11:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:11:  TRACE: [WIRE] - >> CONFLICT
02-01-2023 10:04:11:  TRACE: [WIRE] - << 409 CONFLICT
02-01-2023 10:04:11:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Length: 1098
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:11:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:11:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 409 - Conflict</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Conflict</p><p><b>description</b>The request could not be completed due to a conflict with the current state of the resource.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:04:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:04:11:###############################
02-01-2023 10:04:11:[Request] Adding entity: GONE
02-01-2023 10:04:11:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:04:11:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:11:  TRACE: [WIRE] - >> GONE
02-01-2023 10:04:11:  TRACE: [WIRE] - << 410 GONE
02-01-2023 10:04:11:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Length: 1080
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:11:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:11:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 410 - Gone</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Gone</p><p><b>description</b>The requested resource is no longer available, and no forwarding address is known.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:04:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:04:11:###############################
02-01-2023 10:04:11:[Request] Adding entity: LENGTH_REQUIRED
02-01-2023 10:04:11:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:04:11:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:11:  TRACE: [WIRE] - >> LENGTH_REQUIRED
02-01-2023 10:04:11:  TRACE: [WIRE] - << 411 LENGTH_REQUIRED
02-01-2023 10:04:11:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:11:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Length: 1084
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:11:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:11:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 411 - Length Required</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Length Required</p><p><b>description</b>This request cannot be handled without a defined content length.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:04:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:04:11:###############################
02-01-2023 10:04:11:[Request] Adding entity: PRECONDITION_FAILED
02-01-2023 10:04:11:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:04:11:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:11:  TRACE: [WIRE] - >> PRECONDITION_FAILED
02-01-2023 10:04:11:  TRACE: [WIRE] - << 412 PRECONDITION_FAILED
02-01-2023 10:04:11:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Length: 1081
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:11:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:11:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 412 - Precondition Failed</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Precondition Failed</p><p><b>description</b>A specified precondition has failed for this request.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:04:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:04:11:###############################
02-01-2023 10:04:11:[Request] Adding entity: REQUEST_ENTITY_TOO_LARGE
02-01-2023 10:04:11:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:04:11:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:11:  TRACE: [WIRE] - >> REQUEST_ENTITY_TOO_LARGE
02-01-2023 10:04:11:  TRACE: [WIRE] - << 413 REQUEST_ENTITY_TOO_LARGE
02-01-2023 10:04:11:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:11:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Length: 1113
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:11:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:11:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 413 - Request Entity Too Large</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Request Entity Too Large</p><p><b>description</b>The request entity is larger than the server is willing or able to process.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:04:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:04:11:###############################
02-01-2023 10:04:11:[Request] Adding entity: REQUEST_URI_TOO_LONG
02-01-2023 10:04:11:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:04:11:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:11:  TRACE: [WIRE] - >> REQUEST_URI_TOO_LONG
02-01-2023 10:04:11:  TRACE: [WIRE] - << 414 REQUEST_URI_TOO_LONG
02-01-2023 10:04:11:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:11:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Length: 1099
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:11:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:11:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 414 - Request-URI Too Long</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Request-URI Too Long</p><p><b>description</b>The server refused this request because the request URI was too long.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:04:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:04:11:###############################
02-01-2023 10:04:11:[Request] Adding entity: UNSUPPORTED_MEDIA_TYPE
02-01-2023 10:04:11:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:04:11:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:11:  TRACE: [WIRE] - >> UNSUPPORTED_MEDIA_TYPE
02-01-2023 10:04:11:  TRACE: [WIRE] - << 415 UNSUPPORTED_MEDIA_TYPE
02-01-2023 10:04:11:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Length: 1173
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:11:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:11:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:11:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 415 - Unsupported Media Type</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Unsupported Media Type</p><p><b>description</b>The server refused this request because the request entity is in a format not supported by the requested resource for the requested method.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:04:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:04:11:###############################
02-01-2023 10:04:12:[Request] Adding entity: REQUESTED_RANGE_NOT_SATISFIABLE
02-01-2023 10:04:12:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:04:12:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:12:  TRACE: [WIRE] - >> REQUESTED_RANGE_NOT_SATISFIABLE
02-01-2023 10:04:12:  TRACE: [WIRE] - << 416 REQUESTED_RANGE_NOT_SATISFIABLE
02-01-2023 10:04:12:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Length: 1097
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:12:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:12:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 416 - Requested Range Not Satisfiable</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Requested Range Not Satisfiable</p><p><b>description</b>The requested byte range cannot be satisfied.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:04:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:04:12:###############################
02-01-2023 10:04:12:[Request] Adding entity: EXPECTATION_FAILED
02-01-2023 10:04:12:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:04:12:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:12:  TRACE: [WIRE] - >> EXPECTATION_FAILED
02-01-2023 10:04:12:  TRACE: [WIRE] - << 417 EXPECTATION_FAILED
02-01-2023 10:04:12:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:12:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Length: 1102
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:12:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:12:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 417 - Expectation Failed</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Expectation Failed</p><p><b>description</b>The expectation given in the "Expect" request header could not be fulfilled.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:04:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:04:12:###############################
02-01-2023 10:04:12:[Request] Adding entity: PRECONDITION_REQUIRED
02-01-2023 10:04:12:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:04:12:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:12:  TRACE: [WIRE] - >> PRECONDITION_REQUIRED
02-01-2023 10:04:12:  TRACE: [WIRE] - << 428 PRECONDITION_REQUIRED
02-01-2023 10:04:12:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Length: 1074
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:12:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:12:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 428 - Precondition Required</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Precondition Required</p><p><b>description</b>The request is required to be conditional.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:04:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:04:12:###############################
02-01-2023 10:04:12:[Request] Adding entity: TOO_MANY_REQUESTS
02-01-2023 10:04:12:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:04:12:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:12:  TRACE: [WIRE] - >> TOO_MANY_REQUESTS
02-01-2023 10:04:12:  TRACE: [WIRE] - << 429 TOO_MANY_REQUESTS
02-01-2023 10:04:12:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Length: 1086
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:12:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:12:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 429 - Too Many Requests</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Too Many Requests</p><p><b>description</b>The user has sent too many requests in a given amount of time.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:04:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:04:12:###############################
02-01-2023 10:04:12:[Request] Adding entity: REQUEST_HEADER_FIELDS_TOO_LARGE
02-01-2023 10:04:12:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:04:12:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:12:  TRACE: [WIRE] - >> REQUEST_HEADER_FIELDS_TOO_LARGE
02-01-2023 10:04:12:  TRACE: [WIRE] - << 431 REQUEST_HEADER_FIELDS_TOO_LARGE
02-01-2023 10:04:12:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Length: 1132
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:12:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:12:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 431 - Request Header Fields Too Large</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Request Header Fields Too Large</p><p><b>description</b>The server refused this request because the request header fields are too large.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:04:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:04:12:###############################
02-01-2023 10:04:12:[Request] Adding entity: UNAVAILABLE_FOR_LEGAL_REASONS
02-01-2023 10:04:12:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:04:12:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:12:  TRACE: [WIRE] - >> UNAVAILABLE_FOR_LEGAL_REASONS
02-01-2023 10:04:12:  TRACE: [WIRE] - << 451 UNAVAILABLE_FOR_LEGAL_REASONS
02-01-2023 10:04:12:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Length: 1096
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:12:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:12:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 451 - Unavailable For Legal Reasons</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Unavailable For Legal Reasons</p><p><b>description</b>Cannot find message associated with key http.451</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:04:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:04:12:###############################
02-01-2023 10:04:12:[Request] Adding entity: INTERNAL_SERVER_ERROR
02-01-2023 10:04:12:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:04:12:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:12:  TRACE: [WIRE] - >> INTERNAL_SERVER_ERROR
02-01-2023 10:04:12:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
02-01-2023 10:04:12:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:12:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Length: 1120
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:12:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:12:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - Internal Server Error</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Internal Server Error</p><p><b>description</b>The server encountered an internal error that prevented it from fulfilling this request.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:04:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:04:12:###############################
02-01-2023 10:04:12:[Request] Adding entity: NOT_IMPLEMENTED
02-01-2023 10:04:12:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:04:12:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:12:  TRACE: [WIRE] - >> NOT_IMPLEMENTED
02-01-2023 10:04:12:  TRACE: [WIRE] - << 501 NOT_IMPLEMENTED
02-01-2023 10:04:12:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:12:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Length: 1097
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:12:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:12:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 501 - Not Implemented</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Not Implemented</p><p><b>description</b>The server does not support the functionality needed to fulfill this request.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:04:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:04:12:###############################
02-01-2023 10:04:12:[Request] Adding entity: BAD_GATEWAY
02-01-2023 10:04:12:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:04:12:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:12:  TRACE: [WIRE] - >> BAD_GATEWAY
02-01-2023 10:04:12:  TRACE: [WIRE] - << 502 BAD_GATEWAY
02-01-2023 10:04:12:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Length: 1114
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:12:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:12:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 502 - Bad Gateway</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Bad Gateway</p><p><b>description</b>This server received an invalid response from a server it consulted when acting as a proxy or gateway.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:04:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:04:12:###############################
02-01-2023 10:04:12:[Request] Adding entity: SERVICE_UNAVAILABLE
02-01-2023 10:04:12:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:04:12:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:12:  TRACE: [WIRE] - >> SERVICE_UNAVAILABLE
02-01-2023 10:04:12:  TRACE: [WIRE] - << 503 SERVICE_UNAVAILABLE
02-01-2023 10:04:12:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:12:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Length: 1077
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:12:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:12:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 503 - Service Unavailable</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Service Unavailable</p><p><b>description</b>The requested service is not currently available.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:04:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:04:12:###############################
02-01-2023 10:04:12:[Request] Adding entity: GATEWAY_TIMEOUT
02-01-2023 10:04:12:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:04:12:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:12:  TRACE: [WIRE] - >> GATEWAY_TIMEOUT
02-01-2023 10:04:12:  TRACE: [WIRE] - << 504 GATEWAY_TIMEOUT
02-01-2023 10:04:12:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Length: 1109
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:12:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:12:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 504 - Gateway Timeout</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Gateway Timeout</p><p><b>description</b>The server received a timeout from an upstream server while acting as a gateway or proxy.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:04:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:04:12:###############################
02-01-2023 10:04:12:[Request] Adding entity: HTTP_VERSION_NOT_SUPPORTED
02-01-2023 10:04:12:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:04:12:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:12:  TRACE: [WIRE] - >> HTTP_VERSION_NOT_SUPPORTED
02-01-2023 10:04:12:  TRACE: [WIRE] - << 505 HTTP_VERSION_NOT_SUPPORTED
02-01-2023 10:04:12:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:12:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Length: 1106
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:12:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:12:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 505 - HTTP Version Not Supported</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>HTTP Version Not Supported</p><p><b>description</b>The server does not support the requested HTTP protocol version.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:04:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
02-01-2023 10:04:12:###############################
02-01-2023 10:04:12:[Request] Adding entity: NETWORK_AUTHENTICATION_REQUIRED
02-01-2023 10:04:12:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
02-01-2023 10:04:12:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:12:  TRACE: [WIRE] - >> NETWORK_AUTHENTICATION_REQUIRED
02-01-2023 10:04:12:  TRACE: [WIRE] - << 511 NETWORK_AUTHENTICATION_REQUIRED
02-01-2023 10:04:12:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Length: 1108
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:12:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:12:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 511 - Network Authentication Required</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Network Authentication Required</p><p><b>description</b>The client needs to authenticate to gain network access.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:04:12:#getStatusInfo returned expected StatusTypes
02-01-2023 10:04:12:FINISHED TEST : getStatusInfoTest()
02-01-2023 10:04:12:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:12:STARTING TEST : hasEntityWhenEntityTest()
02-01-2023 10:04:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
02-01-2023 10:04:12:###############################
02-01-2023 10:04:12:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
02-01-2023 10:04:12:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:04:12:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:12:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:12:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:12:  TRACE: [WIRE] - << ENtiTy
02-01-2023 10:04:12:#hasEntity found the entity as expected
02-01-2023 10:04:12:FINISHED TEST : hasEntityWhenEntityTest()
02-01-2023 10:04:12:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:12:STARTING TEST : getLengthTest()
02-01-2023 10:04:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length' to target server at 'localhost:8080'
02-01-2023 10:04:12:###############################
02-01-2023 10:04:12:[Request] Adding entity: 1234567890
02-01-2023 10:04:12:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length
02-01-2023 10:04:12:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:12:  TRACE: [WIRE] - >> 1234567890
02-01-2023 10:04:12:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:12:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Length: 10
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:12:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:12:  TRACE: [WIRE] - << 1234567890
02-01-2023 10:04:12:#getLength matches expected Content-Length 10
02-01-2023 10:04:12:FINISHED TEST : getLengthTest()
02-01-2023 10:04:12:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:12:STARTING TEST : getHeadersUsingHeaderDelegateTest()
02-01-2023 10:04:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime' to target server at 'localhost:8080'
02-01-2023 10:04:12:###############################
02-01-2023 10:04:12:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime
02-01-2023 10:04:12:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:04:12:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:12:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:04:12:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080'
02-01-2023 10:04:12:###############################
02-01-2023 10:04:12:[Request] Adding entity: notnull
02-01-2023 10:04:12:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring
02-01-2023 10:04:12:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:12:  TRACE: [WIRE] - >> notnull
02-01-2023 10:04:12:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:12:  TRACE: [WIRE] - << s3: s3
02-01-2023 10:04:12:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:04:12:  TRACE: [WIRE] - << s1: s1
02-01-2023 10:04:12:  TRACE: [WIRE] - << s2: s2
02-01-2023 10:04:12:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:12:Received:
02-01-2023 10:04:12:s3:s3 Server:Eclipse GlassFish  7.0.0 Content-Length:0 s1:s1 s2:s2 X-Powered-By:Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:12:Received expected headers s3:s3;Server:Eclipse GlassFish  7.0.0;Content-Length:0;s1:s1;s2:s2;X-Powered-By:Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime' to target server at 'localhost:8080'
02-01-2023 10:04:12:###############################
02-01-2023 10:04:12:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime
02-01-2023 10:04:12:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:04:12:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:12:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:04:12:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:12:FINISHED TEST : getHeadersUsingHeaderDelegateTest()
02-01-2023 10:04:12:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:12:STARTING TEST : readEntityGenericTypeAnnotationCloseIsNotCalledOnInputStreamTest()
02-01-2023 10:04:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
02-01-2023 10:04:12:###############################
02-01-2023 10:04:12:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
02-01-2023 10:04:12:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:04:12:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:12:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:12:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:12:Close() has not been called on entity stream as expected
02-01-2023 10:04:12:FINISHED TEST : readEntityGenericTypeAnnotationCloseIsNotCalledOnInputStreamTest()
02-01-2023 10:04:12:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:12:STARTING TEST : getLastModifiedTest()
02-01-2023 10:04:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/lastmodified' to target server at 'localhost:8080'
02-01-2023 10:04:12:###############################
02-01-2023 10:04:12:[Request] Adding entity: 1675245852000
02-01-2023 10:04:12:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/lastmodified
02-01-2023 10:04:12:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:12:  TRACE: [WIRE] - >> 1675245852000
02-01-2023 10:04:12:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:12:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:12:  TRACE: [WIRE] - << Last-Modified: Wed, 01 Feb 2023 10:04:12 GMT
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:04:12:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:12:#getLastModified matches the Last-Modified HTTP header
02-01-2023 10:04:12:FINISHED TEST : getLastModifiedTest()
02-01-2023 10:04:12:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:12:STARTING TEST : hasLinkWhenLinkTest()
02-01-2023 10:04:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link' to target server at 'localhost:8080'
02-01-2023 10:04:12:###############################
02-01-2023 10:04:12:[Request] Adding entity: path
02-01-2023 10:04:12:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link
02-01-2023 10:04:12:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:12:  TRACE: [WIRE] - >> path
02-01-2023 10:04:12:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:12:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:04:12:  TRACE: [WIRE] - << Link: <http://localhost.tck:888/url404/path>; rel="path"
02-01-2023 10:04:12:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:12:#hasEntity found the Link as expected
02-01-2023 10:04:12:FINISHED TEST : hasLinkWhenLinkTest()
02-01-2023 10:04:12:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:12:STARTING TEST : getLocationTest()
02-01-2023 10:04:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/location' to target server at 'localhost:8080'
02-01-2023 10:04:12:###############################
02-01-2023 10:04:12:[Request] Adding entity: path
02-01-2023 10:04:12:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/location
02-01-2023 10:04:12:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:12:  TRACE: [WIRE] - >> path
02-01-2023 10:04:12:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:12:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:04:12:  TRACE: [WIRE] - << Location: http://localhost.tck:888/url404/path
02-01-2023 10:04:12:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:12:#getLocation contains expected location
02-01-2023 10:04:12:FINISHED TEST : getLocationTest()
02-01-2023 10:04:12:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:12:STARTING TEST : getLinkBuilderForTheNotPresentRelationTest()
02-01-2023 10:04:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
02-01-2023 10:04:12:###############################
02-01-2023 10:04:12:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
02-01-2023 10:04:12:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:04:12:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:12:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:12:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:12:  TRACE: [WIRE] - << ENtiTy
02-01-2023 10:04:12:#getLinkBuilder returned null as expected
02-01-2023 10:04:12:FINISHED TEST : getLinkBuilderForTheNotPresentRelationTest()
02-01-2023 10:04:12:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:12:STARTING TEST : getLinkNotPresentTest()
02-01-2023 10:04:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link' to target server at 'localhost:8080'
02-01-2023 10:04:12:###############################
02-01-2023 10:04:12:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link
02-01-2023 10:04:12:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:12:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:12:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:04:12:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:12:response#getLink() was null as expected
02-01-2023 10:04:12:FINISHED TEST : getLinkNotPresentTest()
02-01-2023 10:04:12:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:12:STARTING TEST : getCookiesTest()
02-01-2023 10:04:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies' to target server at 'localhost:8080'
02-01-2023 10:04:12:###############################
02-01-2023 10:04:12:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies
02-01-2023 10:04:12:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:04:12:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:12:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:12:  TRACE: [WIRE] - << Set-Cookie: c2=v2;Version=1,c1=v1;Version=1
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:04:12:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:12:#getCookies returned expected cookies
02-01-2023 10:04:12:FINISHED TEST : getCookiesTest()
02-01-2023 10:04:12:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:12:STARTING TEST : hasEntityWhenNoEntityTest()
02-01-2023 10:04:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080'
02-01-2023 10:04:12:###############################
02-01-2023 10:04:12:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring
02-01-2023 10:04:12:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:12:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:12:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:04:12:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:12:#hasEntity has not found any entity as expected
02-01-2023 10:04:12:FINISHED TEST : hasEntityWhenNoEntityTest()
02-01-2023 10:04:12:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:12:STARTING TEST : readEntityGenericIsNullWhenNoEntityTest()
02-01-2023 10:04:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080'
02-01-2023 10:04:12:###############################
02-01-2023 10:04:12:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200
02-01-2023 10:04:12:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:12:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:12:  TRACE: [WIRE] - << TESTHEADER: status code in request = 200
02-01-2023 10:04:12:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:04:12:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:12:Null or zero length entity returned when no entity as expected
02-01-2023 10:04:12:FINISHED TEST : readEntityGenericIsNullWhenNoEntityTest()
[INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.377 s - in ee.jakarta.tck.ws.rs.ee.rs.core.response.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.responsebuilder.JAXRSClientIT
02-01-2023 10:04:12:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:12:STARTING TEST : entityObjectTest()
02-01-2023 10:04:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_responsebuilder_web/resource/entity' to target server at 'localhost:8080'
02-01-2023 10:04:12:###############################
02-01-2023 10:04:12:[Request] Adding entity: 1675245852421
02-01-2023 10:04:12:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_responsebuilder_web/resource/entity
02-01-2023 10:04:12:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:12:  TRACE: [WIRE] - >> 1675245852421
02-01-2023 10:04:12:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:12:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Length: 123
02-01-2023 10:04:12:  TRACE: [WIRE] - << Content-Type: application/json
02-01-2023 10:04:12:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:12:  TRACE: [WIRE] - << 1675245852421 ANNOTATION_VALUE jakarta.ws.rs.POST, jakarta.ws.rs.Path, jakarta.ws.rs.ext.Provider, jakarta.ws.rs.Consumes, 
02-01-2023 10:04:12:FINISHED TEST : entityObjectTest()
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.268 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
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : noAuthorizationTest()
02-01-2023 10:04:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:04:13:FINISHED TEST : noAuthorizationTest()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : basicAuthorizationIncorrectUserTest()
02-01-2023 10:04:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:04:13:FINISHED TEST : basicAuthorizationIncorrectUserTest()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : basicAuthorizationAdminTest()
02-01-2023 10:04:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:13:FINISHED TEST : basicAuthorizationAdminTest()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : basicAuthorizationIncorrectPasswordTest()
02-01-2023 10:04:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:04:13:FINISHED TEST : basicAuthorizationIncorrectPasswordTest()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : basicAuthorizationStandardUserTest()
02-01-2023 10:04:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:13:FINISHED TEST : basicAuthorizationStandardUserTest()
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.613 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
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : getNormalizedUriTest()
02-01-2023 10:04:13:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/PQR09pqr/~-._ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:13:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/%50%51%52%30%39%70%71%72/%7e%2d%2E%5f HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:13:FINISHED TEST : getNormalizedUriTest()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : getMatchedURIsTest()
02-01-2023 10:04:13:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/uri HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:13:FINISHED TEST : getMatchedURIsTest()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : queryTest()
02-01-2023 10:04:13:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/query?stringtest=cts&inttest=-2147483648? HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:13:FINISHED TEST : queryTest()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : pathParamTest1()
02-01-2023 10:04:13:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/pathparam1/%20/%2010 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:13:FINISHED TEST : pathParamTest1()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : pathParamTest2()
02-01-2023 10:04:13:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/pathparam2/%20/%2010 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:13:FINISHED TEST : pathParamTest2()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : pathParamTest()
02-01-2023 10:04:13:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/pathparam/a/b HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:13:FINISHED TEST : pathParamTest()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : pathTest1()
02-01-2023 10:04:13:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/path1%20/%2010 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:13:FINISHED TEST : pathTest1()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : pathTest2()
02-01-2023 10:04:13:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/path2%20/%2010 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:13:FINISHED TEST : pathTest2()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : pathSegTest()
02-01-2023 10:04:13:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/pathseg HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:13:FINISHED TEST : pathSegTest()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : queryTest1()
02-01-2023 10:04:13:[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'
Feb 01, 2023 10:04:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:13:FINISHED TEST : queryTest1()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : queryTest2()
02-01-2023 10:04:13:[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'
Feb 01, 2023 10:04:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:13:FINISHED TEST : queryTest2()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : pathSegTest1()
02-01-2023 10:04:13:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/pathseg1%20/%2010 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:13:FINISHED TEST : pathSegTest1()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : pathSegTest2()
02-01-2023 10:04:13:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/pathseg2%20/%2010 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:13:FINISHED TEST : pathSegTest2()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : getMatchedURIsTest1()
02-01-2023 10:04:13:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/uri1 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:13:FINISHED TEST : getMatchedURIsTest1()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : getMatchedURIsTest2()
02-01-2023 10:04:13:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/uri2 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:13:FINISHED TEST : getMatchedURIsTest2()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : getMatchedResourcesTest()
02-01-2023 10:04:13:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/resource HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:13:FINISHED TEST : getMatchedResourcesTest()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : pathTest()
02-01-2023 10:04:13:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/path HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:13:FINISHED TEST : pathTest()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : requestURITest()
02-01-2023 10:04:13:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/request?stringtest=cts&inttest=-2147483648 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:13:FINISHED TEST : requestURITest()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : aPathTest()
02-01-2023 10:04:13:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/apath HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:13:FINISHED TEST : aPathTest()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : baseUriTest()
02-01-2023 10:04:13:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/baseuri HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:13:FINISHED TEST : baseUriTest()
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.318 s - in ee.jakarta.tck.ws.rs.ee.rs.core.uriinfo.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.delete.JAXRSClientIT
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : deleteSubTest()
02-01-2023 10:04:13:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest/sub HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:13:FINISHED TEST : deleteSubTest()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : deleteTest1()
02-01-2023 10:04:13:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:13:FINISHED TEST : deleteTest1()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : deleteTest2()
02-01-2023 10:04:13:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest  HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:13:FINISHED TEST : deleteTest2()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : deleteSubTest1()
02-01-2023 10:04:13:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest/sub HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:04:13:FINISHED TEST : deleteSubTest1()
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 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
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : setAnnotationsNullThrowsNPETest()
02-01-2023 10:04:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
02-01-2023 10:04:13:###############################
02-01-2023 10:04:13:[Request] Adding entity: Entity
02-01-2023 10:04:13:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
02-01-2023 10:04:13:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONSNULL, Content-Type:*/*
02-01-2023 10:04:13:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:13:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:13:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:13:  TRACE: [WIRE] - << Content-Length: 48
02-01-2023 10:04:13:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:13:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:13:  TRACE: [WIRE] - << NullPointerException has been thrown as expected
02-01-2023 10:04:13:FINISHED TEST : setAnnotationsNullThrowsNPETest()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : setAnnotationsTest()
02-01-2023 10:04:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
02-01-2023 10:04:13:###############################
02-01-2023 10:04:13:[Request] Adding entity: Entity
02-01-2023 10:04:13:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
02-01-2023 10:04:13:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONS, Content-Type:*/*
02-01-2023 10:04:13:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:13:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:13:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:13:  TRACE: [WIRE] - << Content-Length: 69
02-01-2023 10:04:13:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:13:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:13:  TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100)
02-01-2023 10:04:13:FINISHED TEST : setAnnotationsTest()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : setGenericTypeTest()
02-01-2023 10:04:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
02-01-2023 10:04:13:###############################
02-01-2023 10:04:13:[Request] Adding entity: Entity
02-01-2023 10:04:13:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
02-01-2023 10:04:13:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETGENERICTYPE, Content-Type:*/*
02-01-2023 10:04:13:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:13:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:13:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:13:  TRACE: [WIRE] - << Content-Length: 2
02-01-2023 10:04:13:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:13:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:13:  TRACE: [WIRE] - << [B
02-01-2023 10:04:13:FINISHED TEST : setGenericTypeTest()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : getMediaTypeTest()
02-01-2023 10:04:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
02-01-2023 10:04:13:###############################
02-01-2023 10:04:13:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=application/json, language=null, encoding=null], annotations=[]}
02-01-2023 10:04:13:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
02-01-2023 10:04:13:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE, Content-Type:application/json
02-01-2023 10:04:13:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:13:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:13:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:13:  TRACE: [WIRE] - << Content-Length: 16
02-01-2023 10:04:13:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:13:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:13:  TRACE: [WIRE] - << application/json
02-01-2023 10:04:13:FINISHED TEST : getMediaTypeTest()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : setPropertyNullTest()
02-01-2023 10:04:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
02-01-2023 10:04:13:###############################
02-01-2023 10:04:13:[Request] Adding entity: Entity
02-01-2023 10:04:13:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
02-01-2023 10:04:13:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYNULL, Content-Type:*/*
02-01-2023 10:04:13:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:13:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:13:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:13:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:04:13:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:13:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:13:  TRACE: [WIRE] - << None
02-01-2023 10:04:13:FINISHED TEST : setPropertyNullTest()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : getPropertyNamesIsReadOnlyTest()
02-01-2023 10:04:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
02-01-2023 10:04:13:###############################
02-01-2023 10:04:13:[Request] Adding entity: Entity
02-01-2023 10:04:13:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
02-01-2023 10:04:13:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMESISREADONLY, Content-Type:*/*
02-01-2023 10:04:13:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:13:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:13:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:13:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:04:13:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:13:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:13:  TRACE: [WIRE] - << None
02-01-2023 10:04:13:FINISHED TEST : getPropertyNamesIsReadOnlyTest()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : getPropertyNamesTest()
02-01-2023 10:04:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
02-01-2023 10:04:13:###############################
02-01-2023 10:04:13:[Request] Adding entity: Entity
02-01-2023 10:04:13:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
02-01-2023 10:04:13:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMES, Content-Type:*/*
02-01-2023 10:04:13:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:13:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:13:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:13:  TRACE: [WIRE] - << Content-Length: 49
02-01-2023 10:04:13:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:13:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:13:  TRACE: [WIRE] - << Property4;Property3;Property2;Property1;Property0
02-01-2023 10:04:13:FINISHED TEST : getPropertyNamesTest()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : getPropertyIsNullTest()
02-01-2023 10:04:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
02-01-2023 10:04:13:###############################
02-01-2023 10:04:13:[Request] Adding entity: Entity
02-01-2023 10:04:13:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
02-01-2023 10:04:13:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTY, Content-Type:*/*
02-01-2023 10:04:13:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:13:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:13:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:13:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:04:13:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:13:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:13:  TRACE: [WIRE] - << None
02-01-2023 10:04:13:FINISHED TEST : getPropertyIsNullTest()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : setMediaTypeTest()
02-01-2023 10:04:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
02-01-2023 10:04:13:###############################
02-01-2023 10:04:13:[Request] Adding entity: Entity
02-01-2023 10:04:13:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
02-01-2023 10:04:13:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMEDIATYPE, Content-Type:*/*
02-01-2023 10:04:13:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:13:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:13:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:13:  TRACE: [WIRE] - << Content-Length: 33
02-01-2023 10:04:13:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:13:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:13:  TRACE: [WIRE] - << application/x-www-form-urlencoded
02-01-2023 10:04:13:FINISHED TEST : setMediaTypeTest()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : setTypeTest()
02-01-2023 10:04:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
02-01-2023 10:04:13:###############################
02-01-2023 10:04:13:[Request] Adding entity: java.io.InputStreamReader@52d14fc2
02-01-2023 10:04:13:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
02-01-2023 10:04:13:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETTYPE, Content-Type:*/*
02-01-2023 10:04:13:  TRACE: [WIRE] - >> java.io.InputStreamReader@52d14fc2
02-01-2023 10:04:13:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:13:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:13:  TRACE: [WIRE] - << Content-Length: 25
02-01-2023 10:04:13:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:13:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:13:  TRACE: [WIRE] - << java.io.InputStreamReader
02-01-2023 10:04:13:#setType set correct type java.io.InputStreamReader
02-01-2023 10:04:13:FINISHED TEST : setTypeTest()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : getTypeTest()
02-01-2023 10:04:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
02-01-2023 10:04:13:###############################
02-01-2023 10:04:13:[Request] Adding entity: Entity
02-01-2023 10:04:13:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
02-01-2023 10:04:13:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETTYPE, Content-Type:*/*
02-01-2023 10:04:13:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:13:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:13:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:13:  TRACE: [WIRE] - << Content-Length: 16
02-01-2023 10:04:13:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:13:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:13:  TRACE: [WIRE] - << java.lang.String
02-01-2023 10:04:13:FINISHED TEST : getTypeTest()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : getAnnotationsTest()
02-01-2023 10:04:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
02-01-2023 10:04:13:###############################
02-01-2023 10:04:13:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=*/*, language=null, encoding=null], annotations=[@jakarta.ws.rs.ext.Provider(), @jakarta.annotation.Priority(value=100)]}
02-01-2023 10:04:13:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
02-01-2023 10:04:13:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETANNOTATIONS, Content-Type:*/*
02-01-2023 10:04:13:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:13:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:13:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:13:  TRACE: [WIRE] - << Content-Length: 69
02-01-2023 10:04:13:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:13:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:13:  TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100)
02-01-2023 10:04:13:FINISHED TEST : getAnnotationsTest()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : getGenericTypeTest()
02-01-2023 10:04:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
02-01-2023 10:04:13:###############################
02-01-2023 10:04:13:[Request] Adding entity: Entity
02-01-2023 10:04:13:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
02-01-2023 10:04:13:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETGENERICTYPE, Content-Type:*/*
02-01-2023 10:04:13:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:13:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:13:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:13:  TRACE: [WIRE] - << Content-Length: 16
02-01-2023 10:04:13:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:13:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:13:  TRACE: [WIRE] - << java.lang.String
02-01-2023 10:04:13:FINISHED TEST : getGenericTypeTest()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : setPropertyTest()
02-01-2023 10:04:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
02-01-2023 10:04:13:###############################
02-01-2023 10:04:13:[Request] Adding entity: Entity
02-01-2023 10:04:13:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
02-01-2023 10:04:13:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTY, Content-Type:*/*
02-01-2023 10:04:13:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:13:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:13:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:13:  TRACE: [WIRE] - << Content-Length: 12
02-01-2023 10:04:13:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:13:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:13:  TRACE: [WIRE] - << Other Entity
02-01-2023 10:04:13:FINISHED TEST : setPropertyTest()
02-01-2023 10:04:13:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:13:STARTING TEST : removePropertyTest()
02-01-2023 10:04:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
02-01-2023 10:04:13:###############################
02-01-2023 10:04:14:[Request] Adding entity: Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:REMOVEPROPERTY, Content-Type:*/*
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:14:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:14:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:14:  TRACE: [WIRE] - << None
02-01-2023 10:04:14:FINISHED TEST : removePropertyTest()
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.359 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
02-01-2023 10:04:14:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:14:STARTING TEST : getEntityTest()
02-01-2023 10:04:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080'
02-01-2023 10:04:14:###############################
02-01-2023 10:04:14:[Request] Adding entity: Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETENTITY, Content-Type:*/*
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:14:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:14:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:14:  TRACE: [WIRE] - << Entity
02-01-2023 10:04:14:FINISHED TEST : getEntityTest()
02-01-2023 10:04:14:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:14:STARTING TEST : getHeadersOperationOnlyTest()
02-01-2023 10:04:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080'
02-01-2023 10:04:14:###############################
02-01-2023 10:04:14:[Request] Adding entity: Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERS, Content-Type:*/*
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:14:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Length: 40
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:14:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:14:  TRACE: [WIRE] - << Accept;OPERATION;Content-Type;User-Agent
02-01-2023 10:04:14:FINISHED TEST : getHeadersOperationOnlyTest()
02-01-2023 10:04:14:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:14:STARTING TEST : setEntityTest()
02-01-2023 10:04:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080'
02-01-2023 10:04:14:###############################
02-01-2023 10:04:14:[Request] Adding entity: Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETENTITY, Content-Type:*/*
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:14:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Length: 9
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:14:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:14:  TRACE: [WIRE] - << OPERATION
02-01-2023 10:04:14:FINISHED TEST : setEntityTest()
02-01-2023 10:04:14:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:14:STARTING TEST : getHeadersIsMutableTest()
02-01-2023 10:04:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080'
02-01-2023 10:04:14:###############################
02-01-2023 10:04:14:[Request] Adding entity: Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSISMUTABLE, Content-Type:*/*
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:14:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Length: 8
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:14:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:14:  TRACE: [WIRE] - << Property
02-01-2023 10:04:14:FINISHED TEST : getHeadersIsMutableTest()
02-01-2023 10:04:14:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:14:STARTING TEST : setOutputStreamTest()
02-01-2023 10:04:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080'
02-01-2023 10:04:14:###############################
02-01-2023 10:04:14:[Request] Adding entity: Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETOUTPUTSTREAM, Content-Type:*/*
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:14:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Length: 8192
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:14:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:14:  TRACE: [WIRE] - << Enxixy
02-01-2023 10:04:14:FINISHED TEST : setOutputStreamTest()
02-01-2023 10:04:14:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:14:STARTING TEST : proceedThrowsWebApplicationExceptionTest()
02-01-2023 10:04:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080'
02-01-2023 10:04:14:###############################
02-01-2023 10:04:14:[Request] Adding entity: StringBean. To get a value, use rather #get() method.
02-01-2023 10:04:14:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSWEBAPPEXCEPTION, Content-Type:*/*
02-01-2023 10:04:14:  TRACE: [WIRE] - >> StringBean. To get a value, use rather #get() method.
02-01-2023 10:04:14:Root cause of Failure: WebApplicationException has been thrown as expected
ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.writerinterceptorcontext.ProceedException: WebApplicationException has been thrown as expected
	at ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.writerinterceptorcontext.InterceptorBodyOne.proceedThrowsWebAppException(InterceptorBodyOne.java:71)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.TemplateInterceptorBody.executeMethod(TemplateInterceptorBody.java:62)
	at ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.TemplateWriterInterceptor.aroundWriteTo(TemplateWriterInterceptor.java:58)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:476)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:458)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:371)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:268)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:300)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:662)
	at org.glassfish.jersey.client.JerseyInvocation.call(JerseyInvocation.java:697)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$runInScope$3(JerseyInvocation.java:691)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.runInScope(JerseyInvocation.java:691)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:661)
	at ee.jakarta.tck.ws.rs.common.client.JaxrsWebTestCase.invoke(JaxrsWebTestCase.java:350)
	at ee.jakarta.tck.ws.rs.common.client.JaxrsWebTestCase.execute(JaxrsWebTestCase.java:201)
	at ee.jakarta.tck.ws.rs.common.client.JaxrsCommonClient.invoke(JaxrsCommonClient.java:209)
	at ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.clientwriter.WriterClient.invoke(WriterClient.java:52)
	at ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.clientwriter.writerinterceptorcontext.JAXRSClientIT.proceedThrowsWebApplicationExceptionTest(JAXRSClientIT.java:222)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.junit5.ArquillianExtension$1.invoke(ArquillianExtension.java:165)
	at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:57)
	at jdk.internal.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
	at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103)
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90)
	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133)
	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:105)
	at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:62)
	at org.jboss.arquillian.container.test.impl.execution.ClientTestExecuter.execute(ClientTestExecuter.java:50)
	at jdk.internal.reflect.GeneratedMethodAccessor15.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
	at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103)
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90)
	at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:128)
	at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createTestContext(ContainerEventController.java:118)
	at jdk.internal.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95)
	at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:116)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95)
	at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:83)
	at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95)
	at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:69)
	at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95)
	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133)
	at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:139)
	at org.jboss.arquillian.junit5.ArquillianExtension.interceptInvocation(ArquillianExtension.java:145)
	at org.jboss.arquillian.junit5.ArquillianExtension.interceptTestMethod(ArquillianExtension.java:90)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1540)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1540)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
Caused by: ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.writerinterceptorcontext.ProceedException$1: WebApplicationException has been thrown as expected
	at ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.writerinterceptorcontext.ProceedException.getCause(ProceedException.java:44)
	at java.base/java.lang.Throwable.printStackTrace(Throwable.java:669)
	at java.base/java.lang.Throwable.printStackTrace(Throwable.java:648)
	at java.base/java.lang.Throwable.printStackTrace(Throwable.java:639)
	at ee.jakarta.tck.ws.rs.lib.util.TestUtil.logErr(TestUtil.java:688)
	at ee.jakarta.tck.ws.rs.common.client.JaxrsCommonClient.invoke(JaxrsCommonClient.java:217)
	... 117 more
02-01-2023 10:04:14:[JAXRSCommonClient] null failed!  Check output for cause of failure.
ee.jakarta.tck.ws.rs.common.webclient.TestFailureException: [FATAL] Unexpected failure during test execution.
Client client = ClientFactory.newClient();
client.configuration().register(ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.writerinterceptorcontext.WriterInterceptorTwo);
client.configuration().register(ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.writerinterceptorcontext.WriterInterceptorOne.class);
client.configuration().register(ee.jakarta.tck.ws.rs.common.provider.StringBeanEntityProvider.class);
WebTarget target = client.target("http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/");
Invocation.Builder builder;
builder = target.request("*/*");
builder.header("OPERATION","PROCEEDTHROWSWEBAPPEXCEPTION");
Invocation i;
i=builder.build("POST",Entity.entity(StringBean. To get a value, use rather #get() method.,*/*);
i.invoke();
WebApplicationException has been thrown as expected
	at ee.jakarta.tck.ws.rs.common.client.JaxrsWebTestCase.execute(JaxrsWebTestCase.java:214)
	at ee.jakarta.tck.ws.rs.common.client.JaxrsCommonClient.invoke(JaxrsCommonClient.java:209)
	at ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.clientwriter.WriterClient.invoke(WriterClient.java:52)
	at ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.clientwriter.writerinterceptorcontext.JAXRSClientIT.proceedThrowsWebApplicationExceptionTest(JAXRSClientIT.java:222)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.junit5.ArquillianExtension$1.invoke(ArquillianExtension.java:165)
	at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:57)
	at jdk.internal.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
	at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103)
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90)
	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133)
	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:105)
	at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:62)
	at org.jboss.arquillian.container.test.impl.execution.ClientTestExecuter.execute(ClientTestExecuter.java:50)
	at jdk.internal.reflect.GeneratedMethodAccessor15.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
	at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103)
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90)
	at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:128)
	at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createTestContext(ContainerEventController.java:118)
	at jdk.internal.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95)
	at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:116)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95)
	at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:83)
	at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95)
	at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:69)
	at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95)
	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133)
	at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:139)
	at org.jboss.arquillian.junit5.ArquillianExtension.interceptInvocation(ArquillianExtension.java:145)
	at org.jboss.arquillian.junit5.ArquillianExtension.interceptTestMethod(ArquillianExtension.java:90)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1540)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1540)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
Caused by: ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.writerinterceptorcontext.ProceedException: WebApplicationException has been thrown as expected
	at ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.writerinterceptorcontext.InterceptorBodyOne.proceedThrowsWebAppException(InterceptorBodyOne.java:71)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.TemplateInterceptorBody.executeMethod(TemplateInterceptorBody.java:62)
	at ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.TemplateWriterInterceptor.aroundWriteTo(TemplateWriterInterceptor.java:58)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:476)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:458)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:371)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:268)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:300)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:662)
	at org.glassfish.jersey.client.JerseyInvocation.call(JerseyInvocation.java:697)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$runInScope$3(JerseyInvocation.java:691)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.runInScope(JerseyInvocation.java:691)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:661)
	at ee.jakarta.tck.ws.rs.common.client.JaxrsWebTestCase.invoke(JaxrsWebTestCase.java:350)
	at ee.jakarta.tck.ws.rs.common.client.JaxrsWebTestCase.execute(JaxrsWebTestCase.java:201)
	... 118 more
Caused by: ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.writerinterceptorcontext.ProceedException$1: WebApplicationException has been thrown as expected
	at ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.writerinterceptorcontext.ProceedException.getCause(ProceedException.java:44)
	at java.base/java.lang.Throwable.printEnclosedStackTrace(Throwable.java:711)
	at java.base/java.lang.Throwable.printStackTrace(Throwable.java:671)
	at java.base/java.lang.Throwable.printStackTrace(Throwable.java:648)
	at java.base/java.lang.Throwable.printStackTrace(Throwable.java:639)
	at ee.jakarta.tck.ws.rs.lib.util.TestUtil.logErr(TestUtil.java:688)
	at ee.jakarta.tck.ws.rs.common.JAXRSCommonClient$Fault.<init>(JAXRSCommonClient.java:1136)
	at ee.jakarta.tck.ws.rs.common.client.JaxrsCommonClient.invoke(JaxrsCommonClient.java:219)
	... 117 more
02-01-2023 10:04:14:WebApplicationException has been thrown as expected
02-01-2023 10:04:14:FINISHED TEST : proceedThrowsWebApplicationExceptionTest()
02-01-2023 10:04:14:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:14:STARTING TEST : getHeadersTest()
02-01-2023 10:04:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080'
02-01-2023 10:04:14:###############################
02-01-2023 10:04:14:[Request] Adding entity: Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Accept:*/*, Property4:any, Property3:any, Property2:any, Property1:any, Property0:any, OPERATION:GETHEADERS, Content-Type:*/*
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:14:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Length: 90
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:14:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:14:  TRACE: [WIRE] - << Accept;Property4;Property3;Property2;Property1;Property0;OPERATION;Content-Type;User-Agent
02-01-2023 10:04:14:FINISHED TEST : getHeadersTest()
02-01-2023 10:04:14:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:14:STARTING TEST : getOutputStreamTest()
02-01-2023 10:04:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080'
02-01-2023 10:04:14:###############################
02-01-2023 10:04:14:[Request] Adding entity: Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETOUTPUTSTREAM, Content-Type:*/*
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:14:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Length: 10
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:14:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:14:  TRACE: [WIRE] - << NoneEntity
02-01-2023 10:04:14:FINISHED TEST : getOutputStreamTest()
02-01-2023 10:04:14:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:14:STARTING TEST : proceedThrowsIOExceptionTest()
02-01-2023 10:04:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080'
02-01-2023 10:04:14:###############################
02-01-2023 10:04:14:[Request] Adding entity: Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSIOEXCEPTION, Content-Type:*/*
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:14:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Length: 39
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:14:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:14:  TRACE: [WIRE] - << IOException has been thrown as expected
02-01-2023 10:04:14:FINISHED TEST : proceedThrowsIOExceptionTest()
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.379 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
02-01-2023 10:04:14:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:14:STARTING TEST : setAnnotationsNullThrowsNPETest()
02-01-2023 10:04:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
02-01-2023 10:04:14:###############################
02-01-2023 10:04:14:[Request] Adding entity: Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONSNULL, Content-Type:*/*
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:14:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Length: 48
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:14:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:14:  TRACE: [WIRE] - << NullPointerException has been thrown as expected
02-01-2023 10:04:14:FINISHED TEST : setAnnotationsNullThrowsNPETest()
02-01-2023 10:04:14:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:14:STARTING TEST : setAnnotationsTest()
02-01-2023 10:04:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
02-01-2023 10:04:14:###############################
02-01-2023 10:04:14:[Request] Adding entity: Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONS, Content-Type:*/*
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:14:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Length: 69
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:14:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:14:  TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100)
02-01-2023 10:04:14:FINISHED TEST : setAnnotationsTest()
02-01-2023 10:04:14:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:14:STARTING TEST : setGenericTypeTest()
02-01-2023 10:04:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
02-01-2023 10:04:14:###############################
02-01-2023 10:04:14:[Request] Adding entity: Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETGENERICTYPE, Content-Type:*/*
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:14:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Length: 2
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:14:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:14:  TRACE: [WIRE] - << [B
02-01-2023 10:04:14:FINISHED TEST : setGenericTypeTest()
02-01-2023 10:04:14:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:14:STARTING TEST : getMediaTypeTest()
02-01-2023 10:04:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
02-01-2023 10:04:14:###############################
02-01-2023 10:04:14:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=application/json, language=null, encoding=null], annotations=[]}
02-01-2023 10:04:14:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE, Content-Type:application/json
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:14:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Length: 16
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:14:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:14:  TRACE: [WIRE] - << application/json
02-01-2023 10:04:14:FINISHED TEST : getMediaTypeTest()
02-01-2023 10:04:14:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:14:STARTING TEST : setPropertyNullTest()
02-01-2023 10:04:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
02-01-2023 10:04:14:###############################
02-01-2023 10:04:14:[Request] Adding entity: Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYNULL, Content-Type:*/*
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:14:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:14:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:14:  TRACE: [WIRE] - << None
02-01-2023 10:04:14:FINISHED TEST : setPropertyNullTest()
02-01-2023 10:04:14:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:14:STARTING TEST : getPropertyNamesIsReadOnlyTest()
02-01-2023 10:04:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
02-01-2023 10:04:14:###############################
02-01-2023 10:04:14:[Request] Adding entity: Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMESISREADONLY, Content-Type:*/*
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:14:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:14:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:14:  TRACE: [WIRE] - << None
02-01-2023 10:04:14:FINISHED TEST : getPropertyNamesIsReadOnlyTest()
02-01-2023 10:04:14:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:14:STARTING TEST : getPropertyNamesTest()
02-01-2023 10:04:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
02-01-2023 10:04:14:###############################
02-01-2023 10:04:14:[Request] Adding entity: Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMES, Content-Type:*/*
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:14:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Length: 139
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:14:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:14:  TRACE: [WIRE] - << Property4;Property3;org.glassfish.web.RequestFacadeHelper;org.glassfish.jersey.message.internal.TracingLogger;Property2;Property1;Property0
02-01-2023 10:04:14:FINISHED TEST : getPropertyNamesTest()
02-01-2023 10:04:14:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:14:STARTING TEST : getPropertyIsNullTest()
02-01-2023 10:04:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
02-01-2023 10:04:14:###############################
02-01-2023 10:04:14:[Request] Adding entity: Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTY, Content-Type:*/*
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:14:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:14:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:14:  TRACE: [WIRE] - << None
02-01-2023 10:04:14:FINISHED TEST : getPropertyIsNullTest()
02-01-2023 10:04:14:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:14:STARTING TEST : setMediaTypeTest()
02-01-2023 10:04:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
02-01-2023 10:04:14:###############################
02-01-2023 10:04:14:[Request] Adding entity: Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMEDIATYPE, Content-Type:*/*
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:14:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Length: 33
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:14:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:14:  TRACE: [WIRE] - << application/x-www-form-urlencoded
02-01-2023 10:04:14:FINISHED TEST : setMediaTypeTest()
02-01-2023 10:04:14:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:14:STARTING TEST : setTypeTest()
02-01-2023 10:04:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/inputstreamreader' to target server at 'localhost:8080'
02-01-2023 10:04:14:###############################
02-01-2023 10:04:14:[Request] Adding entity: java.io.InputStreamReader@23325841
02-01-2023 10:04:14:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/inputstreamreader
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETTYPE, Content-Type:*/*
02-01-2023 10:04:14:  TRACE: [WIRE] - >> java.io.InputStreamReader@23325841
02-01-2023 10:04:14:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:14:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Length: 25
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:14:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:14:  TRACE: [WIRE] - << java.io.InputStreamReader
02-01-2023 10:04:14:#setType set correct type java.io.InputStreamReader
02-01-2023 10:04:14:FINISHED TEST : setTypeTest()
02-01-2023 10:04:14:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:14:STARTING TEST : getTypeTest()
02-01-2023 10:04:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
02-01-2023 10:04:14:###############################
02-01-2023 10:04:14:[Request] Adding entity: Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETTYPE, Content-Type:*/*
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:14:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Length: 16
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:14:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:14:  TRACE: [WIRE] - << java.lang.String
02-01-2023 10:04:14:FINISHED TEST : getTypeTest()
02-01-2023 10:04:14:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:14:STARTING TEST : getAnnotationsTest()
02-01-2023 10:04:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
02-01-2023 10:04:14:###############################
02-01-2023 10:04:14:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=*/*, language=null, encoding=null], annotations=[]}
02-01-2023 10:04:14:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETANNOTATIONS, Content-Type:*/*
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:14:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:14:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:14:FINISHED TEST : getAnnotationsTest()
02-01-2023 10:04:14:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:14:STARTING TEST : getGenericTypeTest()
02-01-2023 10:04:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
02-01-2023 10:04:14:###############################
02-01-2023 10:04:14:[Request] Adding entity: Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETGENERICTYPE, Content-Type:*/*
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:14:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Length: 16
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:14:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:14:  TRACE: [WIRE] - << java.lang.String
02-01-2023 10:04:14:FINISHED TEST : getGenericTypeTest()
02-01-2023 10:04:14:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:14:STARTING TEST : setPropertyTest()
02-01-2023 10:04:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
02-01-2023 10:04:14:###############################
02-01-2023 10:04:14:[Request] Adding entity: Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTY, Content-Type:*/*
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:14:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Length: 12
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:14:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:14:  TRACE: [WIRE] - << Other Entity
02-01-2023 10:04:14:FINISHED TEST : setPropertyTest()
02-01-2023 10:04:14:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:14:STARTING TEST : removePropertyTest()
02-01-2023 10:04:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
02-01-2023 10:04:14:###############################
02-01-2023 10:04:14:[Request] Adding entity: Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:REMOVEPROPERTY, Content-Type:*/*
02-01-2023 10:04:14:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:14:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:14:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:04:14:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:14:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:14:  TRACE: [WIRE] - << None
02-01-2023 10:04:14:FINISHED TEST : removePropertyTest()
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.522 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
02-01-2023 10:04:15:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:15:STARTING TEST : getHeadersHeadersSetTest()
02-01-2023 10:04:15:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080'
02-01-2023 10:04:15:###############################
02-01-2023 10:04:15:[Request] Adding entity: Entity
02-01-2023 10:04:15:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string
02-01-2023 10:04:15:  TRACE: [WIRE] - >> Accept:*/*, Property4:any, Property3:any, Property2:any, Property1:any, Property0:any, OPERATION:GETHEADERS, Content-Type:*/*
02-01-2023 10:04:15:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:15:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:15:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Length: 121
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:15:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:15:  TRACE: [WIRE] - << accept;property4;property3;property2;property1;property0;operation;content-type;user-agent;host;connection;content-length
02-01-2023 10:04:15:FINISHED TEST : getHeadersHeadersSetTest()
02-01-2023 10:04:15:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:15:STARTING TEST : setInputStreamTest()
02-01-2023 10:04:15:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080'
02-01-2023 10:04:15:###############################
02-01-2023 10:04:15:[Request] Adding entity: Entity
02-01-2023 10:04:15:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string
02-01-2023 10:04:15:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETINPUTSTREAM, Content-Type:*/*
02-01-2023 10:04:15:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:15:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:15:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Length: 12
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:15:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:15:  TRACE: [WIRE] - << Other Entity
02-01-2023 10:04:15:FINISHED TEST : setInputStreamTest()
02-01-2023 10:04:15:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:15:STARTING TEST : getHeadersOperationOnlyTest()
02-01-2023 10:04:15:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080'
02-01-2023 10:04:15:###############################
02-01-2023 10:04:15:[Request] Adding entity: Entity
02-01-2023 10:04:15:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string
02-01-2023 10:04:15:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERS, Content-Type:*/*
02-01-2023 10:04:15:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:15:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:15:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Length: 71
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:15:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:15:  TRACE: [WIRE] - << accept;operation;content-type;user-agent;host;connection;content-length
02-01-2023 10:04:15:FINISHED TEST : getHeadersOperationOnlyTest()
02-01-2023 10:04:15:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:15:STARTING TEST : getHeadersIsMutableTest()
02-01-2023 10:04:15:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080'
02-01-2023 10:04:15:###############################
02-01-2023 10:04:15:[Request] Adding entity: Entity
02-01-2023 10:04:15:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string
02-01-2023 10:04:15:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSISMUTABLE, Content-Type:*/*
02-01-2023 10:04:15:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:15:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:15:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Length: 8
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:15:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:15:  TRACE: [WIRE] - << Property
02-01-2023 10:04:15:FINISHED TEST : getHeadersIsMutableTest()
02-01-2023 10:04:15:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:15:STARTING TEST : proceedThrowsWebApplicationExceptionTest()
02-01-2023 10:04:15:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/errorbean' to target server at 'localhost:8080'
02-01-2023 10:04:15:###############################
02-01-2023 10:04:15:[Request] Adding entity: Entity
02-01-2023 10:04:15:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/errorbean
02-01-2023 10:04:15:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSWEBAPPEXCEPTION, Content-Type:*/*
02-01-2023 10:04:15:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:15:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:15:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Length: 51
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:15:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:15:  TRACE: [WIRE] - << WebApplicationException has been thrown as expected
02-01-2023 10:04:15:FINISHED TEST : proceedThrowsWebApplicationExceptionTest()
02-01-2023 10:04:15:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:15:STARTING TEST : getInputStreamTest()
02-01-2023 10:04:15:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080'
02-01-2023 10:04:15:###############################
02-01-2023 10:04:15:[Request] Adding entity: getInputStreamEntity
02-01-2023 10:04:15:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string
02-01-2023 10:04:15:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETINPUTSTREAM, Content-Type:*/*
02-01-2023 10:04:15:  TRACE: [WIRE] - >> getInputStreamEntity
02-01-2023 10:04:15:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:15:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Length: 20
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:15:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:15:  TRACE: [WIRE] - << getInputStreamEntity
02-01-2023 10:04:15:FINISHED TEST : getInputStreamTest()
02-01-2023 10:04:15:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:15:STARTING TEST : proceedThrowsIOExceptionTest()
02-01-2023 10:04:15:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080'
02-01-2023 10:04:15:###############################
02-01-2023 10:04:15:[Request] Adding entity: Entity
02-01-2023 10:04:15:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string
02-01-2023 10:04:15:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSIOEXCEPTION, Content-Type:*/*
02-01-2023 10:04:15:  TRACE: [WIRE] - >> Entity
02-01-2023 10:04:15:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:15:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Length: 39
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:15:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:15:  TRACE: [WIRE] - << IOException has been thrown as expected
02-01-2023 10:04:15:FINISHED TEST : proceedThrowsIOExceptionTest()
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.405 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
02-01-2023 10:04:15:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:15:STARTING TEST : setAnnotationsNullThrowsNPETest()
02-01-2023 10:04:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotationsnull' to target server at 'localhost:8080'
02-01-2023 10:04:15:###############################
02-01-2023 10:04:15:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotationsnull
02-01-2023 10:04:15:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:15:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:15:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:15:  TRACE: [WIRE] - << OPERATION: SETANNOTATIONSNULL
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Length: 48
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:15:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:15:  TRACE: [WIRE] - << NullPointerException has been thrown as expected
02-01-2023 10:04:15:FINISHED TEST : setAnnotationsNullThrowsNPETest()
02-01-2023 10:04:15:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:15:STARTING TEST : setAnnotationsTest()
02-01-2023 10:04:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotations' to target server at 'localhost:8080'
02-01-2023 10:04:15:###############################
02-01-2023 10:04:15:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotations
02-01-2023 10:04:15:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:15:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:15:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:15:  TRACE: [WIRE] - << OPERATION: SETANNOTATIONS
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Length: 69
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:15:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:15:  TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100)
02-01-2023 10:04:15:FINISHED TEST : setAnnotationsTest()
02-01-2023 10:04:15:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:15:STARTING TEST : setGenericTypeTest()
02-01-2023 10:04:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setgenerictype' to target server at 'localhost:8080'
02-01-2023 10:04:15:###############################
02-01-2023 10:04:15:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setgenerictype
02-01-2023 10:04:15:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:15:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:15:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:15:  TRACE: [WIRE] - << OPERATION: SETGENERICTYPE
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Length: 2
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:15:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:15:  TRACE: [WIRE] - << [B
02-01-2023 10:04:15:FINISHED TEST : setGenericTypeTest()
02-01-2023 10:04:15:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:15:STARTING TEST : getMediaTypeTest()
02-01-2023 10:04:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getmediatype' to target server at 'localhost:8080'
02-01-2023 10:04:15:###############################
02-01-2023 10:04:15:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getmediatype
02-01-2023 10:04:15:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:15:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:15:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:15:  TRACE: [WIRE] - << OPERATION: GETMEDIATYPE
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Length: 16
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Type: application/json
02-01-2023 10:04:15:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:15:  TRACE: [WIRE] - << application/json
02-01-2023 10:04:15:FINISHED TEST : getMediaTypeTest()
02-01-2023 10:04:15:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:15:STARTING TEST : setPropertyNullTest()
02-01-2023 10:04:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setpropertynull' to target server at 'localhost:8080'
02-01-2023 10:04:15:###############################
02-01-2023 10:04:15:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setpropertynull
02-01-2023 10:04:15:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:15:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:15:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:15:  TRACE: [WIRE] - << OPERATION: SETPROPERTYNULL
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:15:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:15:  TRACE: [WIRE] - << None
02-01-2023 10:04:15:FINISHED TEST : setPropertyNullTest()
02-01-2023 10:04:15:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:15:STARTING TEST : getPropertyNamesIsReadOnlyTest()
02-01-2023 10:04:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynamesisreadonly' to target server at 'localhost:8080'
02-01-2023 10:04:15:###############################
02-01-2023 10:04:15:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynamesisreadonly
02-01-2023 10:04:15:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:15:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:15:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:15:  TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMESISREADONLY
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:15:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:15:  TRACE: [WIRE] - << None
02-01-2023 10:04:15:FINISHED TEST : getPropertyNamesIsReadOnlyTest()
02-01-2023 10:04:15:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:15:STARTING TEST : getPropertyNamesTest()
02-01-2023 10:04:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynames' to target server at 'localhost:8080'
02-01-2023 10:04:15:###############################
02-01-2023 10:04:15:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynames
02-01-2023 10:04:15:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:15:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:15:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:15:  TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMES
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Length: 139
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:15:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:15:  TRACE: [WIRE] - << Property4;Property3;org.glassfish.web.RequestFacadeHelper;org.glassfish.jersey.message.internal.TracingLogger;Property2;Property1;Property0
02-01-2023 10:04:15:FINISHED TEST : getPropertyNamesTest()
02-01-2023 10:04:15:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:15:STARTING TEST : getPropertyIsNullTest()
02-01-2023 10:04:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getproperty' to target server at 'localhost:8080'
02-01-2023 10:04:15:###############################
02-01-2023 10:04:15:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getproperty
02-01-2023 10:04:15:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:15:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:15:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:15:  TRACE: [WIRE] - << OPERATION: GETPROPERTY
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:15:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:15:  TRACE: [WIRE] - << None
02-01-2023 10:04:15:FINISHED TEST : getPropertyIsNullTest()
02-01-2023 10:04:15:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:15:STARTING TEST : setMediaTypeTest()
02-01-2023 10:04:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setmediatype' to target server at 'localhost:8080'
02-01-2023 10:04:15:###############################
02-01-2023 10:04:15:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setmediatype
02-01-2023 10:04:15:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:15:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:15:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:15:  TRACE: [WIRE] - << OPERATION: SETMEDIATYPE
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Length: 33
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:15:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:15:  TRACE: [WIRE] - << application/x-www-form-urlencoded
02-01-2023 10:04:15:FINISHED TEST : setMediaTypeTest()
02-01-2023 10:04:15:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:15:STARTING TEST : setTypeTest()
02-01-2023 10:04:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/settype' to target server at 'localhost:8080'
02-01-2023 10:04:15:###############################
02-01-2023 10:04:15:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/settype
02-01-2023 10:04:15:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:15:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:15:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:15:  TRACE: [WIRE] - << OPERATION: SETTYPE
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Length: 25
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:15:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:15:  TRACE: [WIRE] - << java.io.InputStreamReader
02-01-2023 10:04:15:#setType set correct type java.io.InputStreamReader
02-01-2023 10:04:15:FINISHED TEST : setTypeTest()
02-01-2023 10:04:15:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:15:STARTING TEST : getTypeTest()
02-01-2023 10:04:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/gettype' to target server at 'localhost:8080'
02-01-2023 10:04:15:###############################
02-01-2023 10:04:15:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/gettype
02-01-2023 10:04:15:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:15:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:15:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:15:  TRACE: [WIRE] - << OPERATION: GETTYPE
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Length: 16
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:15:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:15:  TRACE: [WIRE] - << java.lang.String
02-01-2023 10:04:15:FINISHED TEST : getTypeTest()
02-01-2023 10:04:15:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:15:STARTING TEST : getAnnotationsTest()
02-01-2023 10:04:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getannotations' to target server at 'localhost:8080'
02-01-2023 10:04:15:###############################
02-01-2023 10:04:15:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getannotations
02-01-2023 10:04:15:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:15:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:15:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:15:  TRACE: [WIRE] - << OPERATION: GETANNOTATIONS
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Length: 124
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:15:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:15:  TRACE: [WIRE] - << @jakarta.ws.rs.GET();@jakarta.ws.rs.Path(value="{id}");@jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100)
02-01-2023 10:04:15:FINISHED TEST : getAnnotationsTest()
02-01-2023 10:04:15:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:15:STARTING TEST : getGenericTypeTest()
02-01-2023 10:04:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getgenerictype' to target server at 'localhost:8080'
02-01-2023 10:04:15:###############################
02-01-2023 10:04:15:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getgenerictype
02-01-2023 10:04:15:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:15:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:15:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:15:  TRACE: [WIRE] - << OPERATION: GETGENERICTYPE
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Length: 16
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:15:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:15:  TRACE: [WIRE] - << java.lang.String
02-01-2023 10:04:15:FINISHED TEST : getGenericTypeTest()
02-01-2023 10:04:15:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:15:STARTING TEST : setPropertyTest()
02-01-2023 10:04:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setproperty' to target server at 'localhost:8080'
02-01-2023 10:04:15:###############################
02-01-2023 10:04:15:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setproperty
02-01-2023 10:04:15:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:15:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:15:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:15:  TRACE: [WIRE] - << OPERATION: SETPROPERTY
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Length: 12
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:15:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:15:  TRACE: [WIRE] - << Other Entity
02-01-2023 10:04:15:FINISHED TEST : setPropertyTest()
02-01-2023 10:04:15:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:15:STARTING TEST : removePropertyTest()
02-01-2023 10:04:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/removeproperty' to target server at 'localhost:8080'
02-01-2023 10:04:15:###############################
02-01-2023 10:04:15:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/removeproperty
02-01-2023 10:04:15:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:15:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:15:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:15:  TRACE: [WIRE] - << OPERATION: REMOVEPROPERTY
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:15:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:15:  TRACE: [WIRE] - << None
02-01-2023 10:04:15:FINISHED TEST : removePropertyTest()
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.382 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
02-01-2023 10:04:15:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:15:STARTING TEST : getEntityTest()
02-01-2023 10:04:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getentity' to target server at 'localhost:8080'
02-01-2023 10:04:15:###############################
02-01-2023 10:04:15:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getentity
02-01-2023 10:04:15:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:15:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:15:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:15:  TRACE: [WIRE] - << OPERATION: GETENTITY
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:15:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:15:  TRACE: [WIRE] - << Entity
02-01-2023 10:04:15:FINISHED TEST : getEntityTest()
02-01-2023 10:04:15:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:15:STARTING TEST : getHeadersOperationOnlyTest()
02-01-2023 10:04:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders' to target server at 'localhost:8080'
02-01-2023 10:04:15:###############################
02-01-2023 10:04:15:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders
02-01-2023 10:04:15:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:15:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:15:  TRACE: [WIRE] - << Property4: any
02-01-2023 10:04:15:  TRACE: [WIRE] - << Property3: any
02-01-2023 10:04:15:  TRACE: [WIRE] - << Property2: any
02-01-2023 10:04:15:  TRACE: [WIRE] - << Property1: any
02-01-2023 10:04:15:  TRACE: [WIRE] - << Property0: any
02-01-2023 10:04:15:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:15:  TRACE: [WIRE] - << OPERATION: GETHEADERS
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Length: 72
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:15:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:15:  TRACE: [WIRE] - << OPERATION;Property0;Property1;Property2;Property3;Property4;Content-Type
02-01-2023 10:04:15:FINISHED TEST : getHeadersOperationOnlyTest()
02-01-2023 10:04:15:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:15:STARTING TEST : setEntityTest()
02-01-2023 10:04:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setentity' to target server at 'localhost:8080'
02-01-2023 10:04:15:###############################
02-01-2023 10:04:15:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setentity
02-01-2023 10:04:15:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:15:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:15:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:15:  TRACE: [WIRE] - << OPERATION: SETENTITY
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Length: 9
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:15:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:15:  TRACE: [WIRE] - << OPERATION
02-01-2023 10:04:15:FINISHED TEST : setEntityTest()
02-01-2023 10:04:15:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:15:STARTING TEST : getHeadersIsMutableTest()
02-01-2023 10:04:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheadersismutable' to target server at 'localhost:8080'
02-01-2023 10:04:15:###############################
02-01-2023 10:04:15:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheadersismutable
02-01-2023 10:04:15:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:15:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:15:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:15:  TRACE: [WIRE] - << OPERATION: GETHEADERSISMUTABLE
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Length: 8
02-01-2023 10:04:15:  TRACE: [WIRE] - << Property: Property
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:15:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:15:  TRACE: [WIRE] - << Property
02-01-2023 10:04:15:FINISHED TEST : getHeadersIsMutableTest()
02-01-2023 10:04:15:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:15:STARTING TEST : setOutputStreamTest()
02-01-2023 10:04:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setoutputstream' to target server at 'localhost:8080'
02-01-2023 10:04:15:###############################
02-01-2023 10:04:15:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setoutputstream
02-01-2023 10:04:15:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:15:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:15:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:15:  TRACE: [WIRE] - << OPERATION: SETOUTPUTSTREAM
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Length: 8192
02-01-2023 10:04:15:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:15:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:15:  TRACE: [WIRE] - << Enxixy
02-01-2023 10:04:15:FINISHED TEST : setOutputStreamTest()
02-01-2023 10:04:15:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:15:STARTING TEST : proceedThrowsWebApplicationExceptionTest()
02-01-2023 10:04:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowswebappexception' to target server at 'localhost:8080'
02-01-2023 10:04:15:###############################
02-01-2023 10:04:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowswebappexception
02-01-2023 10:04:16:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:16:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:16:  TRACE: [WIRE] - << OPERATION: FROMPROCEEDTHROWSWEBAPPEXCEPTION
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Length: 51
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:16:  TRACE: [WIRE] - << WebApplicationException has been thrown as expected
02-01-2023 10:04:16:FINISHED TEST : proceedThrowsWebApplicationExceptionTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : getHeadersTest()
02-01-2023 10:04:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders' to target server at 'localhost:8080'
02-01-2023 10:04:16:###############################
02-01-2023 10:04:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders
02-01-2023 10:04:16:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:16:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:16:  TRACE: [WIRE] - << Property4: any
02-01-2023 10:04:16:  TRACE: [WIRE] - << Property3: any
02-01-2023 10:04:16:  TRACE: [WIRE] - << Property2: any
02-01-2023 10:04:16:  TRACE: [WIRE] - << Property1: any
02-01-2023 10:04:16:  TRACE: [WIRE] - << Property0: any
02-01-2023 10:04:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:16:  TRACE: [WIRE] - << OPERATION: GETHEADERS
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Length: 72
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:16:  TRACE: [WIRE] - << OPERATION;Property0;Property1;Property2;Property3;Property4;Content-Type
02-01-2023 10:04:16:FINISHED TEST : getHeadersTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : getOutputStreamTest()
02-01-2023 10:04:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getoutputstream' to target server at 'localhost:8080'
02-01-2023 10:04:16:###############################
02-01-2023 10:04:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getoutputstream
02-01-2023 10:04:16:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:16:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:16:  TRACE: [WIRE] - << OPERATION: GETOUTPUTSTREAM
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Length: 10
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:16:  TRACE: [WIRE] - << NoneEntity
02-01-2023 10:04:16:FINISHED TEST : getOutputStreamTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : proceedThrowsIOExceptionTest()
02-01-2023 10:04:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowsioexception' to target server at 'localhost:8080'
02-01-2023 10:04:16:###############################
02-01-2023 10:04:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowsioexception
02-01-2023 10:04:16:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:16:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:16:  TRACE: [WIRE] - << OPERATION: PROCEEDTHROWSIOEXCEPTION
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Length: 39
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:16:  TRACE: [WIRE] - << IOException has been thrown as expected
02-01-2023 10:04:16:FINISHED TEST : proceedThrowsIOExceptionTest()
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.311 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
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : defaultValuePathParamInLocatorTest()
02-01-2023 10:04:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/default' to target server at 'localhost:8080'
02-01-2023 10:04:16:###############################
02-01-2023 10:04:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/default
02-01-2023 10:04:16:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:16:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:16:  TRACE: [WIRE] - << DEFAULT
02-01-2023 10:04:16:FINISHED TEST : defaultValuePathParamInLocatorTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : defaultValueInFormParamTest()
02-01-2023 10:04:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/' to target server at 'localhost:8080'
02-01-2023 10:04:16:###############################
02-01-2023 10:04:16:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/
02-01-2023 10:04:16:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
02-01-2023 10:04:16:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:16:  TRACE: [WIRE] - << DEFAULT
02-01-2023 10:04:16:FINISHED TEST : defaultValueInFormParamTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : defaultValueInCookieParamTest()
02-01-2023 10:04:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie' to target server at 'localhost:8080'
02-01-2023 10:04:16:###############################
02-01-2023 10:04:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie
02-01-2023 10:04:16:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:16:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:16:  TRACE: [WIRE] - << DEFAULT
02-01-2023 10:04:16:FINISHED TEST : defaultValueInCookieParamTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : defaultValueQueryParamInLocatorTest()
02-01-2023 10:04:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?ABCDEFGH' to target server at 'localhost:8080'
02-01-2023 10:04:16:###############################
02-01-2023 10:04:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?ABCDEFGH
02-01-2023 10:04:16:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:16:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:16:  TRACE: [WIRE] - << DEFAULT
02-01-2023 10:04:16:FINISHED TEST : defaultValueQueryParamInLocatorTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : pathParamInLocatorTest()
02-01-2023 10:04:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/ABCDEFGH' to target server at 'localhost:8080'
02-01-2023 10:04:16:###############################
02-01-2023 10:04:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/ABCDEFGH
02-01-2023 10:04:16:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:16:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Length: 8
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:16:  TRACE: [WIRE] - << ABCDEFGH
02-01-2023 10:04:16:FINISHED TEST : pathParamInLocatorTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : formParamUsesParamConvertorTest()
02-01-2023 10:04:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/' to target server at 'localhost:8080'
02-01-2023 10:04:16:###############################
02-01-2023 10:04:16:[Request] Adding entity: param=ABCDEFGH
02-01-2023 10:04:16:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/
02-01-2023 10:04:16:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
02-01-2023 10:04:16:  TRACE: [WIRE] - >> param=ABCDEFGH
02-01-2023 10:04:16:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Length: 8
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:16:  TRACE: [WIRE] - << ABCDEFGH
02-01-2023 10:04:16:FINISHED TEST : formParamUsesParamConvertorTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : headerParamUsesParamConvertorTest()
02-01-2023 10:04:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader' to target server at 'localhost:8080'
02-01-2023 10:04:16:###############################
02-01-2023 10:04:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader
02-01-2023 10:04:16:  TRACE: [WIRE] - >> Accept:*/*, param:ABCDEFGH
02-01-2023 10:04:16:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Length: 8
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:16:  TRACE: [WIRE] - << ABCDEFGH
02-01-2023 10:04:16:FINISHED TEST : headerParamUsesParamConvertorTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : defaultValueInMatrixParamTest()
02-01-2023 10:04:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix;' to target server at 'localhost:8080'
02-01-2023 10:04:16:###############################
02-01-2023 10:04:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix;
02-01-2023 10:04:16:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:16:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:16:  TRACE: [WIRE] - << DEFAULT
02-01-2023 10:04:16:FINISHED TEST : defaultValueInMatrixParamTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : isParamCoverterInApplicationClassesUsedTest()
02-01-2023 10:04:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery?param=ABCDEFGH' to target server at 'localhost:8080'
02-01-2023 10:04:16:###############################
02-01-2023 10:04:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery?param=ABCDEFGH
02-01-2023 10:04:16:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:16:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Length: 8
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:16:  TRACE: [WIRE] - << ABCDEFGH
02-01-2023 10:04:16:FINISHED TEST : isParamCoverterInApplicationClassesUsedTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : cookieParamInLocatorTest()
02-01-2023 10:04:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie' to target server at 'localhost:8080'
02-01-2023 10:04:16:###############################
02-01-2023 10:04:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie
02-01-2023 10:04:16:  TRACE: [WIRE] - >> Accept:*/*, Cookie:param=ABCDEFGH
02-01-2023 10:04:16:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Length: 8
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:16:  TRACE: [WIRE] - << ABCDEFGH
02-01-2023 10:04:16:FINISHED TEST : cookieParamInLocatorTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : matrixParamInLocatorTest()
02-01-2023 10:04:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix;param=ABCDEFGH' to target server at 'localhost:8080'
02-01-2023 10:04:16:###############################
02-01-2023 10:04:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix;param=ABCDEFGH
02-01-2023 10:04:16:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:16:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Length: 8
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:16:  TRACE: [WIRE] - << ABCDEFGH
02-01-2023 10:04:16:FINISHED TEST : matrixParamInLocatorTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : matrixParamUsesParamConvertorTest()
02-01-2023 10:04:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix;param=ABCDEFGH' to target server at 'localhost:8080'
02-01-2023 10:04:16:###############################
02-01-2023 10:04:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix;param=ABCDEFGH
02-01-2023 10:04:16:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:16:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Length: 8
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:16:  TRACE: [WIRE] - << ABCDEFGH
02-01-2023 10:04:16:FINISHED TEST : matrixParamUsesParamConvertorTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : defaultValueInPathParamTest()
02-01-2023 10:04:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/default' to target server at 'localhost:8080'
02-01-2023 10:04:16:###############################
02-01-2023 10:04:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/default
02-01-2023 10:04:16:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:16:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:16:  TRACE: [WIRE] - << DEFAULT
02-01-2023 10:04:16:FINISHED TEST : defaultValueInPathParamTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : isParamCoverterInApplicationSingletonsUsedTest()
02-01-2023 10:04:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/dsquery?param=ABCDEFGH' to target server at 'localhost:8080'
02-01-2023 10:04:16:###############################
02-01-2023 10:04:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/dsquery?param=ABCDEFGH
02-01-2023 10:04:16:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:16:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Length: 8
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:16:  TRACE: [WIRE] - << ABCDEFGH
02-01-2023 10:04:16:FINISHED TEST : isParamCoverterInApplicationSingletonsUsedTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : headerParamInLocatorTest()
02-01-2023 10:04:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader' to target server at 'localhost:8080'
02-01-2023 10:04:16:###############################
02-01-2023 10:04:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader
02-01-2023 10:04:16:  TRACE: [WIRE] - >> Accept:*/*, param:ABCDEFGH
02-01-2023 10:04:16:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Length: 8
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:16:  TRACE: [WIRE] - << ABCDEFGH
02-01-2023 10:04:16:FINISHED TEST : headerParamInLocatorTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : queryParamInLocatorTest()
02-01-2023 10:04:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?param=ABCDEFGH' to target server at 'localhost:8080'
02-01-2023 10:04:16:###############################
02-01-2023 10:04:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?param=ABCDEFGH
02-01-2023 10:04:16:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:16:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Length: 8
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:16:  TRACE: [WIRE] - << ABCDEFGH
02-01-2023 10:04:16:FINISHED TEST : queryParamInLocatorTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : defaultValueCookieParamInLocatorTest()
02-01-2023 10:04:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie' to target server at 'localhost:8080'
02-01-2023 10:04:16:###############################
02-01-2023 10:04:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie
02-01-2023 10:04:16:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:16:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:16:  TRACE: [WIRE] - << DEFAULT
02-01-2023 10:04:16:FINISHED TEST : defaultValueCookieParamInLocatorTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : pathParamUsesParamConvertorTest()
02-01-2023 10:04:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/ABCDEFGH' to target server at 'localhost:8080'
02-01-2023 10:04:16:###############################
02-01-2023 10:04:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/ABCDEFGH
02-01-2023 10:04:16:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:16:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Length: 8
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:16:  TRACE: [WIRE] - << ABCDEFGH
02-01-2023 10:04:16:FINISHED TEST : pathParamUsesParamConvertorTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : defaultValueMatrixParamInLocatorTest()
02-01-2023 10:04:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix' to target server at 'localhost:8080'
02-01-2023 10:04:16:###############################
02-01-2023 10:04:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix
02-01-2023 10:04:16:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:16:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:16:  TRACE: [WIRE] - << DEFAULT
02-01-2023 10:04:16:FINISHED TEST : defaultValueMatrixParamInLocatorTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : cookieParamUsesParamConvertorTest()
02-01-2023 10:04:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie' to target server at 'localhost:8080'
02-01-2023 10:04:16:###############################
02-01-2023 10:04:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie
02-01-2023 10:04:16:  TRACE: [WIRE] - >> Accept:*/*, Cookie:param=ABCDEFGH
02-01-2023 10:04:16:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Length: 8
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:16:  TRACE: [WIRE] - << ABCDEFGH
02-01-2023 10:04:16:FINISHED TEST : cookieParamUsesParamConvertorTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : atomicIntegerPassesTest()
02-01-2023 10:04:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery?param=10' to target server at 'localhost:8080'
02-01-2023 10:04:16:###############################
02-01-2023 10:04:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery?param=10
02-01-2023 10:04:16:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:16:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Length: 2
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 10
02-01-2023 10:04:16:FINISHED TEST : atomicIntegerPassesTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : defaultValueFormParamInLocatorTest()
02-01-2023 10:04:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform' to target server at 'localhost:8080'
02-01-2023 10:04:16:###############################
02-01-2023 10:04:16:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform
02-01-2023 10:04:16:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
02-01-2023 10:04:16:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:16:  TRACE: [WIRE] - << DEFAULT
02-01-2023 10:04:16:FINISHED TEST : defaultValueFormParamInLocatorTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : defaultValueHeaderParamInLocatorTest()
02-01-2023 10:04:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader' to target server at 'localhost:8080'
02-01-2023 10:04:16:###############################
02-01-2023 10:04:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader
02-01-2023 10:04:16:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:16:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:16:  TRACE: [WIRE] - << DEFAULT
02-01-2023 10:04:16:FINISHED TEST : defaultValueHeaderParamInLocatorTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : formParamInLocatorTest()
02-01-2023 10:04:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform' to target server at 'localhost:8080'
02-01-2023 10:04:16:###############################
02-01-2023 10:04:16:[Request] Adding entity: param=ABCDEFGH
02-01-2023 10:04:16:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform
02-01-2023 10:04:16:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
02-01-2023 10:04:16:  TRACE: [WIRE] - >> param=ABCDEFGH
02-01-2023 10:04:16:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Length: 8
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:16:  TRACE: [WIRE] - << ABCDEFGH
02-01-2023 10:04:16:FINISHED TEST : formParamInLocatorTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : atomicIntegerIsLazyDeployableAndThrowsErrorTest()
02-01-2023 10:04:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery' to target server at 'localhost:8080'
02-01-2023 10:04:16:###############################
02-01-2023 10:04:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery
02-01-2023 10:04:16:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:16:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Length: 5986
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:16:  TRACE: [WIRE] - << java.lang.NumberFormatException: For input string: "DEFAULT"
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at java.base/java.lang.Integer.parseInt(Integer.java:652)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at java.base/java.lang.Integer.parseInt(Integer.java:770)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at ee.jakarta.tck.ws.rs.ee.rs.ext.paramconverter.AtomicIntegerLazyParamConverter.fromString(AtomicIntegerLazyParamConverter.java:31)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at ee.jakarta.tck.ws.rs.ee.rs.ext.paramconverter.AtomicIntegerLazyParamConverter.fromString(AtomicIntegerLazyParamConverter.java:24)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.access$000(AbstractParamValueExtractor.java:33)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor$1.get(AbstractParamValueExtractor.java:62)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.jersey.internal.util.collection.Values$LazyUnsafeValueImpl.get(Values.java:402)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.defaultValue(AbstractParamValueExtractor.java:147)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:66)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:81)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:261)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:240)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:357)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:311)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:119)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:294)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:187)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:440)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:144)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
02-01-2023 10:04:16:  TRACE: [WIRE] - << 	at java.base/java.lang.Thread.run(Thread.java:834)
02-01-2023 10:04:16:FINISHED TEST : atomicIntegerIsLazyDeployableAndThrowsErrorTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : defaultValueInHeaderParamTest()
02-01-2023 10:04:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader' to target server at 'localhost:8080'
02-01-2023 10:04:16:###############################
02-01-2023 10:04:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader
02-01-2023 10:04:16:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:16:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:16:  TRACE: [WIRE] - << DEFAULT
02-01-2023 10:04:16:FINISHED TEST : defaultValueInHeaderParamTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : defaultValueInQueryParamTest()
02-01-2023 10:04:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery' to target server at 'localhost:8080'
02-01-2023 10:04:16:###############################
02-01-2023 10:04:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery
02-01-2023 10:04:16:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:16:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:04:16:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:16:  TRACE: [WIRE] - << DEFAULT
02-01-2023 10:04:16:FINISHED TEST : defaultValueInQueryParamTest()
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.645 s - in ee.jakarta.tck.ws.rs.ee.rs.ext.paramconverter.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.ext.providers.JAXRSProvidersClientIT
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : isRegisteredExceptionMapperNullExceptionTest()
02-01-2023 10:04:16:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredExceptionMapperNullEx HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:16:FINISHED TEST : isRegisteredExceptionMapperNullExceptionTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : isRegisteredIOExceptionExceptionMapperTest()
02-01-2023 10:04:16:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredIOExceptionMapper HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:04:16:FINISHED TEST : isRegisteredIOExceptionExceptionMapperTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : readEntityFromBodyTest()
02-01-2023 10:04:16:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityFromBody HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:04:16:FINISHED TEST : readEntityFromBodyTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : readEntityFromHeaderTest()
02-01-2023 10:04:16:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityFromHeader HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:04:16:FINISHED TEST : readEntityFromHeaderTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : writeBodyEntityUsingWriterTest()
02-01-2023 10:04:16:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/writeBodyEntityUsingWriter HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:16:FINISHED TEST : writeBodyEntityUsingWriterTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : isRegisteredRuntimeExceptionExceptionMapperTest()
02-01-2023 10:04:16:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredRuntimeExceptionMapper HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:04:16:FINISHED TEST : isRegisteredRuntimeExceptionExceptionMapperTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : writeHeaderEntityUsingWriterTest()
02-01-2023 10:04:16:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/writeHeaderEntityUsingWriter HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:04:16:FINISHED TEST : writeHeaderEntityUsingWriterTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : getSingletonsTest()
02-01-2023 10:04:16:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/GetSingletons HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:16:FINISHED TEST : getSingletonsTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : getClassesTest()
02-01-2023 10:04:16:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/GetClasses HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:16:FINISHED TEST : getClassesTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : isRegisteredMessageBodyReaderWildcardTest()
02-01-2023 10:04:16:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredMessageReaderWildCard HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:04:16:FINISHED TEST : isRegisteredMessageBodyReaderWildcardTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : isRegisteredMessageBodyWriterXmlTest()
02-01-2023 10:04:16:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredMessageWriterXml HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:04:16:FINISHED TEST : isRegisteredMessageBodyWriterXmlTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : writeIOExceptionWithoutWriterTest()
02-01-2023 10:04:16:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/writeIOExceptionWithoutWriter HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:04:16:FINISHED TEST : writeIOExceptionWithoutWriterTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : isRegisteredExceptionMapperRuntimeExceptionTest()
02-01-2023 10:04:16:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredExceptionMapperRuntimeEx HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:04:16:FINISHED TEST : isRegisteredExceptionMapperRuntimeExceptionTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : isRegisteredMessageBodReaderXmlTest()
02-01-2023 10:04:16:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredMessageReaderXml HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:04:16:FINISHED TEST : isRegisteredMessageBodReaderXmlTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : isRegisteredAppJsonContextResolverTest()
02-01-2023 10:04:16:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredAppJsonContextResolver HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:04:16:FINISHED TEST : isRegisteredAppJsonContextResolverTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : isRegisteredTextPlainContextResolverTest()
02-01-2023 10:04:16:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredTextPlainContextResolver HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:04:16:FINISHED TEST : isRegisteredTextPlainContextResolverTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:16:STARTING TEST : writeIOExceptionUsingWriterTest()
02-01-2023 10:04:16:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/writeIOExceptionUsingWriter HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:04:16:FINISHED TEST : writeIOExceptionUsingWriterTest()
02-01-2023 10:04:16:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:STARTING TEST : isRegisteredMessageBodyWriterWildcardTest()
02-01-2023 10:04:17:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredWriterWildcard HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:04:17:FINISHED TEST : isRegisteredMessageBodyWriterWildcardTest()
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:STARTING TEST : readEntityIOExceptionTest()
02-01-2023 10:04:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityIOException HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:04:17:FINISHED TEST : readEntityIOExceptionTest()
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:STARTING TEST : readEntityWebException400Test()
02-01-2023 10:04:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityWebException HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:04:17:FINISHED TEST : readEntityWebException400Test()
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:STARTING TEST : readEntityWebException410Test()
02-01-2023 10:04:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityWebException HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:04:17:FINISHED TEST : readEntityWebException410Test()
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.33 s - in ee.jakarta.tck.ws.rs.ee.rs.ext.providers.JAXRSProvidersClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.formparam.locator.JAXRSLocatorClientIT
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:STARTING TEST : nonDefaultFormParamFromSortedSetFromStringTest()
02-01-2023 10:04:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:17:FINISHED TEST : nonDefaultFormParamFromSortedSetFromStringTest()
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:STARTING TEST : nonDefaultFormParamNothingSentTest()
02-01-2023 10:04:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/PostNonDefParam HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:17:FINISHED TEST : nonDefaultFormParamNothingSentTest()
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:STARTING TEST : nonDefaultFormParamFromConstructorTest()
02-01-2023 10:04:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/Constructor HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:17:FINISHED TEST : nonDefaultFormParamFromConstructorTest()
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:STARTING TEST : nonDefaultFormParamFromStringTest()
02-01-2023 10:04:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:17:FINISHED TEST : nonDefaultFormParamFromStringTest()
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:STARTING TEST : nonDefaultFormParamFromListConstructorTest()
02-01-2023 10:04:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/ListConstructor HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:17:FINISHED TEST : nonDefaultFormParamFromListConstructorTest()
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:STARTING TEST : nonDefaultFormParamFromSetFromStringTest()
02-01-2023 10:04:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/SetFromString HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:17:FINISHED TEST : nonDefaultFormParamFromSetFromStringTest()
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:STARTING TEST : nonDefaultFormParamValueOfTest()
02-01-2023 10:04:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:17:FINISHED TEST : nonDefaultFormParamValueOfTest()
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:STARTING TEST : nonDefaultFormParamFromListFromStringTest()
02-01-2023 10:04:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/ListFromString HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:17:FINISHED TEST : nonDefaultFormParamFromListFromStringTest()
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.398 s - in ee.jakarta.tck.ws.rs.ee.rs.formparam.locator.JAXRSLocatorClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.formparam.sub.JAXRSSubClientIT
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:STARTING TEST : defaultFormParamSentTest()
02-01-2023 10:04:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/PostDefParam HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:17:FINISHED TEST : defaultFormParamSentTest()
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:STARTING TEST : defaultFormParamFromConstructorTest()
02-01-2023 10:04:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/Constructor HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:17:FINISHED TEST : defaultFormParamFromConstructorTest()
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:STARTING TEST : defaultFormParamFromListConstructorTest()
02-01-2023 10:04:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListConstructor HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:17:FINISHED TEST : defaultFormParamFromListConstructorTest()
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:STARTING TEST : defaultFormParamPutNoArgSentTest()
02-01-2023 10:04:17:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_sub_web/resource/sub/DefParam HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:17:FINISHED TEST : defaultFormParamPutNoArgSentTest()
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:STARTING TEST : defaultFormParamValueOfTest()
02-01-2023 10:04:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:17:FINISHED TEST : defaultFormParamValueOfTest()
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:STARTING TEST : defaultFormParamPutArgSentTest()
02-01-2023 10:04:17:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_sub_web/resource/sub/DefParam HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:17:FINISHED TEST : defaultFormParamPutArgSentTest()
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:STARTING TEST : defaultFormParamFromListFromStringTest()
02-01-2023 10:04:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListFromString HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:17:FINISHED TEST : defaultFormParamFromListFromStringTest()
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:STARTING TEST : nonDefaultFormParamFromSortedSetFromStringTest()
02-01-2023 10:04:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:17:FINISHED TEST : nonDefaultFormParamFromSortedSetFromStringTest()
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:STARTING TEST : formParamThrowingWebApplicationExceptionTest()
02-01-2023 10:04:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityThrowingExceptionGivenByName HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:17:FINISHED TEST : formParamThrowingWebApplicationExceptionTest()
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:STARTING TEST : nonDefaultFormParamNothingSentTest()
02-01-2023 10:04:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/PostNonDefParam HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:17:FINISHED TEST : nonDefaultFormParamNothingSentTest()
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:STARTING TEST : defaultFormParamFromStringTest()
02-01-2023 10:04:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:17:FINISHED TEST : defaultFormParamFromStringTest()
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:STARTING TEST : formParamThrowingIllegalArgumentExceptionTest()
02-01-2023 10:04:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityThrowingExceptionGivenByName HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:17:FINISHED TEST : formParamThrowingIllegalArgumentExceptionTest()
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:STARTING TEST : nonDefaultFormParamFromConstructorTest()
02-01-2023 10:04:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/Constructor HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:17:FINISHED TEST : nonDefaultFormParamFromConstructorTest()
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:STARTING TEST : nonDefaultFormParamFromStringTest()
02-01-2023 10:04:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:17:FINISHED TEST : nonDefaultFormParamFromStringTest()
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:STARTING TEST : defaultFormParamFromSortedSetFromStringTest()
02-01-2023 10:04:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:17:FINISHED TEST : defaultFormParamFromSortedSetFromStringTest()
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:STARTING TEST : nonDefaultFormParamFromListConstructorTest()
02-01-2023 10:04:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListConstructor HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:17:FINISHED TEST : nonDefaultFormParamFromListConstructorTest()
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:STARTING TEST : defaultFormParamNoArgSentTest()
02-01-2023 10:04:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/PostDefParam HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:17:FINISHED TEST : defaultFormParamNoArgSentTest()
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:STARTING TEST : nonDefaultFormParamFromSetFromStringTest()
02-01-2023 10:04:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SetFromString HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:17:FINISHED TEST : nonDefaultFormParamFromSetFromStringTest()
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:STARTING TEST : defaultFormParamFromSetFromStringTest()
02-01-2023 10:04:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SetFromString HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:17:FINISHED TEST : defaultFormParamFromSetFromStringTest()
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:STARTING TEST : nonDefaultFormParamValueOfTest()
02-01-2023 10:04:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:17:FINISHED TEST : nonDefaultFormParamValueOfTest()
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:17:STARTING TEST : nonDefaultFormParamFromListFromStringTest()
02-01-2023 10:04:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListFromString HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:17:FINISHED TEST : nonDefaultFormParamFromListFromStringTest()
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.427 s - in ee.jakarta.tck.ws.rs.ee.rs.formparam.sub.JAXRSSubClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.formparam.JAXRSClientIT
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : defaultFormParamSentTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/PostDefParam HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : defaultFormParamSentTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : defaultFormParamFromConstructorTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/Constructor HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : defaultFormParamFromConstructorTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : defaultFormParamFromListConstructorTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListConstructor HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : defaultFormParamFromListConstructorTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : defaultFormParamPutNoArgSentTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_web/FormParamTest/DefParam HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : defaultFormParamPutNoArgSentTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : defaultFormParamValueOfTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : defaultFormParamValueOfTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : defaultFormParamPutArgSentTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_web/FormParamTest/DefParam HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : defaultFormParamPutArgSentTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : defaultFormParamFromListFromStringTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListFromString HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : defaultFormParamFromListFromStringTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : nonDefaultFormParamFromSortedSetFromStringTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : nonDefaultFormParamFromSortedSetFromStringTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : formParamThrowingWebApplicationExceptionTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityThrowingWebApplicationException HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : formParamThrowingWebApplicationExceptionTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : nonDefaultFormParamNothingSentTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/PostNonDefParam HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : nonDefaultFormParamNothingSentTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : defaultFormParamFromStringTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : defaultFormParamFromStringTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : formParamThrowingIllegalArgumentExceptionTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityThrowingExceptionGivenByName HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : formParamThrowingIllegalArgumentExceptionTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : nonDefaultFormParamFromConstructorTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/Constructor HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : nonDefaultFormParamFromConstructorTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : nonDefaultFormParamFromStringTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : nonDefaultFormParamFromStringTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : defaultFormParamFromSortedSetFromStringTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : defaultFormParamFromSortedSetFromStringTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : nonDefaultFormParamFromListConstructorTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListConstructor HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : nonDefaultFormParamFromListConstructorTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : defaultFormParamNoArgSentTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/PostDefParam HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : defaultFormParamNoArgSentTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : nonDefaultFormParamFromSetFromStringTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SetFromString HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : nonDefaultFormParamFromSetFromStringTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : formParamEntityWithEncodedTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : formParamEntityWithEncodedTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : defaultFormParamFromSetFromStringTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SetFromString HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : defaultFormParamFromSetFromStringTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : nonDefaultFormParamValueOfTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : nonDefaultFormParamValueOfTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : nonDefaultFormParamFromListFromStringTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListFromString HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : nonDefaultFormParamFromListFromStringTest()
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 s - in ee.jakarta.tck.ws.rs.ee.rs.formparam.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.get.JAXRSClientIT
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : headSubTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_get_web/GetTest/sub HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : headSubTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : getSubTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_rs_get_web/GetTest/sub HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : getSubTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : recursiveResourceLocatorTest()
02-01-2023 10:04:18:[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'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : recursiveResourceLocatorTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : headTest1()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : headTest1()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : headTest2()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : headTest2()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : dynamicGetTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_rs_get_web/GetTest/123 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : dynamicGetTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : optionSubTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_ee_rs_get_web/GetTest/sub HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:04:18:FINISHED TEST : optionSubTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : getTest1()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : getTest1()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : getTest2()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : getTest2()
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 s - in ee.jakarta.tck.ws.rs.ee.rs.get.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.head.JAXRSClientIT
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : headSubTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/sub HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : headSubTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : headTest1()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : headTest1()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : headTest2()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : headTest2()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : headGetTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/get HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : headGetTest()
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s - in ee.jakarta.tck.ws.rs.ee.rs.head.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.headerparam.locator.JAXRSLocatorClientIT
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : headerParamEntityWithConstructorTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : headerParamEntityWithConstructorTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : headerParamStringTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : headerParamStringTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : headerParamLongTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : headerParamLongTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : headerParamByteTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : headerParamByteTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : headerParamBooleanTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : headerParamBooleanTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : headerParamListEntityWithFromStringTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : headerParamListEntityWithFromStringTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : headerParamFloatTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : headerParamFloatTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : headerParamShortTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : headerParamShortTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : headerParamThrowingWebApplicationExceptionTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : headerParamEntityWithValueOfTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : headerParamEntityWithValueOfTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : headerParamNoQueryTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : headerParamNoQueryTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : headerParamDoubleTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : headerParamDoubleTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : headerParamSetEntityWithFromStringTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:FINISHED TEST : headerParamSetEntityWithFromStringTest()
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:18:STARTING TEST : headerParamSortedSetEntityWithFromStringTest()
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest()
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:STARTING TEST : headerParamIntTest()
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:FINISHED TEST : headerParamIntTest()
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:STARTING TEST : headerParamEntityWithFromStringTest()
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:FINISHED TEST : headerParamEntityWithFromStringTest()
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.57 s - in ee.jakarta.tck.ws.rs.ee.rs.headerparam.locator.JAXRSLocatorClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.headerparam.sub.JAXRSSubClientIT
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:STARTING TEST : headerFieldThrowingIllegalArgumentExceptionTest()
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:FINISHED TEST : headerFieldThrowingIllegalArgumentExceptionTest()
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:STARTING TEST : headerParamEntityWithConstructorTest()
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:FINISHED TEST : headerParamEntityWithConstructorTest()
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:STARTING TEST : headerFieldThrowingWebApplicationExceptionTest()
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:FINISHED TEST : headerFieldThrowingWebApplicationExceptionTest()
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:STARTING TEST : headerParamStringTest()
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:FINISHED TEST : headerParamStringTest()
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:STARTING TEST : headerParamLongTest()
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:FINISHED TEST : headerParamLongTest()
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:STARTING TEST : headerParamByteTest()
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:FINISHED TEST : headerParamByteTest()
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:STARTING TEST : headerFieldParamEntityWithValueOfTest()
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:FINISHED TEST : headerFieldParamEntityWithValueOfTest()
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:STARTING TEST : headerParamBooleanTest()
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:FINISHED TEST : headerParamBooleanTest()
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:STARTING TEST : headerFieldParamSortedSetEntityWithFromStringTest()
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:FINISHED TEST : headerFieldParamSortedSetEntityWithFromStringTest()
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:STARTING TEST : headerParamListEntityWithFromStringTest()
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:FINISHED TEST : headerParamListEntityWithFromStringTest()
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:STARTING TEST : headerParamFloatTest()
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:FINISHED TEST : headerParamFloatTest()
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:STARTING TEST : headerParamShortTest()
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:FINISHED TEST : headerParamShortTest()
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:STARTING TEST : headerParamThrowingWebApplicationExceptionTest()
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest()
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:STARTING TEST : headerParamEntityWithValueOfTest()
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:FINISHED TEST : headerParamEntityWithValueOfTest()
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest()
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest()
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:STARTING TEST : headerFieldParamEntityWithConstructorTest()
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:FINISHED TEST : headerFieldParamEntityWithConstructorTest()
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:STARTING TEST : headerFieldParamEntityWithFromStringTest()
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:FINISHED TEST : headerFieldParamEntityWithFromStringTest()
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:STARTING TEST : headerFieldParamSetEntityWithFromStringTest()
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:FINISHED TEST : headerFieldParamSetEntityWithFromStringTest()
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:STARTING TEST : headerParamNoQueryTest()
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:FINISHED TEST : headerParamNoQueryTest()
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:STARTING TEST : headerParamDoubleTest()
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:FINISHED TEST : headerParamDoubleTest()
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:STARTING TEST : headerParamSetEntityWithFromStringTest()
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:FINISHED TEST : headerParamSetEntityWithFromStringTest()
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:STARTING TEST : headerFieldParamListEntityWithFromStringTest()
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:FINISHED TEST : headerFieldParamListEntityWithFromStringTest()
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:STARTING TEST : headerParamSortedSetEntityWithFromStringTest()
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest()
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:STARTING TEST : headerParamIntTest()
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:FINISHED TEST : headerParamIntTest()
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:STARTING TEST : headerParamEntityWithFromStringTest()
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:FINISHED TEST : headerParamEntityWithFromStringTest()
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.72 s - in ee.jakarta.tck.ws.rs.ee.rs.headerparam.sub.JAXRSSubClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.headerparam.JAXRSClientIT
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:STARTING TEST : headerFieldThrowingIllegalArgumentExceptionTest()
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:19:FINISHED TEST : headerFieldThrowingIllegalArgumentExceptionTest()
02-01-2023 10:04:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:19:STARTING TEST : headerParamEntityWithConstructorTest()
02-01-2023 10:04:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : headerParamEntityWithConstructorTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : headerFieldThrowingWebApplicationExceptionTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : headerFieldThrowingWebApplicationExceptionTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : headerParamStringTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : headerParamStringTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : headerParamLongTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : headerParamLongTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : headerParamByteTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : headerParamByteTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : headerFieldParamEntityWithValueOfTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : headerFieldParamEntityWithValueOfTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : headerParamBooleanTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : headerParamBooleanTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : headerFieldParamSortedSetEntityWithFromStringTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : headerFieldParamSortedSetEntityWithFromStringTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : headerParamListEntityWithFromStringTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : headerParamListEntityWithFromStringTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : headerParamFloatTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : headerParamFloatTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : headerParamShortTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : headerParamShortTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : headerParamThrowingWebApplicationExceptionTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : headerParamEntityWithValueOfTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : headerParamEntityWithValueOfTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : headerFieldParamEntityWithConstructorTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : headerFieldParamEntityWithConstructorTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : headerFieldParamEntityWithFromStringTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : headerFieldParamEntityWithFromStringTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : headerFieldParamSetEntityWithFromStringTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : headerFieldParamSetEntityWithFromStringTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : headerParamNoQueryTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : headerParamNoQueryTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : headerParamDoubleTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : headerParamDoubleTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : headerParamSetEntityWithFromStringTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : headerParamSetEntityWithFromStringTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : headerFieldParamListEntityWithFromStringTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : headerFieldParamListEntityWithFromStringTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : headerParamSortedSetEntityWithFromStringTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : headerParamIntTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : headerParamIntTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : headerParamEntityWithFromStringTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : headerParamEntityWithFromStringTest()
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.412 s - in ee.jakarta.tck.ws.rs.ee.rs.headerparam.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.matrixparam.locator.JAXRSLocatorClientIT
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : matrixParamDoubleTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;doubletest1=123 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[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'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : matrixParamDoubleTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : matrixParamEntityWithEncodedTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : matrixParamEntityWithEncodedTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : matrixParamEntityWithFromStringTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[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'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : matrixParamEntityWithFromStringTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : matrixParamLongTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[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'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : matrixParamLongTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : matrixParamBooleanTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;booleantest=true HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[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'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : matrixParamBooleanTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : matrixParamIntTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[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'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : matrixParamIntTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : matrixParamByteTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;bytetest=127 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[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'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : matrixParamByteTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : matrixParamEntityWithValueOfTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[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'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : matrixParamEntityWithValueOfTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[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'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : matrixParamStringTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;stringtest=cts HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[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'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : matrixParamStringTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : matrixParamFloatTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;floattest1=123 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[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'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : matrixParamFloatTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : matrixParamShortTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[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'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : matrixParamShortTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : matrixParamSetEntityWithFromStringTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[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'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : matrixParamSetEntityWithFromStringTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : matrixParamListEntityWithFromStringTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[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'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : matrixParamListEntityWithFromStringTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : matrixParamEntityWithConstructorTest()
02-01-2023 10:04:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:[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'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : matrixParamEntityWithConstructorTest()
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:20:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest()
02-01-2023 10:04:20:[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'
Feb 01, 2023 10:04:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:20:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest()
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.467 s - in ee.jakarta.tck.ws.rs.ee.rs.matrixparam.locator.JAXRSLocatorClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.matrixparam.sub.JAXRSSubClientIT
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixParamDoubleTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;doubletest1=123 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[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'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixParamDoubleTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixFieldParamEntityWithValueOfTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[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'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixFieldParamEntityWithValueOfTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixParamEntityWithEncodedTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixParamEntityWithEncodedTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixParamEntityWithFromStringTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[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'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixParamEntityWithFromStringTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixParamLongTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[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'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixParamLongTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixParamBooleanTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;booleantest=true HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[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'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixParamBooleanTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixParamIntTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[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'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixParamIntTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixParamByteTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;bytetest=127 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[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'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixParamByteTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixParamEntityWithValueOfTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[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'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixParamEntityWithValueOfTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixFieldParamEntityWithConstructorTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[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'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixFieldParamEntityWithConstructorTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixFieldParamListEntityWithFromStringTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[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'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixFieldParamListEntityWithFromStringTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixFieldThrowingIllegalArgumentExceptionTest()
02-01-2023 10:04:21:[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'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixFieldThrowingIllegalArgumentExceptionTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixFieldParamSortedSetEntityWithFromStringTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[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'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixFieldParamSortedSetEntityWithFromStringTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[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'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixParamStringTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;stringtest=cts HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[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'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixParamStringTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixParamFloatTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;floattest1=123 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[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'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixParamFloatTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixParamShortTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[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'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixParamShortTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixParamSetEntityWithFromStringTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[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'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixParamSetEntityWithFromStringTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixFieldParamSetEntityWithFromStringTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[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'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixFieldParamSetEntityWithFromStringTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixParamListEntityWithFromStringTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[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'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixParamListEntityWithFromStringTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixFieldParamEntityWithFromStringTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[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'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixFieldParamEntityWithFromStringTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixFieldParamEntityWithEncodedTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixFieldParamEntityWithEncodedTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixFieldThrowingWebApplicationExceptionTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixFieldThrowingWebApplicationExceptionTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixParamEntityWithConstructorTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[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'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixParamEntityWithConstructorTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest()
02-01-2023 10:04:21:[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'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest()
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.526 s - in ee.jakarta.tck.ws.rs.ee.rs.matrixparam.sub.JAXRSSubClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.matrixparam.JAXRSClientIT
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixParamDoubleTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;doubletest1=123 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[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'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixParamDoubleTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixFieldParamEntityWithValueOfTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixFieldParamEntityWithValueOfTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixParamEntityWithEncodedTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixParamEntityWithEncodedTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixParamEntityWithFromStringTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixParamEntityWithFromStringTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixParamLongTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;longtest1=-9223372036854775808;longtest2=9223372036854775807 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixParamLongTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixParamBooleanTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;booleantest=true HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;booleantest1=false;booleantest2=true HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixParamBooleanTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixParamIntTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;inttest1=2147483647;inttest2=-2147483648 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixParamIntTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixParamByteTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;bytetest=127 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;bytetest1=123;bytetest2=-128 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixParamByteTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixParamEntityWithValueOfTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixParamEntityWithValueOfTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixFieldParamEntityWithConstructorTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixFieldParamEntityWithConstructorTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixFieldParamListEntityWithFromStringTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixFieldParamListEntityWithFromStringTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixFieldThrowingIllegalArgumentExceptionTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixFieldThrowingIllegalArgumentExceptionTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixFieldParamSortedSetEntityWithFromStringTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixFieldParamSortedSetEntityWithFromStringTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixParamStringTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;stringtest=cts HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;stringtest1=cts;stringtest=ri_impl HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixParamStringTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixParamFloatTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;floattest1=123 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[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'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixParamFloatTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixParamShortTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;shorttest1=32767;shorttest2=-32768 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixParamShortTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixParamSetEntityWithFromStringTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;SetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixParamSetEntityWithFromStringTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixFieldParamSetEntityWithFromStringTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixFieldParamSetEntityWithFromStringTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixParamListEntityWithFromStringTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixParamListEntityWithFromStringTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixFieldParamEntityWithFromStringTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixFieldParamEntityWithFromStringTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixFieldParamEntityWithEncodedTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixFieldParamEntityWithEncodedTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixFieldThrowingWebApplicationExceptionTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixFieldThrowingWebApplicationExceptionTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixParamEntityWithConstructorTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixParamEntityWithConstructorTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:21:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest()
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.307 s - in ee.jakarta.tck.ws.rs.ee.rs.matrixparam.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.options.JAXRSClientIT
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : autoResponseTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_ee_rs_options_web/Options/get HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:04:21:FINISHED TEST : autoResponseTest()
02-01-2023 10:04:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:21:STARTING TEST : optionsTest()
02-01-2023 10:04:21:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_ee_rs_options_web/Options/options HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:04:21:FINISHED TEST : optionsTest()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 s - in ee.jakarta.tck.ws.rs.ee.rs.options.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.pathparam.locator.JAXRSLocatorClientIT
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:STARTING TEST : pathParamEntityWithFromStringTest()
02-01-2023 10:04:22:[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'
Feb 01, 2023 10:04:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:22:FINISHED TEST : pathParamEntityWithFromStringTest()
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:STARTING TEST : pathParamEntityWithValueOfTest()
02-01-2023 10:04:22:[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'
Feb 01, 2023 10:04:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:22:FINISHED TEST : pathParamEntityWithValueOfTest()
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:STARTING TEST : test1()
02-01-2023 10:04:22:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/a HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:22:FINISHED TEST : test1()
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:STARTING TEST : test2()
02-01-2023 10:04:22:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/a/b HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:22:FINISHED TEST : test2()
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:STARTING TEST : test3()
02-01-2023 10:04:22:[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'
Feb 01, 2023 10:04:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:22:[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'
Feb 01, 2023 10:04:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:22:FINISHED TEST : test3()
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:STARTING TEST : test4()
02-01-2023 10:04:22:[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'
Feb 01, 2023 10:04:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:22:[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'
Feb 01, 2023 10:04:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:22:FINISHED TEST : test4()
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:STARTING TEST : test5()
02-01-2023 10:04:22:[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'
Feb 01, 2023 10:04:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:22:[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'
Feb 01, 2023 10:04:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:22:FINISHED TEST : test5()
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:STARTING TEST : test6()
02-01-2023 10:04:22:[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'
Feb 01, 2023 10:04:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:22:FINISHED TEST : test6()
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest()
02-01-2023 10:04:22:[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'
Feb 01, 2023 10:04:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:22:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest()
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:STARTING TEST : pathParamEntityWithConstructorTest()
02-01-2023 10:04:22:[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'
Feb 01, 2023 10:04:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:22:FINISHED TEST : pathParamEntityWithConstructorTest()
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:STARTING TEST : pathParamSetEntityWithFromStringTest()
02-01-2023 10:04:22:[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'
Feb 01, 2023 10:04:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:22:FINISHED TEST : pathParamSetEntityWithFromStringTest()
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:STARTING TEST : pathParamThrowingWebApplicationExceptionTest()
02-01-2023 10:04:22:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/ParamEntityThrowingWebApplicationException/ParamEntityThrowingWebApplicationException%3dCREATED/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:22:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest()
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:STARTING TEST : pathParamListEntityWithFromStringTest()
02-01-2023 10:04:22:[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'
Feb 01, 2023 10:04:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:22:FINISHED TEST : pathParamListEntityWithFromStringTest()
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.502 s - in ee.jakarta.tck.ws.rs.ee.rs.pathparam.locator.JAXRSLocatorClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.pathparam.sub.JAXRSSubClientIT
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:STARTING TEST : pathParamEntityWithFromStringTest()
02-01-2023 10:04:22:[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'
Feb 01, 2023 10:04:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:22:FINISHED TEST : pathParamEntityWithFromStringTest()
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:STARTING TEST : pathParamEntityWithEncodedTest()
02-01-2023 10:04:22:[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'
Feb 01, 2023 10:04:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:22:[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'
Feb 01, 2023 10:04:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:22:FINISHED TEST : pathParamEntityWithEncodedTest()
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:STARTING TEST : pathParamSortedSetEntityWithFromStringTest()
02-01-2023 10:04:22:[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'
Feb 01, 2023 10:04:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:22:FINISHED TEST : pathParamSortedSetEntityWithFromStringTest()
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:STARTING TEST : pathParamEntityWithValueOfTest()
02-01-2023 10:04:22:[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'
Feb 01, 2023 10:04:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:22:FINISHED TEST : pathParamEntityWithValueOfTest()
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:STARTING TEST : test1()
02-01-2023 10:04:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/a HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:22:FINISHED TEST : test1()
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:STARTING TEST : test2()
02-01-2023 10:04:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/a/b HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:22:FINISHED TEST : test2()
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:STARTING TEST : test3()
02-01-2023 10:04:22:[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'
Feb 01, 2023 10:04:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:22:[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'
Feb 01, 2023 10:04:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:22:FINISHED TEST : test3()
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:STARTING TEST : test4()
02-01-2023 10:04:22:[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'
Feb 01, 2023 10:04:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:22:[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'
Feb 01, 2023 10:04:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:22:FINISHED TEST : test4()
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:STARTING TEST : test5()
02-01-2023 10:04:22:[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'
Feb 01, 2023 10:04:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:22:[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'
Feb 01, 2023 10:04:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:22:FINISHED TEST : test5()
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:STARTING TEST : test6()
02-01-2023 10:04:22:[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'
Feb 01, 2023 10:04:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:22:[WebValidatorBase] Unable to find the following search string in the server's response: 'list=abcdef' at index: 0
[WebValidatorBase] Server's response:
-------------------------------------------
list=fedcba
-------------------------------------------

02-01-2023 10:04:22:[JAXRSCommonClient] null failed!  Check output for cause of failure.
ee.jakarta.tck.ws.rs.common.webclient.TestFailureException: Test FAILED!
	at ee.jakarta.tck.ws.rs.common.webclient.WebTestCase.execute(WebTestCase.java:178)
	at ee.jakarta.tck.ws.rs.common.JAXRSCommonClient.invoke(JAXRSCommonClient.java:312)
	at ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT.test6(JAXRSClientIT.java:223)
	at ee.jakarta.tck.ws.rs.ee.rs.pathparam.sub.JAXRSSubClientIT.test6(JAXRSSubClientIT.java:189)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.junit5.ArquillianExtension$1.invoke(ArquillianExtension.java:165)
	at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:57)
	at jdk.internal.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
	at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103)
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90)
	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133)
	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:105)
	at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:62)
	at org.jboss.arquillian.container.test.impl.execution.ClientTestExecuter.execute(ClientTestExecuter.java:50)
	at jdk.internal.reflect.GeneratedMethodAccessor15.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
	at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103)
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90)
	at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:128)
	at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createTestContext(ContainerEventController.java:118)
	at jdk.internal.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95)
	at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:116)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95)
	at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:83)
	at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95)
	at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:69)
	at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95)
	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133)
	at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:139)
	at org.jboss.arquillian.junit5.ArquillianExtension.interceptInvocation(ArquillianExtension.java:145)
	at org.jboss.arquillian.junit5.ArquillianExtension.interceptTestMethod(ArquillianExtension.java:90)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1540)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1540)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
02-01-2023 10:04:22:[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'
Feb 01, 2023 10:04:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:22:FINISHED TEST : test6()
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:STARTING TEST : test7()
02-01-2023 10:04:22:[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'
Feb 01, 2023 10:04:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:22:[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
-------------------------------------------

02-01-2023 10:04:22:[JAXRSCommonClient] null failed!  Check output for cause of failure.
ee.jakarta.tck.ws.rs.common.webclient.TestFailureException: Test FAILED!
	at ee.jakarta.tck.ws.rs.common.webclient.WebTestCase.execute(WebTestCase.java:178)
	at ee.jakarta.tck.ws.rs.common.JAXRSCommonClient.invoke(JAXRSCommonClient.java:312)
	at ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT.test7(JAXRSClientIT.java:253)
	at ee.jakarta.tck.ws.rs.ee.rs.pathparam.sub.JAXRSSubClientIT.test7(JAXRSSubClientIT.java:204)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.junit5.ArquillianExtension$1.invoke(ArquillianExtension.java:165)
	at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:57)
	at jdk.internal.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
	at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103)
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90)
	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133)
	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:105)
	at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:62)
	at org.jboss.arquillian.container.test.impl.execution.ClientTestExecuter.execute(ClientTestExecuter.java:50)
	at jdk.internal.reflect.GeneratedMethodAccessor15.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
	at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103)
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90)
	at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:128)
	at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createTestContext(ContainerEventController.java:118)
	at jdk.internal.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95)
	at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:116)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95)
	at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:83)
	at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95)
	at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:69)
	at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95)
	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133)
	at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:139)
	at org.jboss.arquillian.junit5.ArquillianExtension.interceptInvocation(ArquillianExtension.java:145)
	at org.jboss.arquillian.junit5.ArquillianExtension.interceptTestMethod(ArquillianExtension.java:90)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1540)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1540)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
02-01-2023 10:04:22:[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'
Feb 01, 2023 10:04:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:22:FINISHED TEST : test7()
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest()
02-01-2023 10:04:22:[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'
Feb 01, 2023 10:04:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:22:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest()
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:STARTING TEST : pathParamEntityWithConstructorTest()
02-01-2023 10:04:22:[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'
Feb 01, 2023 10:04:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:22:FINISHED TEST : pathParamEntityWithConstructorTest()
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:STARTING TEST : pathParamSetEntityWithFromStringTest()
02-01-2023 10:04:22:[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'
Feb 01, 2023 10:04:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:22:FINISHED TEST : pathParamSetEntityWithFromStringTest()
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:STARTING TEST : pathParamThrowingWebApplicationExceptionTest()
02-01-2023 10:04:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/ParamEntityThrowingWebApplicationException/ParamEntityThrowingWebApplicationException%3dCREATED/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:22:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest()
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:22:STARTING TEST : pathParamListEntityWithFromStringTest()
02-01-2023 10:04:22:[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'
Feb 01, 2023 10:04:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:22:FINISHED TEST : pathParamListEntityWithFromStringTest()
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.56 s - in ee.jakarta.tck.ws.rs.ee.rs.pathparam.sub.JAXRSSubClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : pathParamEntityWithFromStringTest()
02-01-2023 10:04:23:[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'
Feb 01, 2023 10:04:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:23:FINISHED TEST : pathParamEntityWithFromStringTest()
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : pathParamEntityWithEncodedTest()
02-01-2023 10:04:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityWithValueOf/ParamEntityWithValueOf%3d%21/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityWithFromString/ParamEntityWithFromString%3d%21/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:23:FINISHED TEST : pathParamEntityWithEncodedTest()
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : pathParamSortedSetEntityWithFromStringTest()
02-01-2023 10:04:23:[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'
Feb 01, 2023 10:04:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:23:FINISHED TEST : pathParamSortedSetEntityWithFromStringTest()
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : pathParamEntityWithValueOfTest()
02-01-2023 10:04:23:[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'
Feb 01, 2023 10:04:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:23:FINISHED TEST : pathParamEntityWithValueOfTest()
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : test1()
02-01-2023 10:04:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/a HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:23:FINISHED TEST : test1()
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : test2()
02-01-2023 10:04:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/a/b HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:23:FINISHED TEST : test2()
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : test3()
02-01-2023 10:04:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/2147483647/b/12.345 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/-2147483648/b/123.0 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:23:FINISHED TEST : test3()
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : test4()
02-01-2023 10:04:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/123.1/true/127/tmp HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/345/false/-128/xyz HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:23:FINISHED TEST : test4()
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : test5()
02-01-2023 10:04:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/-9223372036854775808/b/32767/true/abc HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/9223372036854775807/b/-32768/false/xyz HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:23:FINISHED TEST : test5()
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : test6()
02-01-2023 10:04:23:[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'
Feb 01, 2023 10:04:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:23:[WebValidatorBase] Unable to find the following search string in the server's response: 'list=abcdef' at index: 0
[WebValidatorBase] Server's response:
-------------------------------------------
list=fedcba
-------------------------------------------

02-01-2023 10:04:23:[JAXRSCommonClient] null failed!  Check output for cause of failure.
ee.jakarta.tck.ws.rs.common.webclient.TestFailureException: Test FAILED!
	at ee.jakarta.tck.ws.rs.common.webclient.WebTestCase.execute(WebTestCase.java:178)
	at ee.jakarta.tck.ws.rs.common.JAXRSCommonClient.invoke(JAXRSCommonClient.java:312)
	at ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT.test6(JAXRSClientIT.java:223)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.junit5.ArquillianExtension$1.invoke(ArquillianExtension.java:165)
	at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:57)
	at jdk.internal.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
	at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103)
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90)
	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133)
	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:105)
	at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:62)
	at org.jboss.arquillian.container.test.impl.execution.ClientTestExecuter.execute(ClientTestExecuter.java:50)
	at jdk.internal.reflect.GeneratedMethodAccessor15.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
	at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103)
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90)
	at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:128)
	at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createTestContext(ContainerEventController.java:118)
	at jdk.internal.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95)
	at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:116)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95)
	at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:83)
	at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95)
	at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:69)
	at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95)
	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133)
	at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:139)
	at org.jboss.arquillian.junit5.ArquillianExtension.interceptInvocation(ArquillianExtension.java:145)
	at org.jboss.arquillian.junit5.ArquillianExtension.interceptTestMethod(ArquillianExtension.java:90)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1540)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1540)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
02-01-2023 10:04:23:[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'
Feb 01, 2023 10:04:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:23:FINISHED TEST : test6()
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : test7()
02-01-2023 10:04:23:[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'
Feb 01, 2023 10:04:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:23:[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
-------------------------------------------

02-01-2023 10:04:23:[JAXRSCommonClient] null failed!  Check output for cause of failure.
ee.jakarta.tck.ws.rs.common.webclient.TestFailureException: Test FAILED!
	at ee.jakarta.tck.ws.rs.common.webclient.WebTestCase.execute(WebTestCase.java:178)
	at ee.jakarta.tck.ws.rs.common.JAXRSCommonClient.invoke(JAXRSCommonClient.java:312)
	at ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT.test7(JAXRSClientIT.java:253)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.junit5.ArquillianExtension$1.invoke(ArquillianExtension.java:165)
	at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:57)
	at jdk.internal.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
	at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103)
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90)
	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133)
	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:105)
	at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:62)
	at org.jboss.arquillian.container.test.impl.execution.ClientTestExecuter.execute(ClientTestExecuter.java:50)
	at jdk.internal.reflect.GeneratedMethodAccessor15.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
	at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103)
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90)
	at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:128)
	at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createTestContext(ContainerEventController.java:118)
	at jdk.internal.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95)
	at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:116)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95)
	at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:83)
	at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95)
	at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:69)
	at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95)
	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133)
	at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:139)
	at org.jboss.arquillian.junit5.ArquillianExtension.interceptInvocation(ArquillianExtension.java:145)
	at org.jboss.arquillian.junit5.ArquillianExtension.interceptTestMethod(ArquillianExtension.java:90)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1540)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1540)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
02-01-2023 10:04:23:[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'
Feb 01, 2023 10:04:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:23:FINISHED TEST : test7()
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest()
02-01-2023 10:04:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityThrowingExceptionGivenByName/ParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:23:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest()
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : pathParamEntityWithConstructorTest()
02-01-2023 10:04:23:[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'
Feb 01, 2023 10:04:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:23:FINISHED TEST : pathParamEntityWithConstructorTest()
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : pathParamSetEntityWithFromStringTest()
02-01-2023 10:04:23:[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'
Feb 01, 2023 10:04:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:23:FINISHED TEST : pathParamSetEntityWithFromStringTest()
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : pathParamThrowingWebApplicationExceptionTest()
02-01-2023 10:04:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityThrowingWebApplicationException/ParamEntityThrowingWebApplicationException%3dCREATED/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:23:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest()
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : pathParamListEntityWithFromStringTest()
02-01-2023 10:04:23:[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'
Feb 01, 2023 10:04:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:23:FINISHED TEST : pathParamListEntityWithFromStringTest()
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.38 s - in ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.produceconsume.JAXRSClientIT
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : anyUnknownConsumesTest()
02-01-2023 10:04:23:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/unknown HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:23:FINISHED TEST : anyUnknownConsumesTest()
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : unknownAnyTest()
02-01-2023 10:04:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:23:FINISHED TEST : unknownAnyTest()
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : widgetsXmlAnyTest()
02-01-2023 10:04:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:23:FINISHED TEST : widgetsXmlAnyTest()
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : plainPlusConsumeXmlTest()
02-01-2023 10:04:23:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:23:FINISHED TEST : plainPlusConsumeXmlTest()
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : anyWidgetsxmlConsumesTest()
02-01-2023 10:04:23:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/widgetsxml HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:23:FINISHED TEST : anyWidgetsxmlConsumesTest()
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : widgetsXmlAnyConsumesTest()
02-01-2023 10:04:23:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:23:FINISHED TEST : widgetsXmlAnyConsumesTest()
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : htmlPlainTest()
02-01-2023 10:04:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:04:23:FINISHED TEST : htmlPlainTest()
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : htmlUnknownConsumesTest()
02-01-2023 10:04:23:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:04:23:FINISHED TEST : htmlUnknownConsumesTest()
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : htmlPlainConsumesTest()
02-01-2023 10:04:23:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:04:23:FINISHED TEST : htmlPlainConsumesTest()
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : plainAnyConsumesTest()
02-01-2023 10:04:23:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:23:FINISHED TEST : plainAnyConsumesTest()
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : plainPlusProducePlainTest()
02-01-2023 10:04:23:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:23:FINISHED TEST : plainPlusProducePlainTest()
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : unknownAnyConsumesTest()
02-01-2023 10:04:23:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:23:FINISHED TEST : unknownAnyConsumesTest()
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : anyWidgetsxmlTest()
02-01-2023 10:04:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/widgetsxml HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:23:FINISHED TEST : anyWidgetsxmlTest()
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : anyPlainTest()
02-01-2023 10:04:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:23:FINISHED TEST : anyPlainTest()
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : plainAnyTest()
02-01-2023 10:04:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:23:FINISHED TEST : plainAnyTest()
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : htmlUnknownTest()
02-01-2023 10:04:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:04:23:FINISHED TEST : htmlUnknownTest()
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : anyPlainConsumesTest()
02-01-2023 10:04:23:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:23:FINISHED TEST : anyPlainConsumesTest()
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : anyUnknownTest()
02-01-2023 10:04:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/unknown HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:23:FINISHED TEST : anyUnknownTest()
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : plainPlusProduceXmlTest()
02-01-2023 10:04:23:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:23:FINISHED TEST : plainPlusProduceXmlTest()
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : plainPlusConsumePlainTest()
02-01-2023 10:04:23:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:23:FINISHED TEST : plainPlusConsumePlainTest()
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.323 s - in ee.jakarta.tck.ws.rs.ee.rs.produceconsume.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.put.JAXRSClientIT
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : putSubTest()
02-01-2023 10:04:23:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest/sub' to target server at 'localhost:8080'
02-01-2023 10:04:23:###############################
02-01-2023 10:04:23:[Request] Adding entity: dummy
02-01-2023 10:04:23:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest/sub
02-01-2023 10:04:23:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:23:  TRACE: [WIRE] - >> dummy
02-01-2023 10:04:23:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:23:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:23:  TRACE: [WIRE] - << Content-Length: 88
02-01-2023 10:04:23:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:23:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:23:  TRACE: [WIRE] - << <html><head><title>CTS-get text/html</title></head><body>CTS-put text/html</body></html>
02-01-2023 10:04:23:FINISHED TEST : putSubTest()
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : putTest1()
02-01-2023 10:04:23:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest' to target server at 'localhost:8080'
02-01-2023 10:04:23:###############################
02-01-2023 10:04:23:[Request] Adding entity: dummy
02-01-2023 10:04:23:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest
02-01-2023 10:04:23:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:*/*
02-01-2023 10:04:23:  TRACE: [WIRE] - >> dummy
02-01-2023 10:04:23:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:23:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:23:  TRACE: [WIRE] - << Content-Length: 18
02-01-2023 10:04:23:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:23:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:23:  TRACE: [WIRE] - << CTS-put text/plain
02-01-2023 10:04:23:FINISHED TEST : putTest1()
02-01-2023 10:04:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:23:STARTING TEST : putTest2()
02-01-2023 10:04:23:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest' to target server at 'localhost:8080'
02-01-2023 10:04:23:###############################
02-01-2023 10:04:23:[Request] Adding entity: dummy
02-01-2023 10:04:23:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest
02-01-2023 10:04:23:  TRACE: [WIRE] - >> Accept:text/html, Content-Type:*/*
02-01-2023 10:04:23:  TRACE: [WIRE] - >> dummy
02-01-2023 10:04:23:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:23:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:23:  TRACE: [WIRE] - << Content-Length: 88
02-01-2023 10:04:23:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:23:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:23:  TRACE: [WIRE] - << <html><head><title>CTS-get text/html</title></head><body>CTS-put text/html</body></html>
02-01-2023 10:04:23:FINISHED TEST : putTest2()
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.279 s - in ee.jakarta.tck.ws.rs.ee.rs.put.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.queryparam.sub.JAXRSSubClientIT
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryFieldParamEntityWithEncodedTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryFieldParamEntityWithEncodedTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryParamEntityWithEncodedTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryParamEntityWithEncodedTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryParamStringTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?stringtest=cts HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[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'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[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'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[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'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryParamStringTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryFieldParamEntityWithFromStringTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[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'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryFieldParamEntityWithFromStringTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryFieldParamSetEntityWithFromStringTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[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'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryFieldParamSetEntityWithFromStringTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryFieldParamEntityWithValueOfTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[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'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryFieldParamEntityWithValueOfTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryParamEntityWithValueOfTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[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'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryParamEntityWithValueOfTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryParamThrowingIllegalArgumentExceptionTest()
02-01-2023 10:04:24:[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'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryParamThrowingIllegalArgumentExceptionTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryParamSetEntityWithFromStringTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[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'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryParamSetEntityWithFromStringTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryParamListEntityWithFromStringTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[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'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryParamListEntityWithFromStringTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryParamBooleanTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?booleantest=true HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[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'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[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'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[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'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryParamBooleanTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryFieldParamListEntityWithFromStringTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[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'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryFieldParamListEntityWithFromStringTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryFieldThrowingWebApplicationExceptionTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryFieldThrowingWebApplicationExceptionTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryFieldParamSortedSetEntityWithFromStringTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[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'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryFieldParamSortedSetEntityWithFromStringTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryParamEntityWithFromStringTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[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'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryParamEntityWithFromStringTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryParamSortedSetEntityWithFromStringTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[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'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryParamSortedSetEntityWithFromStringTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryParamEntityWithConstructorTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[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'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryParamEntityWithConstructorTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryParamFloatTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?floattest1=123 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[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'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[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'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[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'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryParamFloatTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryParamDoubleTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?doubletest1=123 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[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'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[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'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[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'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryParamDoubleTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryParamShortTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[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'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[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'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[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'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryParamShortTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryFieldThrowingIllegalArgumentExceptionTest()
02-01-2023 10:04:24:[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'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryFieldThrowingIllegalArgumentExceptionTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryParamThrowingWebApplicationExceptionTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryParamThrowingWebApplicationExceptionTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryParamIntTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[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'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[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'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[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'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryParamIntTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryParamNoQueryTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryParamNoQueryTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryParamLongTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?longtest=9223372036854775807&longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?longtest1=-9223372036854775808&longtest2=9223372036854775807 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?longtest1=-9223372036854775808&longtest2=9223372036854775807&longtest1=1234 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryParamLongTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryFieldParamEntityWithConstructorTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryFieldParamEntityWithConstructorTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryParamByteTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?bytetest=127 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?bytetest=-128&bytetest=26 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?bytetest1=123&bytetest2=-128 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?bytetest1=0&bytetest2=-128&bytetest1=127 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryParamByteTest()
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.734 s - in ee.jakarta.tck.ws.rs.ee.rs.queryparam.sub.JAXRSSubClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.queryparam.JAXRSClientIT
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryFieldParamEntityWithEncodedTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryFieldParamEntityWithEncodedTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryParamEntityWithEncodedTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryParamEntityWithEncodedTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryParamStringTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?stringtest=cts HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?stringtest=cts1&stringtest=cts2 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?stringtest1=cts&stringtest2=ri_impl HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[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'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryParamStringTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryFieldParamEntityWithFromStringTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryFieldParamEntityWithFromStringTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryFieldParamSetEntityWithFromStringTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryFieldParamSetEntityWithFromStringTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryFieldParamEntityWithValueOfTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryFieldParamEntityWithValueOfTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryParamEntityWithValueOfTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryParamEntityWithValueOfTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryParamThrowingIllegalArgumentExceptionTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryParamThrowingIllegalArgumentExceptionTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryParamSetEntityWithFromStringTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?SetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryParamSetEntityWithFromStringTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryParamListEntityWithFromStringTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryParamListEntityWithFromStringTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryParamBooleanTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?booleantest=true HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?booleantest=true&booleantest=false HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?booleantest1=false&booleantest2=true HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[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'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryParamBooleanTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryFieldParamListEntityWithFromStringTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryFieldParamListEntityWithFromStringTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryFieldThrowingWebApplicationExceptionTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryFieldThrowingWebApplicationExceptionTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryFieldParamSortedSetEntityWithFromStringTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryFieldParamSortedSetEntityWithFromStringTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryParamEntityWithFromStringTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryParamEntityWithFromStringTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryParamSortedSetEntityWithFromStringTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryParamSortedSetEntityWithFromStringTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryParamEntityWithConstructorTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryParamEntityWithConstructorTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryParamFloatTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?floattest1=123 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?floattest=123.1&floattest=345 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[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'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[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'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryParamFloatTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryParamDoubleTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?doubletest1=123 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?doubletest=123.1&doubletest=345 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[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'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[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'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryParamDoubleTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryParamShortTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?shorttest=32767&shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?shorttest1=32767&shorttest2=-32768 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[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'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryParamShortTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryFieldThrowingIllegalArgumentExceptionTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryFieldThrowingIllegalArgumentExceptionTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryParamThrowingWebApplicationExceptionTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:FINISHED TEST : queryParamThrowingWebApplicationExceptionTest()
02-01-2023 10:04:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:24:STARTING TEST : queryParamIntTest()
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?inttest=-2147483648&inttest=2147483647 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?inttest1=2147483647&inttest2=-2147483648 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:25 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:25:[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'
Feb 01, 2023 10:04:25 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:25:FINISHED TEST : queryParamIntTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : queryParamNoQueryTest()
02-01-2023 10:04:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:25 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:25:FINISHED TEST : queryParamNoQueryTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : queryParamLongTest()
02-01-2023 10:04:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:25 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?longtest=9223372036854775807&longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:25 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?longtest1=-9223372036854775808&longtest2=9223372036854775807 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:25 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:25:[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'
Feb 01, 2023 10:04:25 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:25:FINISHED TEST : queryParamLongTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : queryFieldParamEntityWithConstructorTest()
02-01-2023 10:04:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:25 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:25 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:25:FINISHED TEST : queryFieldParamEntityWithConstructorTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : queryParamByteTest()
02-01-2023 10:04:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?bytetest=127 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:25 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?bytetest=-128&bytetest=26 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:25 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?bytetest1=123&bytetest2=-128 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:04:25 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:25:[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'
Feb 01, 2023 10:04:25 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:04:25:FINISHED TEST : queryParamByteTest()
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.502 s - in ee.jakarta.tck.ws.rs.ee.rs.queryparam.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.client.rxinvoker.JAXRSClientIT
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok
02-01-2023 10:04:25:  TRACE: [WIRE] - >> 
02-01-2023 10:04:25:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:04:25:FINISHED TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok
02-01-2023 10:04:25:  TRACE: [WIRE] - >> 
02-01-2023 10:04:25:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:04:25:FINISHED TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : methodWithClassThrowsProcessingExceptionTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete
02-01-2023 10:04:25:  TRACE: [WIRE] - >> 
02-01-2023 10:04:25:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:04:25:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:04:25:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get
02-01-2023 10:04:25:  TRACE: [WIRE] - >> 
02-01-2023 10:04:25:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:04:25:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:04:25:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options
02-01-2023 10:04:25:  TRACE: [WIRE] - >> 
02-01-2023 10:04:25:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:04:25:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:04:25:FINISHED TEST : methodWithClassThrowsProcessingExceptionTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : methodWithClassWithEntityThrowsProcessingExceptionTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put
02-01-2023 10:04:25:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:25:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:04:25:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:04:25:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post
02-01-2023 10:04:25:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:25:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:04:25:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:04:25:FINISHED TEST : methodWithClassWithEntityThrowsProcessingExceptionTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : methodWithGenericTypeStringWithEntityTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put
02-01-2023 10:04:25:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post
02-01-2023 10:04:25:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:FINISHED TEST : methodWithGenericTypeStringWithEntityTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : traceWithGenericTypeThrowsProcessingExceptionTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace
02-01-2023 10:04:25:  TRACE: [WIRE] - >> 
02-01-2023 10:04:25:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:04:25:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:04:25:FINISHED TEST : traceWithGenericTypeThrowsProcessingExceptionTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok
02-01-2023 10:04:25:  TRACE: [WIRE] - >> 
02-01-2023 10:04:25:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:04:25:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:04:25:FINISHED TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : postWithGenericTypeStringTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post
02-01-2023 10:04:25:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:FINISHED TEST : postWithGenericTypeStringTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : methodWithStringClassWithEntityTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put
02-01-2023 10:04:25:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post
02-01-2023 10:04:25:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:FINISHED TEST : methodWithStringClassWithEntityTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : postWithStringClassTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post
02-01-2023 10:04:25:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:FINISHED TEST : postWithStringClassTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok
02-01-2023 10:04:25:  TRACE: [WIRE] - >> 
02-01-2023 10:04:25:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:04:25:FINISHED TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : headTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/head
02-01-2023 10:04:25:  TRACE: [WIRE] - >> 
02-01-2023 10:04:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:Returned status 200 (OK)
02-01-2023 10:04:25:FINISHED TEST : headTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : traceWithStringClassTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace
02-01-2023 10:04:25:  TRACE: [WIRE] - >> 
02-01-2023 10:04:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 5
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:FINISHED TEST : traceWithStringClassTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : traceWithResponseClassTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace
02-01-2023 10:04:25:  TRACE: [WIRE] - >> 
02-01-2023 10:04:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 5
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:Returned status 200 (OK)
02-01-2023 10:04:25:FINISHED TEST : traceWithResponseClassTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok
02-01-2023 10:04:25:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:25:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:04:25:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:04:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok
02-01-2023 10:04:25:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:25:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:04:25:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:04:25:FINISHED TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : getThrowsProcessingExceptionTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get
02-01-2023 10:04:25:  TRACE: [WIRE] - >> 
02-01-2023 10:04:25:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:04:25:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:04:25:FINISHED TEST : getThrowsProcessingExceptionTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : putWithClassThrowsWebApplicationExceptionTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok
02-01-2023 10:04:25:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:25:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:04:25:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:04:25:FINISHED TEST : putWithClassThrowsWebApplicationExceptionTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : methodWithResponseClassWithEntityTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put
02-01-2023 10:04:25:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:Returned status 200 (OK)
02-01-2023 10:04:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post
02-01-2023 10:04:25:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:Returned status 200 (OK)
02-01-2023 10:04:25:FINISHED TEST : methodWithResponseClassWithEntityTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : deleteWithResponseClassTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete
02-01-2023 10:04:25:  TRACE: [WIRE] - >> 
02-01-2023 10:04:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:Returned status 200 (OK)
02-01-2023 10:04:25:FINISHED TEST : deleteWithResponseClassTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : postWithClassThrowsWebApplicationExceptionTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok
02-01-2023 10:04:25:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:25:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:04:25:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:04:25:FINISHED TEST : postWithClassThrowsWebApplicationExceptionTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : deleteWithStringClassTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete
02-01-2023 10:04:25:  TRACE: [WIRE] - >> 
02-01-2023 10:04:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:FINISHED TEST : deleteWithStringClassTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : putWithClassThrowsProcessingExceptionTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put
02-01-2023 10:04:25:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:25:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:04:25:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:04:25:FINISHED TEST : putWithClassThrowsProcessingExceptionTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok
02-01-2023 10:04:25:  TRACE: [WIRE] - >> 
02-01-2023 10:04:25:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:04:25:FINISHED TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : methodTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete
02-01-2023 10:04:25:  TRACE: [WIRE] - >> 
02-01-2023 10:04:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:Returned status 200 (OK)
02-01-2023 10:04:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get
02-01-2023 10:04:25:  TRACE: [WIRE] - >> 
02-01-2023 10:04:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:Returned status 200 (OK)
02-01-2023 10:04:25:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options
02-01-2023 10:04:25:  TRACE: [WIRE] - >> 
02-01-2023 10:04:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:Returned status 200 (OK)
02-01-2023 10:04:25:FINISHED TEST : methodTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : postWithClassThrowsProcessingExceptionTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post
02-01-2023 10:04:25:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:25:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:04:25:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:04:25:FINISHED TEST : postWithClassThrowsProcessingExceptionTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : getWithGenericTypeResponseTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get
02-01-2023 10:04:25:  TRACE: [WIRE] - >> 
02-01-2023 10:04:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:Returned status 200 (OK)
02-01-2023 10:04:25:FINISHED TEST : getWithGenericTypeResponseTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok
02-01-2023 10:04:25:  TRACE: [WIRE] - >> 
02-01-2023 10:04:25:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:04:25:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:04:25:FINISHED TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : deleteWithGenericTypeResponseTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete
02-01-2023 10:04:25:  TRACE: [WIRE] - >> 
02-01-2023 10:04:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:Returned status 200 (OK)
02-01-2023 10:04:25:FINISHED TEST : deleteWithGenericTypeResponseTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok
02-01-2023 10:04:25:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:25:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:04:25:FINISHED TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : putWithStringClassTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put
02-01-2023 10:04:25:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:FINISHED TEST : putWithStringClassTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : traceWithClassThrowsProcessingExceptionTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace
02-01-2023 10:04:25:  TRACE: [WIRE] - >> 
02-01-2023 10:04:25:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:04:25:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:04:25:FINISHED TEST : traceWithClassThrowsProcessingExceptionTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : putThrowsProcessingExceptionTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put
02-01-2023 10:04:25:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:25:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:04:25:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:04:25:FINISHED TEST : putThrowsProcessingExceptionTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : deleteWithGenericTypeThrowsProcessingExceptionTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete
02-01-2023 10:04:25:  TRACE: [WIRE] - >> 
02-01-2023 10:04:25:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:04:25:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:04:25:FINISHED TEST : deleteWithGenericTypeThrowsProcessingExceptionTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : methodWithGenericTypeResponseWithEntityTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put
02-01-2023 10:04:25:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:Returned status 200 (OK)
02-01-2023 10:04:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post
02-01-2023 10:04:25:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:Returned status 200 (OK)
02-01-2023 10:04:25:FINISHED TEST : methodWithGenericTypeResponseWithEntityTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok
02-01-2023 10:04:25:  TRACE: [WIRE] - >> 
02-01-2023 10:04:25:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:04:25:FINISHED TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok
02-01-2023 10:04:25:  TRACE: [WIRE] - >> 
02-01-2023 10:04:25:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:04:25:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:04:25:FINISHED TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : methodWithGenericTypeStringTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete
02-01-2023 10:04:25:  TRACE: [WIRE] - >> 
02-01-2023 10:04:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get
02-01-2023 10:04:25:  TRACE: [WIRE] - >> 
02-01-2023 10:04:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options
02-01-2023 10:04:25:  TRACE: [WIRE] - >> 
02-01-2023 10:04:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:FINISHED TEST : methodWithGenericTypeStringTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : putWithResponseClassTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put
02-01-2023 10:04:25:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:Returned status 200 (OK)
02-01-2023 10:04:25:FINISHED TEST : putWithResponseClassTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : optionsTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options
02-01-2023 10:04:25:  TRACE: [WIRE] - >> 
02-01-2023 10:04:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:Returned status 200 (OK)
02-01-2023 10:04:25:FINISHED TEST : optionsTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : getWithGenericTypeThrowsWebApplicationExceptionTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok
02-01-2023 10:04:25:  TRACE: [WIRE] - >> 
02-01-2023 10:04:25:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:04:25:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:04:25:FINISHED TEST : getWithGenericTypeThrowsWebApplicationExceptionTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : optionsWithGenericTypeStringTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options
02-01-2023 10:04:25:  TRACE: [WIRE] - >> 
02-01-2023 10:04:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:FINISHED TEST : optionsWithGenericTypeStringTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : optionsWithResponseClassTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options
02-01-2023 10:04:25:  TRACE: [WIRE] - >> 
02-01-2023 10:04:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:Returned status 200 (OK)
02-01-2023 10:04:25:FINISHED TEST : optionsWithResponseClassTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : methodWithResponseClassTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete
02-01-2023 10:04:25:  TRACE: [WIRE] - >> 
02-01-2023 10:04:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:Returned status 200 (OK)
02-01-2023 10:04:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get
02-01-2023 10:04:25:  TRACE: [WIRE] - >> 
02-01-2023 10:04:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:Returned status 200 (OK)
02-01-2023 10:04:25:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options
02-01-2023 10:04:25:  TRACE: [WIRE] - >> 
02-01-2023 10:04:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:Returned status 200 (OK)
02-01-2023 10:04:25:FINISHED TEST : methodWithResponseClassTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : getWithGenericTypeStringTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get
02-01-2023 10:04:25:  TRACE: [WIRE] - >> 
02-01-2023 10:04:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:FINISHED TEST : getWithGenericTypeStringTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok
02-01-2023 10:04:25:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:25:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:04:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok
02-01-2023 10:04:25:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:25:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:04:25:FINISHED TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : putTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put
02-01-2023 10:04:25:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:Returned status 200 (OK)
02-01-2023 10:04:25:FINISHED TEST : putTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest()
02-01-2023 10:04:25:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok
02-01-2023 10:04:25:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:25:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:04:25:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:04:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok
02-01-2023 10:04:25:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:25:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:25:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:04:25:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:04:25:FINISHED TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest()
02-01-2023 10:04:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:25:STARTING TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok
02-01-2023 10:04:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:04:26:FINISHED TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : getTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 200 (OK)
02-01-2023 10:04:26:FINISHED TEST : getTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : putWithGenericTypeStringTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put
02-01-2023 10:04:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:FINISHED TEST : putWithGenericTypeStringTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : methodThrowsProcessingExceptionTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:04:26:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:04:26:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:04:26:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:04:26:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:04:26:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:04:26:FINISHED TEST : methodThrowsProcessingExceptionTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : methodWithClassThrowsWebApplicationExceptionTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:04:26:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:04:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:04:26:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:04:26:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:04:26:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:04:26:FINISHED TEST : methodWithClassThrowsWebApplicationExceptionTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : deleteThrowsExceptionTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:04:26:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:04:26:FINISHED TEST : deleteThrowsExceptionTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : methodWithEntityThrowsProcessingExceptionTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put
02-01-2023 10:04:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:04:26:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:04:26:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post
02-01-2023 10:04:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:04:26:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:04:26:FINISHED TEST : methodWithEntityThrowsProcessingExceptionTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:04:26:FINISHED TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : putWithGenericTypeThrowsProcessingExceptionTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put
02-01-2023 10:04:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:04:26:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:04:26:FINISHED TEST : putWithGenericTypeThrowsProcessingExceptionTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : traceThrowsProcessingExceptionTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:04:26:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:04:26:FINISHED TEST : traceThrowsProcessingExceptionTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : deleteWithClassThrowsWebApplicationExceptionTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:04:26:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:04:26:FINISHED TEST : deleteWithClassThrowsWebApplicationExceptionTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:04:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:04:26:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:04:26:FINISHED TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : traceTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 5
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 200 (OK)
02-01-2023 10:04:26:FINISHED TEST : traceTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : deleteWithGenericTypeStringTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:FINISHED TEST : deleteWithGenericTypeStringTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : postTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post
02-01-2023 10:04:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 200 (OK)
02-01-2023 10:04:26:FINISHED TEST : postTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : getWithClassThrowsWebApplicationExceptionTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:04:26:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:04:26:FINISHED TEST : getWithClassThrowsWebApplicationExceptionTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : methodWithGenericTypeResponseTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 200 (OK)
02-01-2023 10:04:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 200 (OK)
02-01-2023 10:04:26:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 200 (OK)
02-01-2023 10:04:26:FINISHED TEST : methodWithGenericTypeResponseTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : postWithResponseClassTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post
02-01-2023 10:04:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 200 (OK)
02-01-2023 10:04:26:FINISHED TEST : postWithResponseClassTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : methodWithEntityTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put
02-01-2023 10:04:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 200 (OK)
02-01-2023 10:04:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post
02-01-2023 10:04:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 200 (OK)
02-01-2023 10:04:26:FINISHED TEST : methodWithEntityTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : methodWithStringClassTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:FINISHED TEST : methodWithStringClassTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : optionsWithGenericTypeResponseTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 200 (OK)
02-01-2023 10:04:26:FINISHED TEST : optionsWithGenericTypeResponseTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:04:26:FINISHED TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : postThrowsProcessingExceptionTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post
02-01-2023 10:04:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:04:26:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:04:26:FINISHED TEST : postThrowsProcessingExceptionTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : postWithGenericTypeResponseTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post
02-01-2023 10:04:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 200 (OK)
02-01-2023 10:04:26:FINISHED TEST : postWithGenericTypeResponseTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:04:26:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:04:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:04:26:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:04:26:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:04:26:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:04:26:FINISHED TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : postWithGenericTypeThrowsWebApplicationExceptionTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok
02-01-2023 10:04:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:04:26:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:04:26:FINISHED TEST : postWithGenericTypeThrowsWebApplicationExceptionTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : methodWithGenericTypeThrowsProcessingExceptionTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:04:26:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:04:26:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:04:26:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:04:26:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:04:26:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:04:26:FINISHED TEST : methodWithGenericTypeThrowsProcessingExceptionTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : optionsWithStringClassTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:FINISHED TEST : optionsWithStringClassTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : getWithStringClassTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:FINISHED TEST : getWithStringClassTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : optionsWithClassThrowsProcessingExceptionTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:04:26:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:04:26:FINISHED TEST : optionsWithClassThrowsProcessingExceptionTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : optionsWithClassThrowsWebApplicationExceptionTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:04:26:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:04:26:FINISHED TEST : optionsWithClassThrowsWebApplicationExceptionTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:04:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:04:26:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:04:26:FINISHED TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok
02-01-2023 10:04:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:04:26:FINISHED TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:04:26:FINISHED TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : deleteWithClassThrowsProcessingExceptionTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:04:26:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:04:26:FINISHED TEST : deleteWithClassThrowsProcessingExceptionTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok
02-01-2023 10:04:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:04:26:FINISHED TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : getWithGenericTypeThrowsProcessingExceptionTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:04:26:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:04:26:FINISHED TEST : getWithGenericTypeThrowsProcessingExceptionTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : putWithGenericTypeThrowsWebApplicationExceptionTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok
02-01-2023 10:04:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:04:26:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:04:26:FINISHED TEST : putWithGenericTypeThrowsWebApplicationExceptionTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : traceWithGenericTypeResponseTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 5
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 200 (OK)
02-01-2023 10:04:26:FINISHED TEST : traceWithGenericTypeResponseTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : deleteTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 200 (OK)
02-01-2023 10:04:26:FINISHED TEST : deleteTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : traceWithClassThrowsWebApplicationExceptionTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:04:26:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:04:26:FINISHED TEST : traceWithClassThrowsWebApplicationExceptionTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : getWithResponseClassTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 200 (OK)
02-01-2023 10:04:26:FINISHED TEST : getWithResponseClassTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put
02-01-2023 10:04:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:04:26:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:04:26:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post
02-01-2023 10:04:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:04:26:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:04:26:FINISHED TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : getWithClassThrowsProcessingExceptionTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:04:26:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:04:26:FINISHED TEST : getWithClassThrowsProcessingExceptionTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : putWithGenericTypeResponseTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put
02-01-2023 10:04:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 200 (OK)
02-01-2023 10:04:26:FINISHED TEST : putWithGenericTypeResponseTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : traceWithGenericTypeStringTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 5
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:FINISHED TEST : traceWithGenericTypeStringTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok
02-01-2023 10:04:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:04:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok
02-01-2023 10:04:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 406 (NOT_ACCEPTABLE)
02-01-2023 10:04:26:FINISHED TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : headThrowsProcessingExceptionTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> HEAD http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/head
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:04:26:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:04:26:FINISHED TEST : headThrowsProcessingExceptionTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : optionsThrowsProcessingExceptionTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:04:26:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:04:26:FINISHED TEST : optionsThrowsProcessingExceptionTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : optionsWithGenericTypeThrowsProcessingExceptionTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:04:26:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:04:26:FINISHED TEST : optionsWithGenericTypeThrowsProcessingExceptionTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : postWithGenericTypeThrowsProcessingExceptionTest()
02-01-2023 10:04:26:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post
02-01-2023 10:04:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
02-01-2023 10:04:26:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:04:26:FINISHED TEST : postWithGenericTypeThrowsProcessingExceptionTest()
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.498 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
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : postWithGenericTypeStringTest()
02-01-2023 10:04:26:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD1
02-01-2023 10:04:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/post
02-01-2023 10:04:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:FINISHED TEST : postWithGenericTypeStringTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : postWithStringClassTest()
02-01-2023 10:04:26:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD2
02-01-2023 10:04:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/post
02-01-2023 10:04:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:FINISHED TEST : postWithStringClassTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : headTest()
02-01-2023 10:04:26:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD3
02-01-2023 10:04:26:  TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/head
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 200 (OK)
02-01-2023 10:04:26:FINISHED TEST : headTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : traceWithStringClassTest()
02-01-2023 10:04:26:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD4
02-01-2023 10:04:26:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/trace
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 5
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:FINISHED TEST : traceWithStringClassTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : traceWithResponseClassTest()
02-01-2023 10:04:26:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD5
02-01-2023 10:04:26:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/trace
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 5
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 200 (OK)
02-01-2023 10:04:26:FINISHED TEST : traceWithResponseClassTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : deleteWithResponseClassTest()
02-01-2023 10:04:26:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD1
02-01-2023 10:04:26:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/delete
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 200 (OK)
02-01-2023 10:04:26:FINISHED TEST : deleteWithResponseClassTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : deleteWithStringClassTest()
02-01-2023 10:04:26:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD2
02-01-2023 10:04:26:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/delete
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:FINISHED TEST : deleteWithStringClassTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : getWithGenericTypeResponseTest()
02-01-2023 10:04:26:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD3
02-01-2023 10:04:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/get
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 200 (OK)
02-01-2023 10:04:26:FINISHED TEST : getWithGenericTypeResponseTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : deleteWithGenericTypeResponseTest()
02-01-2023 10:04:26:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD4
02-01-2023 10:04:26:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/delete
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 200 (OK)
02-01-2023 10:04:26:FINISHED TEST : deleteWithGenericTypeResponseTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : putWithStringClassTest()
02-01-2023 10:04:26:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD5
02-01-2023 10:04:26:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/put
02-01-2023 10:04:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:FINISHED TEST : putWithStringClassTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : putWithResponseClassTest()
02-01-2023 10:04:26:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD1
02-01-2023 10:04:26:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/put
02-01-2023 10:04:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 200 (OK)
02-01-2023 10:04:26:FINISHED TEST : putWithResponseClassTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : optionsTest()
02-01-2023 10:04:26:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD2
02-01-2023 10:04:26:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/options
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 200 (OK)
02-01-2023 10:04:26:FINISHED TEST : optionsTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : optionsWithGenericTypeStringTest()
02-01-2023 10:04:26:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD3
02-01-2023 10:04:26:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/options
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:FINISHED TEST : optionsWithGenericTypeStringTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : optionsWithResponseClassTest()
02-01-2023 10:04:26:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD4
02-01-2023 10:04:26:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/options
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 200 (OK)
02-01-2023 10:04:26:FINISHED TEST : optionsWithResponseClassTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : getWithGenericTypeStringTest()
02-01-2023 10:04:26:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD5
02-01-2023 10:04:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/get
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:FINISHED TEST : getWithGenericTypeStringTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : putTest()
02-01-2023 10:04:26:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD1
02-01-2023 10:04:26:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/put
02-01-2023 10:04:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 200 (OK)
02-01-2023 10:04:26:FINISHED TEST : putTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : getTest()
02-01-2023 10:04:26:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD2
02-01-2023 10:04:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/get
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 200 (OK)
02-01-2023 10:04:26:FINISHED TEST : getTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : putWithGenericTypeStringTest()
02-01-2023 10:04:26:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD3
02-01-2023 10:04:26:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/put
02-01-2023 10:04:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:FINISHED TEST : putWithGenericTypeStringTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : traceTest()
02-01-2023 10:04:26:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD4
02-01-2023 10:04:26:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/trace
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 5
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 200 (OK)
02-01-2023 10:04:26:FINISHED TEST : traceTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : deleteWithGenericTypeStringTest()
02-01-2023 10:04:26:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD5
02-01-2023 10:04:26:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/delete
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:FINISHED TEST : deleteWithGenericTypeStringTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : postTest()
02-01-2023 10:04:26:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD1
02-01-2023 10:04:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/post
02-01-2023 10:04:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 200 (OK)
02-01-2023 10:04:26:FINISHED TEST : postTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : postWithResponseClassTest()
02-01-2023 10:04:26:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD2
02-01-2023 10:04:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/post
02-01-2023 10:04:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 200 (OK)
02-01-2023 10:04:26:FINISHED TEST : postWithResponseClassTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : optionsWithGenericTypeResponseTest()
02-01-2023 10:04:26:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD3
02-01-2023 10:04:26:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/options
02-01-2023 10:04:26:  TRACE: [WIRE] - >> 
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 200 (OK)
02-01-2023 10:04:26:FINISHED TEST : optionsWithGenericTypeResponseTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:STARTING TEST : postWithGenericTypeResponseTest()
02-01-2023 10:04:26:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD4
02-01-2023 10:04:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/post
02-01-2023 10:04:26:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:04:26:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:26:Returned status 200 (OK)
02-01-2023 10:04:26:FINISHED TEST : postWithGenericTypeResponseTest()
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:STARTING TEST : optionsWithStringClassTest()
02-01-2023 10:04:27:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD5
02-01-2023 10:04:27:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/options
02-01-2023 10:04:27:  TRACE: [WIRE] - >> 
02-01-2023 10:04:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:27:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:04:27:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:27:FINISHED TEST : optionsWithStringClassTest()
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:STARTING TEST : getWithStringClassTest()
02-01-2023 10:04:27:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD1
02-01-2023 10:04:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/get
02-01-2023 10:04:27:  TRACE: [WIRE] - >> 
02-01-2023 10:04:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:27:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:04:27:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:27:FINISHED TEST : getWithStringClassTest()
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:STARTING TEST : traceWithGenericTypeResponseTest()
02-01-2023 10:04:27:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD2
02-01-2023 10:04:27:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/trace
02-01-2023 10:04:27:  TRACE: [WIRE] - >> 
02-01-2023 10:04:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:27:  TRACE: [WIRE] - << Content-Length: 5
02-01-2023 10:04:27:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:27:Returned status 200 (OK)
02-01-2023 10:04:27:FINISHED TEST : traceWithGenericTypeResponseTest()
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:STARTING TEST : deleteTest()
02-01-2023 10:04:27:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD3
02-01-2023 10:04:27:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/delete
02-01-2023 10:04:27:  TRACE: [WIRE] - >> 
02-01-2023 10:04:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:27:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:04:27:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:27:Returned status 200 (OK)
02-01-2023 10:04:27:FINISHED TEST : deleteTest()
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:STARTING TEST : getWithResponseClassTest()
02-01-2023 10:04:27:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD4
02-01-2023 10:04:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/get
02-01-2023 10:04:27:  TRACE: [WIRE] - >> 
02-01-2023 10:04:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:27:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:04:27:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:27:Returned status 200 (OK)
02-01-2023 10:04:27:FINISHED TEST : getWithResponseClassTest()
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:STARTING TEST : putWithGenericTypeResponseTest()
02-01-2023 10:04:27:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD5
02-01-2023 10:04:27:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/put
02-01-2023 10:04:27:  TRACE: [WIRE] - >> Content-Type:*/*
02-01-2023 10:04:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:27:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:04:27:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:27:Returned status 200 (OK)
02-01-2023 10:04:27:FINISHED TEST : putWithGenericTypeResponseTest()
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:STARTING TEST : traceWithGenericTypeStringTest()
02-01-2023 10:04:27:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD1
02-01-2023 10:04:27:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/trace
02-01-2023 10:04:27:  TRACE: [WIRE] - >> 
02-01-2023 10:04:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:27:  TRACE: [WIRE] - << Content-Length: 5
02-01-2023 10:04:27:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:04:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:27:FINISHED TEST : traceWithGenericTypeStringTest()
[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.561 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
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
[WARNING] Tests run: 57, Failures: 0, Errors: 0, Skipped: 57, Time elapsed: 0.301 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
02-01-2023 10:04:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:27:STARTING TEST : sseBroadcastTest()
02-01-2023 10:04:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/clear' to target server at 'localhost:8080'
02-01-2023 10:04:27:###############################
02-01-2023 10:04:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/clear
02-01-2023 10:04:27:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:27:  TRACE: [WIRE] - << Content-Length: 5
02-01-2023 10:04:27:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:27:  TRACE: [WIRE] - << CLEAR
ReceivedWELCOME4
ReceivedWELCOME2
ReceivedWELCOME0
ReceivedWELCOME3
ReceivedWELCOME1
02-01-2023 10:04:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080'
02-01-2023 10:04:27:###############################
02-01-2023 10:04:27:[Request] Adding entity: some_ServiceUnavailableEndpoint_message0
02-01-2023 10:04:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast
02-01-2023 10:04:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:27:  TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message0
Receivedsome_ServiceUnavailableEndpoint_message0
Receivedsome_ServiceUnavailableEndpoint_message0
Receivedsome_ServiceUnavailableEndpoint_message0
Receivedsome_ServiceUnavailableEndpoint_message0
02-01-2023 10:04:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:27:  TRACE: [WIRE] - << Content-Length: 40
02-01-2023 10:04:27:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:27:  TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message0
02-01-2023 10:04:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080'
02-01-2023 10:04:27:###############################
Receivedsome_ServiceUnavailableEndpoint_message0
02-01-2023 10:04:27:[Request] Adding entity: some_ServiceUnavailableEndpoint_message1
02-01-2023 10:04:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast
02-01-2023 10:04:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:27:  TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message1
02-01-2023 10:04:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:27:  TRACE: [WIRE] - << Content-Length: 40
02-01-2023 10:04:27:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:27:  TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message1
Receivedsome_ServiceUnavailableEndpoint_message1
Receivedsome_ServiceUnavailableEndpoint_message1
Receivedsome_ServiceUnavailableEndpoint_message1
Receivedsome_ServiceUnavailableEndpoint_message1
Receivedsome_ServiceUnavailableEndpoint_message1
02-01-2023 10:04:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080'
02-01-2023 10:04:27:###############################
02-01-2023 10:04:27:[Request] Adding entity: some_ServiceUnavailableEndpoint_message2
02-01-2023 10:04:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast
02-01-2023 10:04:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:27:  TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message2
Receivedsome_ServiceUnavailableEndpoint_message2
Receivedsome_ServiceUnavailableEndpoint_message2
Receivedsome_ServiceUnavailableEndpoint_message2
Receivedsome_ServiceUnavailableEndpoint_message2
Receivedsome_ServiceUnavailableEndpoint_message2
02-01-2023 10:04:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:27:  TRACE: [WIRE] - << Content-Length: 40
02-01-2023 10:04:27:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:27:  TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message2
02-01-2023 10:04:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080'
02-01-2023 10:04:27:###############################
02-01-2023 10:04:27:[Request] Adding entity: some_ServiceUnavailableEndpoint_message3
02-01-2023 10:04:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast
02-01-2023 10:04:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:27:  TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message3
02-01-2023 10:04:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:27:  TRACE: [WIRE] - << Content-Length: 40
02-01-2023 10:04:27:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:27:  TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message3
Receivedsome_ServiceUnavailableEndpoint_message3
Receivedsome_ServiceUnavailableEndpoint_message3
Receivedsome_ServiceUnavailableEndpoint_message3
Receivedsome_ServiceUnavailableEndpoint_message3
Receivedsome_ServiceUnavailableEndpoint_message3
02-01-2023 10:04:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080'
02-01-2023 10:04:27:###############################
02-01-2023 10:04:27:[Request] Adding entity: some_ServiceUnavailableEndpoint_message4
02-01-2023 10:04:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast
02-01-2023 10:04:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:27:  TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message4
02-01-2023 10:04:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:27:  TRACE: [WIRE] - << Content-Length: 40
02-01-2023 10:04:27:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:27:  TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message4
Receivedsome_ServiceUnavailableEndpoint_message4
Receivedsome_ServiceUnavailableEndpoint_message4
Receivedsome_ServiceUnavailableEndpoint_message4
Receivedsome_ServiceUnavailableEndpoint_message4
Receivedsome_ServiceUnavailableEndpoint_message4
02-01-2023 10:04:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080'
02-01-2023 10:04:27:###############################
02-01-2023 10:04:27:[Request] Adding entity: some_ServiceUnavailableEndpoint_message5
02-01-2023 10:04:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast
02-01-2023 10:04:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:27:  TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message5
02-01-2023 10:04:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:27:  TRACE: [WIRE] - << Content-Length: 40
02-01-2023 10:04:27:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:27:  TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message5
Receivedsome_ServiceUnavailableEndpoint_message5
Receivedsome_ServiceUnavailableEndpoint_message5
Receivedsome_ServiceUnavailableEndpoint_message5
Receivedsome_ServiceUnavailableEndpoint_message5
02-01-2023 10:04:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080'
02-01-2023 10:04:27:###############################
Receivedsome_ServiceUnavailableEndpoint_message5
02-01-2023 10:04:27:[Request] Adding entity: some_ServiceUnavailableEndpoint_message6
02-01-2023 10:04:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast
02-01-2023 10:04:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:04:27:  TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message6
02-01-2023 10:04:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:27:  TRACE: [WIRE] - << Content-Length: 40
Receivedsome_ServiceUnavailableEndpoint_message6
Receivedsome_ServiceUnavailableEndpoint_message6
Receivedsome_ServiceUnavailableEndpoint_message6
Receivedsome_ServiceUnavailableEndpoint_message6
02-01-2023 10:04:27:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
Receivedsome_ServiceUnavailableEndpoint_message6
02-01-2023 10:04:27:  TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message6
02-01-2023 10:04:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/close' to target server at 'localhost:8080'
02-01-2023 10:04:27:###############################
02-01-2023 10:04:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/close
02-01-2023 10:04:27:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:27:  TRACE: [WIRE] - << Content-Length: 5
02-01-2023 10:04:27:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:27:  TRACE: [WIRE] - << CLOSE
02-01-2023 10:04:27:Client 0 Received message WELCOME4
02-01-2023 10:04:27:Client 0 Received message some_ServiceUnavailableEndpoint_message0
02-01-2023 10:04:27:Client 0 Received message some_ServiceUnavailableEndpoint_message1
02-01-2023 10:04:27:Client 0 Received message some_ServiceUnavailableEndpoint_message2
02-01-2023 10:04:27:Client 0 Received message some_ServiceUnavailableEndpoint_message3
02-01-2023 10:04:27:Client 0 Received message some_ServiceUnavailableEndpoint_message4
02-01-2023 10:04:27:Client 0 Received message some_ServiceUnavailableEndpoint_message5
02-01-2023 10:04:27:Client 0 Received message some_ServiceUnavailableEndpoint_message6
02-01-2023 10:04:27:Client 1 Received message WELCOME1
02-01-2023 10:04:27:Client 1 Received message some_ServiceUnavailableEndpoint_message0
02-01-2023 10:04:27:Client 1 Received message some_ServiceUnavailableEndpoint_message1
02-01-2023 10:04:27:Client 1 Received message some_ServiceUnavailableEndpoint_message2
02-01-2023 10:04:27:Client 1 Received message some_ServiceUnavailableEndpoint_message3
02-01-2023 10:04:27:Client 1 Received message some_ServiceUnavailableEndpoint_message4
02-01-2023 10:04:27:Client 1 Received message some_ServiceUnavailableEndpoint_message5
02-01-2023 10:04:27:Client 1 Received message some_ServiceUnavailableEndpoint_message6
02-01-2023 10:04:27:Client 2 Received message WELCOME0
02-01-2023 10:04:27:Client 2 Received message some_ServiceUnavailableEndpoint_message0
02-01-2023 10:04:27:Client 2 Received message some_ServiceUnavailableEndpoint_message1
02-01-2023 10:04:27:Client 2 Received message some_ServiceUnavailableEndpoint_message2
02-01-2023 10:04:27:Client 2 Received message some_ServiceUnavailableEndpoint_message3
02-01-2023 10:04:27:Client 2 Received message some_ServiceUnavailableEndpoint_message4
02-01-2023 10:04:27:Client 2 Received message some_ServiceUnavailableEndpoint_message5
02-01-2023 10:04:27:Client 2 Received message some_ServiceUnavailableEndpoint_message6
02-01-2023 10:04:27:Client 3 Received message WELCOME2
02-01-2023 10:04:27:Client 3 Received message some_ServiceUnavailableEndpoint_message0
02-01-2023 10:04:27:Client 3 Received message some_ServiceUnavailableEndpoint_message1
02-01-2023 10:04:27:Client 3 Received message some_ServiceUnavailableEndpoint_message2
02-01-2023 10:04:27:Client 3 Received message some_ServiceUnavailableEndpoint_message3
02-01-2023 10:04:27:Client 3 Received message some_ServiceUnavailableEndpoint_message4
02-01-2023 10:04:27:Client 3 Received message some_ServiceUnavailableEndpoint_message5
02-01-2023 10:04:27:Client 3 Received message some_ServiceUnavailableEndpoint_message6
02-01-2023 10:04:27:Client 4 Received message WELCOME3
02-01-2023 10:04:27:Client 4 Received message some_ServiceUnavailableEndpoint_message0
02-01-2023 10:04:27:Client 4 Received message some_ServiceUnavailableEndpoint_message1
02-01-2023 10:04:27:Client 4 Received message some_ServiceUnavailableEndpoint_message2
02-01-2023 10:04:27:Client 4 Received message some_ServiceUnavailableEndpoint_message3
02-01-2023 10:04:27:Client 4 Received message some_ServiceUnavailableEndpoint_message4
02-01-2023 10:04:27:Client 4 Received message some_ServiceUnavailableEndpoint_message5
02-01-2023 10:04:27:Client 4 Received message some_ServiceUnavailableEndpoint_message6
02-01-2023 10:04:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/check' to target server at 'localhost:8080'
02-01-2023 10:04:27:###############################
02-01-2023 10:04:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/check
02-01-2023 10:04:27:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:27:  TRACE: [WIRE] - << Content-Length: 212
02-01-2023 10:04:27:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:27:  TRACE: [WIRE] - << SseEventSink number 0 is closed:trueSseEventSink number 1 is closed:trueSseEventSink number 2 is closed:trueSseEventSink number 3 is closed:trueSseEventSink number 4 is closed:trueOnCloseSink has been called:true
02-01-2023 10:04:27:FINISHED TEST : sseBroadcastTest()
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.508 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsink.JAXRSClientIT
02-01-2023 10:04:28:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:28:STARTING TEST : stringTest()
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
02-01-2023 10:04:28:FINISHED TEST : stringTest()
02-01-2023 10:04:28:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:28:STARTING TEST : streamingOutputTest()
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
02-01-2023 10:04:29:FINISHED TEST : streamingOutputTest()
02-01-2023 10:04:29:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:29:STARTING TEST : fileTest()
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
02-01-2023 10:04:29:FINISHED TEST : fileTest()
02-01-2023 10:04:29:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:29:STARTING TEST : closeTest()
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
02-01-2023 10:04:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsink_web/close/closed' to target server at 'localhost:8080'
02-01-2023 10:04:30:###############################
02-01-2023 10:04:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsink_web/close/closed
02-01-2023 10:04:30:  TRACE: [WIRE] - >> Accept:text/plain
02-01-2023 10:04:30:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:30:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:04:30:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:30:  TRACE: [WIRE] - << true
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
02-01-2023 10:04:31:FINISHED TEST : closeTest()
02-01-2023 10:04:31:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:31:STARTING TEST : inputstreamTest()
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
02-01-2023 10:04:32:FINISHED TEST : inputstreamTest()
02-01-2023 10:04:32:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:32:STARTING TEST : readerTest()
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
02-01-2023 10:04:32:FINISHED TEST : readerTest()
02-01-2023 10:04:32:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:32:STARTING TEST : transformSourceTest()
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
02-01-2023 10:04:33:FINISHED TEST : transformSourceTest()
02-01-2023 10:04:33:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:33:STARTING TEST : multivaluedMapTest()
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
02-01-2023 10:04:33:FINISHED TEST : multivaluedMapTest()
02-01-2023 10:04:33:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:33:STARTING TEST : jaxbElementTest()
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
02-01-2023 10:04:34:FINISHED TEST : jaxbElementTest()
02-01-2023 10:04:34:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:34:STARTING TEST : sseStageCheckTest()
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
02-01-2023 10:04:35:FINISHED TEST : sseStageCheckTest()
02-01-2023 10:04:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:35:STARTING TEST : doubleTest()
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
02-01-2023 10:04:35:FINISHED TEST : doubleTest()
02-01-2023 10:04:35:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:35:STARTING TEST : datasourceTest()
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
02-01-2023 10:04:36:FINISHED TEST : datasourceTest()
02-01-2023 10:04:36:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:36:STARTING TEST : charTest()
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
02-01-2023 10:04:36:FINISHED TEST : charTest()
02-01-2023 10:04:36:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:36:STARTING TEST : intTest()
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
02-01-2023 10:04:37:FINISHED TEST : intTest()
02-01-2023 10:04:37:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:37:STARTING TEST : bytearrayTest()
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
02-01-2023 10:04:37:FINISHED TEST : bytearrayTest()
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.929 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsink.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsource.JAXRSClientIT
02-01-2023 10:04:38:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:38:STARTING TEST : wait2Seconds()
02-01-2023 10:04:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available' to target server at 'localhost:8080'
02-01-2023 10:04:38:###############################
02-01-2023 10:04:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available
02-01-2023 10:04:38:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:38:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:38:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:38:  TRACE: [WIRE] - << Content-Length: 2
02-01-2023 10:04:38:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:38:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:38:  TRACE: [WIRE] - << OK
02-01-2023 10:04:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/retry' to target server at 'localhost:8080'
02-01-2023 10:04:38:###############################
02-01-2023 10:04:38:[Request] Adding entity: 2
02-01-2023 10:04:38:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/retry
02-01-2023 10:04:38:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
02-01-2023 10:04:38:  TRACE: [WIRE] - >> 2
02-01-2023 10:04:38:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:38:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:38:  TRACE: [WIRE] - << Content-Length: 1
02-01-2023 10:04:38:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:38:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:38:  TRACE: [WIRE] - << 2
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
02-01-2023 10:04:40:FINISHED TEST : wait2Seconds()
02-01-2023 10:04:40:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:40:STARTING TEST : xmlTest()
02-01-2023 10:04:40:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
02-01-2023 10:04:40:###############################
02-01-2023 10:04:40:[Request] Adding entity: text/xml
02-01-2023 10:04:40:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
02-01-2023 10:04:40:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
02-01-2023 10:04:40:  TRACE: [WIRE] - >> text/xml
02-01-2023 10:04:40:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:40:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:40:  TRACE: [WIRE] - << Content-Length: 8
02-01-2023 10:04:40:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:40:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:40:  TRACE: [WIRE] - << text/xml
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
02-01-2023 10:04:42:FINISHED TEST : xmlTest()
02-01-2023 10:04:42:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:42:STARTING TEST : connectionLostFor1500msTest()
02-01-2023 10:04:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/reset' to target server at 'localhost:8080'
02-01-2023 10:04:42:###############################
02-01-2023 10:04:42:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/reset
02-01-2023 10:04:42:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:42:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:42:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:42:  TRACE: [WIRE] - << Content-Length: 5
02-01-2023 10:04:42:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:42:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:42:  TRACE: [WIRE] - << RESET
02-01-2023 10:04:42:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/lost' to target server at 'localhost:8080'
02-01-2023 10:04:42:###############################
02-01-2023 10:04:42:[Request] Adding entity: 1
02-01-2023 10:04:42:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/lost
02-01-2023 10:04:42:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
02-01-2023 10:04:42:  TRACE: [WIRE] - >> 1
02-01-2023 10:04:42:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:42:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:42:  TRACE: [WIRE] - << Content-Length: 1
02-01-2023 10:04:42:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:42:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:42:  TRACE: [WIRE] - << 1
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
02-01-2023 10:04:44:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/count' to target server at 'localhost:8080'
02-01-2023 10:04:44:###############################
02-01-2023 10:04:44:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/count
02-01-2023 10:04:44:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:44:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:44:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:44:  TRACE: [WIRE] - << Content-Length: 1
02-01-2023 10:04:44:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:44:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:44:  TRACE: [WIRE] - << 2
02-01-2023 10:04:44:FINISHED TEST : connectionLostFor1500msTest()
02-01-2023 10:04:44:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:44:STARTING TEST : stringTest()
02-01-2023 10:04:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
02-01-2023 10:04:44:###############################
02-01-2023 10:04:44:[Request] Adding entity: text/plain
02-01-2023 10:04:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
02-01-2023 10:04:44:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
02-01-2023 10:04:44:  TRACE: [WIRE] - >> text/plain
02-01-2023 10:04:44:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:44:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:44:  TRACE: [WIRE] - << Content-Length: 10
02-01-2023 10:04:44:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:44:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:44:  TRACE: [WIRE] - << text/plain
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
02-01-2023 10:04:46:FINISHED TEST : stringTest()
02-01-2023 10:04:46:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:46:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:46:STARTING TEST : dataSourceTest()
02-01-2023 10:04:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
02-01-2023 10:04:46:###############################
02-01-2023 10:04:46:[Request] Adding entity: text/plain
02-01-2023 10:04:46:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
02-01-2023 10:04:46:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
02-01-2023 10:04:46:  TRACE: [WIRE] - >> text/plain
02-01-2023 10:04:46:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:46:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:46:  TRACE: [WIRE] - << Content-Length: 10
02-01-2023 10:04:46:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:46:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:46:  TRACE: [WIRE] - << text/plain
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
02-01-2023 10:04:47:FINISHED TEST : dataSourceTest()
02-01-2023 10:04:47:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:47:STARTING TEST : reconnectByEventMethodTest()
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
02-01-2023 10:04:48:FINISHED TEST : reconnectByEventMethodTest()
02-01-2023 10:04:48:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:48:STARTING TEST : fileTest()
02-01-2023 10:04:48:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
02-01-2023 10:04:48:###############################
02-01-2023 10:04:48:[Request] Adding entity: text/plain
02-01-2023 10:04:48:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
02-01-2023 10:04:48:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
02-01-2023 10:04:48:  TRACE: [WIRE] - >> text/plain
02-01-2023 10:04:48:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:48:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:48:  TRACE: [WIRE] - << Content-Length: 10
02-01-2023 10:04:48:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:48:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:48:  TRACE: [WIRE] - << text/plain
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
02-01-2023 10:04:49:FINISHED TEST : fileTest()
02-01-2023 10:04:49:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:49:STARTING TEST : closeTest()
02-01-2023 10:04:49:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set' to target server at 'localhost:8080'
02-01-2023 10:04:49:###############################
02-01-2023 10:04:49:[Request] Adding entity: true
02-01-2023 10:04:49:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set
02-01-2023 10:04:49:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
02-01-2023 10:04:49:  TRACE: [WIRE] - >> true
02-01-2023 10:04:49:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:49:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:49:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:04:49:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:49:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:49:  TRACE: [WIRE] - << true
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
02-01-2023 10:04:50:Received message no 0
02-01-2023 10:04:50:Received message no 1
02-01-2023 10:04:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen' to target server at 'localhost:8080'
02-01-2023 10:04:50:###############################
02-01-2023 10:04:50:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen
02-01-2023 10:04:50:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:50:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:50:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:50:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:04:50:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:50:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:50:  TRACE: [WIRE] - << true
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
02-01-2023 10:04:51:Received message no 2
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
02-01-2023 10:04:51:Received message no 3
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
02-01-2023 10:04:52:Received message no 4
02-01-2023 10:04:52:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen' to target server at 'localhost:8080'
02-01-2023 10:04:52:###############################
02-01-2023 10:04:52:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen
02-01-2023 10:04:52:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:52:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:52:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:52:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:04:52:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:52:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:52:  TRACE: [WIRE] - << true
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
02-01-2023 10:04:56:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen' to target server at 'localhost:8080'
02-01-2023 10:04:56:###############################
02-01-2023 10:04:56:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen
02-01-2023 10:04:56:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:04:56:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:56:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:56:  TRACE: [WIRE] - << Content-Length: 5
02-01-2023 10:04:56:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:56:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:56:  TRACE: [WIRE] - << false
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
Sending false
02-01-2023 10:04:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set' to target server at 'localhost:8080'
02-01-2023 10:04:59:###############################
02-01-2023 10:04:59:[Request] Adding entity: false
02-01-2023 10:04:59:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set
02-01-2023 10:04:59:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
02-01-2023 10:04:59:  TRACE: [WIRE] - >> false
02-01-2023 10:04:59:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:04:59:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:04:59:  TRACE: [WIRE] - << Content-Length: 5
02-01-2023 10:04:59:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:04:59:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:04:59:  TRACE: [WIRE] - << false
Sent false
02-01-2023 10:04:59:FINISHED TEST : closeTest()
02-01-2023 10:04:59:[JAXRSCommonClient] Test setup OK
02-01-2023 10:04:59:STARTING TEST : userReconnectByEventMethodTest()
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
02-01-2023 10:05:00:FINISHED TEST : userReconnectByEventMethodTest()
02-01-2023 10:05:00:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:00:STARTING TEST : byteArrayTest()
02-01-2023 10:05:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
02-01-2023 10:05:00:###############################
02-01-2023 10:05:00:[Request] Adding entity: text/plain
02-01-2023 10:05:00:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
02-01-2023 10:05:00:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
02-01-2023 10:05:00:  TRACE: [WIRE] - >> text/plain
02-01-2023 10:05:00:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:00:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:00:  TRACE: [WIRE] - << Content-Length: 10
02-01-2023 10:05:00:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:00:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:00:  TRACE: [WIRE] - << text/plain
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
02-01-2023 10:05:02:FINISHED TEST : byteArrayTest()
02-01-2023 10:05:02:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:02:STARTING TEST : readerTest()
02-01-2023 10:05:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
02-01-2023 10:05:02:###############################
02-01-2023 10:05:02:[Request] Adding entity: text/plain
02-01-2023 10:05:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
02-01-2023 10:05:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
02-01-2023 10:05:02:  TRACE: [WIRE] - >> text/plain
02-01-2023 10:05:02:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:02:  TRACE: [WIRE] - << Content-Length: 10
02-01-2023 10:05:02:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:02:  TRACE: [WIRE] - << text/plain
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
02-01-2023 10:05:03:FINISHED TEST : readerTest()
02-01-2023 10:05:03:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:03:STARTING TEST : transformSourceTest()
02-01-2023 10:05:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
02-01-2023 10:05:03:###############################
02-01-2023 10:05:03:[Request] Adding entity: text/xml
02-01-2023 10:05:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
02-01-2023 10:05:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
02-01-2023 10:05:03:  TRACE: [WIRE] - >> text/xml
02-01-2023 10:05:03:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:03:  TRACE: [WIRE] - << Content-Length: 8
02-01-2023 10:05:03:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:03:  TRACE: [WIRE] - << text/xml
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
02-01-2023 10:05:05:FINISHED TEST : transformSourceTest()
02-01-2023 10:05:05:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:05:STARTING TEST : multivaluedMapTest()
02-01-2023 10:05:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
02-01-2023 10:05:05:###############################
02-01-2023 10:05:05:[Request] Adding entity: application/x-www-form-urlencoded
02-01-2023 10:05:05:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
02-01-2023 10:05:05:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
02-01-2023 10:05:05:  TRACE: [WIRE] - >> application/x-www-form-urlencoded
02-01-2023 10:05:05:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:05:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:05:  TRACE: [WIRE] - << Content-Length: 33
02-01-2023 10:05:05:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:05:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:05:  TRACE: [WIRE] - << application/x-www-form-urlencoded
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
02-01-2023 10:05:07:FINISHED TEST : multivaluedMapTest()
02-01-2023 10:05:07:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:07:STARTING TEST : jaxbElementTest()
02-01-2023 10:05:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
02-01-2023 10:05:07:###############################
02-01-2023 10:05:07:[Request] Adding entity: text/xml
02-01-2023 10:05:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
02-01-2023 10:05:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
02-01-2023 10:05:07:  TRACE: [WIRE] - >> text/xml
02-01-2023 10:05:07:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:07:  TRACE: [WIRE] - << Content-Length: 8
02-01-2023 10:05:07:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:07:  TRACE: [WIRE] - << text/xml
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
02-01-2023 10:05:08:FINISHED TEST : jaxbElementTest()
02-01-2023 10:05:08:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:08:STARTING TEST : defaultWaiting1s()
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
02-01-2023 10:05:09:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available' to target server at 'localhost:8080'
02-01-2023 10:05:09:###############################
02-01-2023 10:05:09:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available
02-01-2023 10:05:09:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:09:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:09:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:09:  TRACE: [WIRE] - << Content-Length: 2
02-01-2023 10:05:09:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:09:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:09:  TRACE: [WIRE] - << OK
02-01-2023 10:05:09:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available' to target server at 'localhost:8080'
02-01-2023 10:05:09:###############################
02-01-2023 10:05:09:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available
02-01-2023 10:05:09:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:09:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:09:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:09:  TRACE: [WIRE] - << Content-Length: 2
02-01-2023 10:05:09:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:09:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:09:  TRACE: [WIRE] - << OK
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
02-01-2023 10:05:10:FINISHED TEST : defaultWaiting1s()
02-01-2023 10:05:10:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:10:STARTING TEST : inputStreamTest()
02-01-2023 10:05:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
02-01-2023 10:05:10:###############################
02-01-2023 10:05:10:[Request] Adding entity: text/plain
02-01-2023 10:05:10:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
02-01-2023 10:05:10:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
02-01-2023 10:05:10:  TRACE: [WIRE] - >> text/plain
02-01-2023 10:05:10:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:10:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:10:  TRACE: [WIRE] - << Content-Length: 10
02-01-2023 10:05:10:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:10:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:10:  TRACE: [WIRE] - << text/plain
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
02-01-2023 10:05:12:FINISHED TEST : inputStreamTest()
[WARNING] Tests run: 17, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 34.43 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsource.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.priority.JAXRSClientIT
02-01-2023 10:05:12:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:12:STARTING TEST : exceptionMapperPriorityTest()
02-01-2023 10:05:12:[HttpRequest] Dispatching request: 'GET /jaxrs_jaxrs21_ee_priority_web/exception HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:12:FINISHED TEST : exceptionMapperPriorityTest()
02-01-2023 10:05:12:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:12:STARTING TEST : paramConverterPriorityTest()
02-01-2023 10:05:12:[HttpRequest] Dispatching request: 'GET /jaxrs_jaxrs21_ee_priority_web/converter?id=something HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:12:FINISHED TEST : paramConverterPriorityTest()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.priority.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.patch.server.JAXRSClientIT
02-01-2023 10:05:12:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:12:STARTING TEST : patchTest()
02-01-2023 10:05:12:[HttpRequest] Dispatching request: 'PATCH /jaxrs_jaxrs21_ee_patch_server_web/resource/patch HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:12:FINISHED TEST : patchTest()
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.patch.server.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.spec.classsubresourcelocator.JAXRSClientIT
02-01-2023 10:05:12:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:12:STARTING TEST : subResourceLocatorAsClassTest()
02-01-2023 10:05:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_spec_classsubresourcelocator_web/resource/sub' to target server at 'localhost:8080'
02-01-2023 10:05:12:###############################
02-01-2023 10:05:12:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_spec_classsubresourcelocator_web/resource/sub
02-01-2023 10:05:12:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:12:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:12:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:12:  TRACE: [WIRE] - << Content-Length: 2
02-01-2023 10:05:12:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:12:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:12:  TRACE: [WIRE] - << OK
02-01-2023 10:05:12:FINISHED TEST : subResourceLocatorAsClassTest()
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 s - in ee.jakarta.tck.ws.rs.jaxrs21.spec.classsubresourcelocator.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.spec.completionstage.JAXRSClientIT
02-01-2023 10:05:12:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:12:STARTING TEST : completionStageReturnedTest()
02-01-2023 10:05:13:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_spec_completionstage_web/async
02-01-2023 10:05:13:  TRACE: [WIRE] - >> 
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
02-01-2023 10:05:14:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:14:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:14:  TRACE: [WIRE] - << Content-Length: 73
02-01-2023 10:05:14:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:05:14:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:14:FINISHED TEST : completionStageReturnedTest()
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.195 s - in ee.jakarta.tck.ws.rs.jaxrs21.spec.completionstage.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.api.client.invocationbuilder.JAXRSClientIT
02-01-2023 10:05:14:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:14:STARTING TEST : testRxClassExecutorServiceThrowsWhenNotRegistered()
Illegal state exception has been thrown when no provider is registered as expected
02-01-2023 10:05:14:FINISHED TEST : testRxClassExecutorServiceThrowsWhenNotRegistered()
02-01-2023 10:05:14:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:14:STARTING TEST : testRxClassGetsClassInstance()
Custom rxInvoker has been created as expected
02-01-2023 10:05:14:FINISHED TEST : testRxClassGetsClassInstance()
02-01-2023 10:05:14:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:14:STARTING TEST : testRxClassThrowsWhenNotRegistered()
Illegal state exception has been thrown when no provider is registered as expected
02-01-2023 10:05:14:FINISHED TEST : testRxClassThrowsWhenNotRegistered()
02-01-2023 10:05:14:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:14:STARTING TEST : testRxClassExceutorServiceGetsClassInstance()
Custom rxInvoker has been created as expected
02-01-2023 10:05:14:FINISHED TEST : testRxClassExceutorServiceGetsClassInstance()
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s - in ee.jakarta.tck.ws.rs.jaxrs21.api.client.invocationbuilder.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.servlet3.rs.core.streamingoutput.JAXRSClientIT
02-01-2023 10:05:14:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:14:STARTING TEST : writeTest()
02-01-2023 10:05:14:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_streamoutput/StreamOutputTest/Test1 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:14 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:14:FINISHED TEST : writeTest()
02-01-2023 10:05:14:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:14:STARTING TEST : writeIOExceptionTest()
02-01-2023 10:05:14:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_streamoutput/StreamOutputTest/IOExceptionTest HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:05:14:FINISHED TEST : writeIOExceptionTest()
02-01-2023 10:05:14:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:14:STARTING TEST : writeWebApplicationExceptionTest()
02-01-2023 10:05:14:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_streamoutput/StreamOutputTest/Test2 HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:05:14:FINISHED TEST : writeWebApplicationExceptionTest()
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 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
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
02-01-2023 10:05:14:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:14:STARTING TEST : isParamCoverterFoundByAutodiscoveryUsedTest()
02-01-2023 10:05:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_servlet3_rs_ext_paramconverter_autodiscovery/resource/sbquery?query=ABCDEFGH' to target server at 'localhost:8080'
02-01-2023 10:05:14:###############################
02-01-2023 10:05:14:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_servlet3_rs_ext_paramconverter_autodiscovery/resource/sbquery?query=ABCDEFGH
02-01-2023 10:05:14:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:14:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:14:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:14:  TRACE: [WIRE] - << Content-Length: 25
02-01-2023 10:05:14:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:14:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:14:  TRACE: [WIRE] - << Converted value: ABCDEFGH
02-01-2023 10:05:14:FINISHED TEST : isParamCoverterFoundByAutodiscoveryUsedTest()
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.21 s - in ee.jakarta.tck.ws.rs.servlet3.rs.ext.paramconverter.autodiscovery.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.servlet3.rs.applicationpath.JAXRSClientIT
02-01-2023 10:05:14:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:14:STARTING TEST : applicationPathAnnotationEncodedTest()
02-01-2023 10:05:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_applicationpath/ApplicationPath!/Resource HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:05:14:FINISHED TEST : applicationPathAnnotationEncodedTest()
02-01-2023 10:05:14:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:14:STARTING TEST : applicationPathAnnotationNotUsedTest()
02-01-2023 10:05:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_applicationpath/Resource HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:05:14:Received expected status code Not Found
02-01-2023 10:05:14:FINISHED TEST : applicationPathAnnotationNotUsedTest()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s - in ee.jakarta.tck.ws.rs.servlet3.rs.applicationpath.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.signaturetest.jaxrs.JAXRSSigTestIT
02-01-2023 10:05:14:$$$ SigTestEE.setup() called
02-01-2023 10:05:14:$$$ SigTestEE.setup() complete
[ERROR] WARNING: An illegal reflective access operation has occurred
[ERROR] WARNING: Illegal reflective access by com.sun.tdk.signaturetest.loaders.TigerRefgClassDescrLoader (file:/home/jenkins/.m2/repository/org/netbeans/tools/sigtest-maven-plugin/1.4/sigtest-maven-plugin-1.4.jar) to field java.lang.Class.ANNOTATION
[ERROR] WARNING: Please consider reporting this to the maintainers of com.sun.tdk.signaturetest.loaders.TigerRefgClassDescrLoader
[ERROR] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
[ERROR] WARNING: All illegal access operations will be denied in a future release
02-01-2023 10:05:14:$$$ JAXRSSigTestIT.signatureTest() called
02-01-2023 10:05:14:mapFile location is :/tmp/sig-test16722555738198184727.map
02-01-2023 10:05:14:packageFile location is :/tmp/sig-test-pkg-list878736648033248052.txt
02-01-2023 10:05:14:Package version from mapfile :3.1.0
02-01-2023 10:05:14:signature File location is :/tmp/jakarta.ws.rs.sig_3.1.0
02-01-2023 10:05:14:Executing JImage
02-01-2023 10:05:14:/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/jimage extract --dir=/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/jersey-tck/target/jdk11-bundle /opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/modules
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
02-01-2023 10:05:16:JImage RC = 0
02-01-2023 10:05:16:optionalPkgToIgnore = jakarta.xml.bind
02-01-2023 10:05:16:********** BEGIN PACKAGE LEVEL SIGNATURE VALIDATION **********


02-01-2023 10:05:16:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs' **********

02-01-2023 10:05:16:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES ****
02-01-2023 10:05:16:Static mode supports checks of static constants values 
null
02-01-2023 10:05:17:********** Status Report 'jakarta.ws.rs' **********

02-01-2023 10:05:17:SignatureTest report
Base version: 3.1.0
Tested version: 3.1.0
Check mode: src [throws normalized]
Constant checking: on



02-01-2023 10:05:17:********** Package 'jakarta.ws.rs' - PASSED (STATIC MODE) **********
02-01-2023 10:05:17:


02-01-2023 10:05:17:********** VALIDATE IN REFLECTIVE MODE  ****
02-01-2023 10:05:17:Reflective mode supports verification within containers (ie ejb, servlet, etc)
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
null
02-01-2023 10:05:17:********** Status Report 'jakarta.ws.rs' **********

02-01-2023 10:05:17:SignatureTest report
Base version: 3.1.0
Tested version: 3.1.0
Check mode: src [throws normalized]
Constant checking: on



02-01-2023 10:05:17:********** Package 'jakarta.ws.rs' - PASSED (REFLECTION MODE) **********
02-01-2023 10:05:17:********** END VALIDATE PACKAGE 'jakarta.ws.rs' **********

02-01-2023 10:05:17:

02-01-2023 10:05:17:

02-01-2023 10:05:17:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.client' **********

02-01-2023 10:05:17:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES ****
02-01-2023 10:05:17:Static mode supports checks of static constants values 
null
02-01-2023 10:05:17:********** Status Report 'jakarta.ws.rs.client' **********

02-01-2023 10:05:17:SignatureTest report
Base version: 3.1.0
Tested version: 3.1.0
Check mode: src [throws normalized]
Constant checking: on



02-01-2023 10:05:17:********** Package 'jakarta.ws.rs.client' - PASSED (STATIC MODE) **********
02-01-2023 10:05:17:


02-01-2023 10:05:17:********** VALIDATE IN REFLECTIVE MODE  ****
02-01-2023 10:05:17:Reflective mode supports verification within containers (ie ejb, servlet, etc)
null
02-01-2023 10:05:17:********** Status Report 'jakarta.ws.rs.client' **********

02-01-2023 10:05:17:SignatureTest report
Base version: 3.1.0
Tested version: 3.1.0
Check mode: src [throws normalized]
Constant checking: on



02-01-2023 10:05:17:********** Package 'jakarta.ws.rs.client' - PASSED (REFLECTION MODE) **********
02-01-2023 10:05:17:********** END VALIDATE PACKAGE 'jakarta.ws.rs.client' **********

02-01-2023 10:05:17:

02-01-2023 10:05:17:

02-01-2023 10:05:17:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.core' **********

02-01-2023 10:05:17:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES ****
02-01-2023 10:05:17:Static mode supports checks of static constants values 
null
02-01-2023 10:05:17:********** Status Report 'jakarta.ws.rs.core' **********

02-01-2023 10:05:17:SignatureTest report
Base version: 3.1.0
Tested version: 3.1.0
Check mode: src [throws normalized]
Constant checking: on



02-01-2023 10:05:17:********** Package 'jakarta.ws.rs.core' - PASSED (STATIC MODE) **********
02-01-2023 10:05:17:


02-01-2023 10:05:17:********** VALIDATE IN REFLECTIVE MODE  ****
02-01-2023 10:05:17:Reflective mode supports verification within containers (ie ejb, servlet, etc)
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
null
02-01-2023 10:05:17:********** Status Report 'jakarta.ws.rs.core' **********

02-01-2023 10:05:17:SignatureTest report
Base version: 3.1.0
Tested version: 3.1.0
Check mode: src [throws normalized]
Constant checking: on



02-01-2023 10:05:17:********** Package 'jakarta.ws.rs.core' - PASSED (REFLECTION MODE) **********
02-01-2023 10:05:17:********** END VALIDATE PACKAGE 'jakarta.ws.rs.core' **********

02-01-2023 10:05:17:

02-01-2023 10:05:17:

02-01-2023 10:05:17:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.container' **********

02-01-2023 10:05:17:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES ****
02-01-2023 10:05:17:Static mode supports checks of static constants values 
null
02-01-2023 10:05:17:********** Status Report 'jakarta.ws.rs.container' **********

02-01-2023 10:05:17:SignatureTest report
Base version: 3.1.0
Tested version: 3.1.0
Check mode: src [throws normalized]
Constant checking: on



02-01-2023 10:05:17:********** Package 'jakarta.ws.rs.container' - PASSED (STATIC MODE) **********
02-01-2023 10:05:17:


02-01-2023 10:05:17:********** VALIDATE IN REFLECTIVE MODE  ****
02-01-2023 10:05:17:Reflective mode supports verification within containers (ie ejb, servlet, etc)
null
02-01-2023 10:05:18:********** Status Report 'jakarta.ws.rs.container' **********

02-01-2023 10:05:18:SignatureTest report
Base version: 3.1.0
Tested version: 3.1.0
Check mode: src [throws normalized]
Constant checking: on



02-01-2023 10:05:18:********** Package 'jakarta.ws.rs.container' - PASSED (REFLECTION MODE) **********
02-01-2023 10:05:18:********** END VALIDATE PACKAGE 'jakarta.ws.rs.container' **********

02-01-2023 10:05:18:

02-01-2023 10:05:18:

02-01-2023 10:05:18:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.ext' **********

02-01-2023 10:05:18:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES ****
02-01-2023 10:05:18:Static mode supports checks of static constants values 
null
02-01-2023 10:05:18:********** Status Report 'jakarta.ws.rs.ext' **********

02-01-2023 10:05:18:SignatureTest report
Base version: 3.1.0
Tested version: 3.1.0
Check mode: src [throws normalized]
Constant checking: on



02-01-2023 10:05:18:********** Package 'jakarta.ws.rs.ext' - PASSED (STATIC MODE) **********
02-01-2023 10:05:18:


02-01-2023 10:05:18:********** VALIDATE IN REFLECTIVE MODE  ****
02-01-2023 10:05:18:Reflective mode supports verification within containers (ie ejb, servlet, etc)
null
02-01-2023 10:05:18:********** Status Report 'jakarta.ws.rs.ext' **********

02-01-2023 10:05:18:SignatureTest report
Base version: 3.1.0
Tested version: 3.1.0
Check mode: src [throws normalized]
Constant checking: on



02-01-2023 10:05:18:********** Package 'jakarta.ws.rs.ext' - PASSED (REFLECTION MODE) **********
02-01-2023 10:05:18:********** END VALIDATE PACKAGE 'jakarta.ws.rs.ext' **********

02-01-2023 10:05:18:

02-01-2023 10:05:18:

02-01-2023 10:05:18:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.sse' **********

02-01-2023 10:05:18:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES ****
02-01-2023 10:05:18:Static mode supports checks of static constants values 
null
02-01-2023 10:05:18:********** Status Report 'jakarta.ws.rs.sse' **********

02-01-2023 10:05:18:SignatureTest report
Base version: 3.1.0
Tested version: 3.1.0
Check mode: src [throws normalized]
Constant checking: on



02-01-2023 10:05:18:********** Package 'jakarta.ws.rs.sse' - PASSED (STATIC MODE) **********
02-01-2023 10:05:18:


02-01-2023 10:05:18:********** VALIDATE IN REFLECTIVE MODE  ****
02-01-2023 10:05:18:Reflective mode supports verification within containers (ie ejb, servlet, etc)
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
null
02-01-2023 10:05:18:********** Status Report 'jakarta.ws.rs.sse' **********

02-01-2023 10:05:18:SignatureTest report
Base version: 3.1.0
Tested version: 3.1.0
Check mode: src [throws normalized]
Constant checking: on



02-01-2023 10:05:18:********** Package 'jakarta.ws.rs.sse' - PASSED (REFLECTION MODE) **********
02-01-2023 10:05:18:********** END VALIDATE PACKAGE 'jakarta.ws.rs.sse' **********

02-01-2023 10:05:18:

02-01-2023 10:05:18:

02-01-2023 10:05:18:******************************************************
******************************************************
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)
	******************************************************
******************************************************

02-01-2023 10:05:18:$$$ JAXRSSigTestIT.signatureTest() returning
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.648 s - in ee.jakarta.tck.ws.rs.signaturetest.jaxrs.JAXRSSigTestIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.client.invocations.JAXRSClientIT
02-01-2023 10:05:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:18:STARTING TEST : synchronousTest()
02-01-2023 10:05:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call' to target server at 'localhost:8080'
02-01-2023 10:05:18:###############################
02-01-2023 10:05:18:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call
02-01-2023 10:05:18:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:18:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:18:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:18:  TRACE: [WIRE] - << Content-Length: 53
02-01-2023 10:05:18:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:18:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:18:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.invocations.Resource
02-01-2023 10:05:18:FINISHED TEST : synchronousTest()
02-01-2023 10:05:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:18:STARTING TEST : invocationFromLinkTwoMediaTypesTest()
02-01-2023 10:05:18:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/mediatype
02-01-2023 10:05:18:  TRACE: [WIRE] - >> Accept:application/atom+xml,text/html
02-01-2023 10:05:18:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:18:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:18:  TRACE: [WIRE] - << Content-Length: 29
02-01-2023 10:05:18:  TRACE: [WIRE] - << Content-Type: application/atom+xml
02-01-2023 10:05:18:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:18:FINISHED TEST : invocationFromLinkTwoMediaTypesTest()
02-01-2023 10:05:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:18:STARTING TEST : invocationFromLinkApplicationJsonMediaTypeTest()
02-01-2023 10:05:18:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/mediatype
02-01-2023 10:05:18:  TRACE: [WIRE] - >> Accept:application/json
02-01-2023 10:05:18:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:18:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:18:  TRACE: [WIRE] - << Content-Length: 16
02-01-2023 10:05:18:  TRACE: [WIRE] - << Content-Type: application/json
02-01-2023 10:05:18:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:18:FINISHED TEST : invocationFromLinkApplicationJsonMediaTypeTest()
02-01-2023 10:05:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:18:STARTING TEST : asynchronousTest()
02-01-2023 10:05:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call' to target server at 'localhost:8080'
02-01-2023 10:05:18:###############################
02-01-2023 10:05:18:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call
02-01-2023 10:05:18:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:18:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:18:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:18:  TRACE: [WIRE] - << Content-Length: 53
02-01-2023 10:05:18:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:18:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:18:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.invocations.Resource
02-01-2023 10:05:18:FINISHED TEST : asynchronousTest()
02-01-2023 10:05:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:18:STARTING TEST : invocationFromLinkTextXmlMediaTypeTest()
02-01-2023 10:05:18:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/mediatype
02-01-2023 10:05:18:  TRACE: [WIRE] - >> Accept:text/xml
02-01-2023 10:05:18:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:18:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:18:  TRACE: [WIRE] - << Content-Length: 8
02-01-2023 10:05:18:  TRACE: [WIRE] - << Content-Type: text/xml
02-01-2023 10:05:18:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:18:FINISHED TEST : invocationFromLinkTextXmlMediaTypeTest()
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.395 s - in ee.jakarta.tck.ws.rs.spec.client.invocations.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.client.resource.JAXRSClientIT
02-01-2023 10:05:18:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:18:STARTING TEST : checkClientConceptTest()
02-01-2023 10:05:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_resource_web/resource/concept' to target server at 'localhost:8080'
02-01-2023 10:05:18:###############################
02-01-2023 10:05:18:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_resource_web/resource/concept
02-01-2023 10:05:18:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:18:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:18:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:18:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:05:18:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:18:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:18:  TRACE: [WIRE] - << concept
02-01-2023 10:05:18:FINISHED TEST : checkClientConceptTest()
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s - in ee.jakarta.tck.ws.rs.spec.client.resource.JAXRSClientIT
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
[INFO] Running ee.jakarta.tck.ws.rs.spec.client.typedentities.JAXRSClientIT
02-01-2023 10:05:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:19:STARTING TEST : clientReaderWriterTest()
02-01-2023 10:05:19:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080'
02-01-2023 10:05:19:###############################
02-01-2023 10:05:19:[Request] Adding entity: java.io.InputStreamReader@4775313b
02-01-2023 10:05:19:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter
02-01-2023 10:05:19:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:05:19:  TRACE: [WIRE] - >> java.io.InputStreamReader@4775313b
02-01-2023 10:05:19:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Length: 55
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:19:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
02-01-2023 10:05:19:FINISHED TEST : clientReaderWriterTest()
02-01-2023 10:05:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:19:STARTING TEST : clientReaderReaderTest()
02-01-2023 10:05:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'
02-01-2023 10:05:19:###############################
02-01-2023 10:05:19:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
02-01-2023 10:05:19:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:19:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Length: 55
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:19:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
02-01-2023 10:05:19:FINISHED TEST : clientReaderReaderTest()
02-01-2023 10:05:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:19:STARTING TEST : clientByteArrayWriterTest()
02-01-2023 10:05:19:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080'
02-01-2023 10:05:19:###############################
02-01-2023 10:05:19:[Request] Adding entity: [B@71a8da97
02-01-2023 10:05:19:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter
02-01-2023 10:05:19:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:05:19:  TRACE: [WIRE] - >> [B@71a8da97
02-01-2023 10:05:19:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Length: 55
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:19:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
02-01-2023 10:05:19:FINISHED TEST : clientByteArrayWriterTest()
02-01-2023 10:05:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:19:STARTING TEST : clientSourceWriterTest()
02-01-2023 10:05:19:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080'
02-01-2023 10:05:19:###############################
02-01-2023 10:05:19:[Request] Adding entity: javax.xml.transform.stream.StreamSource@7911601
02-01-2023 10:05:19:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter
02-01-2023 10:05:19:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml
02-01-2023 10:05:19:  TRACE: [WIRE] - >> javax.xml.transform.stream.StreamSource@7911601
02-01-2023 10:05:19:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Length: 104
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:19:  TRACE: [WIRE] - << <?xml version="1.0" encoding="UTF-8"?><xml>ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource</xml>
02-01-2023 10:05:19:FINISHED TEST : clientSourceWriterTest()
02-01-2023 10:05:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:19:STARTING TEST : clientInputStreamWriterTest()
02-01-2023 10:05:19:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080'
02-01-2023 10:05:19:###############################
02-01-2023 10:05:19:[Request] Adding entity: java.io.ByteArrayInputStream@6989df14
02-01-2023 10:05:19:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter
02-01-2023 10:05:19:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:05:19:  TRACE: [WIRE] - >> java.io.ByteArrayInputStream@6989df14
02-01-2023 10:05:19:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Length: 55
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:19:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
02-01-2023 10:05:19:FINISHED TEST : clientInputStreamWriterTest()
02-01-2023 10:05:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:19:STARTING TEST : clientMultivaluedMapWriterTest()
02-01-2023 10:05:19:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080'
02-01-2023 10:05:19:###############################
02-01-2023 10:05:19:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.SinglevaluedMap@29fb9e80
02-01-2023 10:05:19:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter
02-01-2023 10:05:19:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
02-01-2023 10:05:19:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.common.impl.SinglevaluedMap@29fb9e80
02-01-2023 10:05:19:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Length: 111
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:19:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource=ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
02-01-2023 10:05:19:FINISHED TEST : clientMultivaluedMapWriterTest()
02-01-2023 10:05:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:19:STARTING TEST : clientByteArrayReaderTest()
02-01-2023 10:05:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'
02-01-2023 10:05:19:###############################
02-01-2023 10:05:19:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
02-01-2023 10:05:19:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:19:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Length: 55
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:19:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
02-01-2023 10:05:19:FINISHED TEST : clientByteArrayReaderTest()
02-01-2023 10:05:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:19:STARTING TEST : clientSourceReaderTest()
02-01-2023 10:05:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'
02-01-2023 10:05:19:###############################
02-01-2023 10:05:19:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
02-01-2023 10:05:19:  TRACE: [WIRE] - >> Accept:text/xml
02-01-2023 10:05:19:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Length: 76
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Type: text/xml
02-01-2023 10:05:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:19:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource</resource>
02-01-2023 10:05:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'
02-01-2023 10:05:19:###############################
02-01-2023 10:05:19:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
02-01-2023 10:05:19:  TRACE: [WIRE] - >> Accept:application/xml
02-01-2023 10:05:19:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Length: 76
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Type: application/xml
02-01-2023 10:05:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:19:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource</resource>
02-01-2023 10:05:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'
02-01-2023 10:05:19:###############################
02-01-2023 10:05:19:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
02-01-2023 10:05:19:  TRACE: [WIRE] - >> Accept:application/atom+xml
02-01-2023 10:05:19:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Length: 76
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Type: application/atom+xml
02-01-2023 10:05:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:19:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource</resource>
02-01-2023 10:05:19:FINISHED TEST : clientSourceReaderTest()
02-01-2023 10:05:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:19:STARTING TEST : clientInputStreamReaderTest()
02-01-2023 10:05:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'
02-01-2023 10:05:19:###############################
02-01-2023 10:05:19:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
02-01-2023 10:05:19:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:19:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Length: 55
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:19:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
02-01-2023 10:05:19:FINISHED TEST : clientInputStreamReaderTest()
02-01-2023 10:05:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:19:STARTING TEST : clientAnyReaderUsageTest()
02-01-2023 10:05:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/readerprovider' to target server at 'localhost:8080'
02-01-2023 10:05:19:###############################
02-01-2023 10:05:19:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/readerprovider
02-01-2023 10:05:19:  TRACE: [WIRE] - >> Accept:text/xml
02-01-2023 10:05:19:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Length: 94
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Type: text/xml
02-01-2023 10:05:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:19:  TRACE: [WIRE] - << <READABLEWRITEABLE>ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource</READABLEWRITEABLE>
02-01-2023 10:05:19:FINISHED TEST : clientAnyReaderUsageTest()
02-01-2023 10:05:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:19:STARTING TEST : clientMultivaluedMapReaderTest()
02-01-2023 10:05:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'
02-01-2023 10:05:19:###############################
02-01-2023 10:05:19:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
02-01-2023 10:05:19:  TRACE: [WIRE] - >> Accept:application/x-www-form-urlencoded
02-01-2023 10:05:19:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Length: 55
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Type: application/x-www-form-urlencoded
02-01-2023 10:05:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:19:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
02-01-2023 10:05:19:FINISHED TEST : clientMultivaluedMapReaderTest()
02-01-2023 10:05:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:19:STARTING TEST : clientStringWriterTest()
02-01-2023 10:05:19:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080'
02-01-2023 10:05:19:###############################
02-01-2023 10:05:19:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
02-01-2023 10:05:19:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter
02-01-2023 10:05:19:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:05:19:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
02-01-2023 10:05:19:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Length: 55
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:19:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
02-01-2023 10:05:19:FINISHED TEST : clientStringWriterTest()
02-01-2023 10:05:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:19:STARTING TEST : clientDataSourceWriterTest()
02-01-2023 10:05:19:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080'
02-01-2023 10:05:19:###############################
02-01-2023 10:05:19:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.StringDataSource@162676c3
02-01-2023 10:05:19:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter
02-01-2023 10:05:19:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:05:19:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.common.impl.StringDataSource@162676c3
02-01-2023 10:05:19:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Length: 55
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:19:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
02-01-2023 10:05:19:FINISHED TEST : clientDataSourceWriterTest()
02-01-2023 10:05:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:19:STARTING TEST : clientStreamingOutputWriterTest()
02-01-2023 10:05:19:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080'
02-01-2023 10:05:19:###############################
02-01-2023 10:05:19:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.StringStreamingOutput@30205f5b
02-01-2023 10:05:19:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter
02-01-2023 10:05:19:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
02-01-2023 10:05:19:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.common.impl.StringStreamingOutput@30205f5b
02-01-2023 10:05:19:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Length: 55
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:19:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
02-01-2023 10:05:19:FINISHED TEST : clientStreamingOutputWriterTest()
02-01-2023 10:05:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:19:STARTING TEST : clientFileWriterTest()
02-01-2023 10:05:19:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080'
02-01-2023 10:05:19:###############################
02-01-2023 10:05:19:[Request] Adding entity: /tmp/tckjaxrs13111123326274646311.tmp
02-01-2023 10:05:19:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter
02-01-2023 10:05:19:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:05:19:  TRACE: [WIRE] - >> /tmp/tckjaxrs13111123326274646311.tmp
02-01-2023 10:05:19:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Length: 55
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:19:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
02-01-2023 10:05:19:FINISHED TEST : clientFileWriterTest()
02-01-2023 10:05:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:19:STARTING TEST : clientAnyWriterUsageTest()
02-01-2023 10:05:19:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/writerprovider' to target server at 'localhost:8080'
02-01-2023 10:05:19:###############################
02-01-2023 10:05:19:[Request] Adding entity: 1339633069677106930
02-01-2023 10:05:19:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/writerprovider
02-01-2023 10:05:19:  TRACE: [WIRE] - >> Accept:text/xml, Content-Type:*/*
02-01-2023 10:05:19:  TRACE: [WIRE] - >> 1339633069677106930
02-01-2023 10:05:19:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Length: 58
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Type: text/xml
02-01-2023 10:05:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:19:  TRACE: [WIRE] - << <READABLEWRITEABLE>1339633069677106930</READABLEWRITEABLE>
02-01-2023 10:05:19:FINISHED TEST : clientAnyWriterUsageTest()
02-01-2023 10:05:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:19:STARTING TEST : clientStringReaderTest()
02-01-2023 10:05:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'
02-01-2023 10:05:19:###############################
02-01-2023 10:05:19:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
02-01-2023 10:05:19:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:19:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Length: 55
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:19:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
02-01-2023 10:05:19:FINISHED TEST : clientStringReaderTest()
02-01-2023 10:05:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:19:STARTING TEST : clientDataSourceReaderTest()
02-01-2023 10:05:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'
02-01-2023 10:05:19:###############################
02-01-2023 10:05:19:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
02-01-2023 10:05:19:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:19:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Length: 55
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:19:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
02-01-2023 10:05:19:FINISHED TEST : clientDataSourceReaderTest()
02-01-2023 10:05:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:19:STARTING TEST : clientFileReaderTest()
02-01-2023 10:05:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'
02-01-2023 10:05:19:###############################
02-01-2023 10:05:19:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
02-01-2023 10:05:19:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:19:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Length: 55
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:19:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
02-01-2023 10:05:19:FINISHED TEST : clientFileReaderTest()
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.359 s - in ee.jakarta.tck.ws.rs.spec.client.typedentities.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.JAXRSClientIT
02-01-2023 10:05:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:19:STARTING TEST : clientJaxbElementWriterTest()
02-01-2023 10:05:19:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardwriter' to target server at 'localhost:8080'
02-01-2023 10:05:19:###############################
02-01-2023 10:05:19:[Request] Adding entity: jakarta.xml.bind.JAXBElement@2ce6b89e
02-01-2023 10:05:19:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardwriter
02-01-2023 10:05:19:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml
02-01-2023 10:05:19:  TRACE: [WIRE] - >> jakarta.xml.bind.JAXBElement@2ce6b89e
02-01-2023 10:05:19:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Length: 129
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:19:  TRACE: [WIRE] - << <?xml version="1.0" encoding="UTF-8" standalone="yes"?><>ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource</>
02-01-2023 10:05:19:FINISHED TEST : clientJaxbElementWriterTest()
02-01-2023 10:05:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:19:STARTING TEST : clientJaxbElementReaderTest()
02-01-2023 10:05:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader' to target server at 'localhost:8080'
02-01-2023 10:05:19:###############################
02-01-2023 10:05:19:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader
02-01-2023 10:05:19:  TRACE: [WIRE] - >> Accept:text/xml
02-01-2023 10:05:19:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Length: 90
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Type: text/xml
02-01-2023 10:05:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:19:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource</resource>
02-01-2023 10:05:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader' to target server at 'localhost:8080'
02-01-2023 10:05:19:###############################
02-01-2023 10:05:19:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader
02-01-2023 10:05:19:  TRACE: [WIRE] - >> Accept:application/xml
02-01-2023 10:05:19:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Length: 90
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Type: application/xml
02-01-2023 10:05:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:19:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource</resource>
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
02-01-2023 10:05:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader' to target server at 'localhost:8080'
02-01-2023 10:05:19:###############################
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
02-01-2023 10:05:19:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader
02-01-2023 10:05:19:  TRACE: [WIRE] - >> Accept:application/atom+xml
02-01-2023 10:05:19:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Length: 90
02-01-2023 10:05:19:  TRACE: [WIRE] - << Content-Type: application/atom+xml
02-01-2023 10:05:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:19:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource</resource>
02-01-2023 10:05:19:FINISHED TEST : clientJaxbElementReaderTest()
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.263 s - in ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.client.webtarget.JAXRSClientIT
02-01-2023 10:05:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:19:STARTING TEST : deepCopyConfigWebTargetLevelTest()
02-01-2023 10:05:19:FINISHED TEST : deepCopyConfigWebTargetLevelTest()
02-01-2023 10:05:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:19:STARTING TEST : imutableWithRespectToUriQueryResolveTemplateTest()
02-01-2023 10:05:19:Testing method queryParam([Ljava.lang.String;@67df9820)
02-01-2023 10:05:19:Testing 2 WebTargets
02-01-2023 10:05:19:Testing method queryParam(path[Ljava.lang.String;@2468f13)
02-01-2023 10:05:19:Testing 4 WebTargets
02-01-2023 10:05:19:Testing method queryParam(xyz[Ljava.lang.String;@5e889a88)
02-01-2023 10:05:19:Testing 8 WebTargets
02-01-2023 10:05:19:checked queryParam() method
02-01-2023 10:05:19:Testing method resolveTemplateFromEncoded()
02-01-2023 10:05:19:Testing 16 WebTargets
02-01-2023 10:05:19:Testing method resolveTemplateFromEncoded(pathxyz)
02-01-2023 10:05:19:Testing 32 WebTargets
02-01-2023 10:05:19:Testing method resolveTemplateFromEncoded(path/path/path)
02-01-2023 10:05:19:Testing 64 WebTargets
02-01-2023 10:05:19:checked resolveTemplateFromEncoded() method
02-01-2023 10:05:19:Testing method resolveTemplates({=path})
02-01-2023 10:05:19:Testing 128 WebTargets
02-01-2023 10:05:19:Testing method resolveTemplates({path=xyz})
02-01-2023 10:05:19:Testing 256 WebTargets
02-01-2023 10:05:19:checked resolveTemplates() method
02-01-2023 10:05:19:Testing method resolveTemplatesFromEncoded({path=xyz})
02-01-2023 10:05:19:Testing 512 WebTargets
02-01-2023 10:05:19:Testing method resolveTemplatesFromEncoded({path=xyz})
02-01-2023 10:05:19:Testing 1024 WebTargets
02-01-2023 10:05:19:checked resolveTemplatesFromEncoded() method
02-01-2023 10:05:19:FINISHED TEST : imutableWithRespectToUriQueryResolveTemplateTest()
02-01-2023 10:05:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:19:STARTING TEST : imutableWithRespectToUriMatrixPathTest()
02-01-2023 10:05:19:Testing method matrixParam([Ljava.lang.String;@1909e0bc)
02-01-2023 10:05:19:Testing 2 WebTargets
02-01-2023 10:05:19:Testing method matrixParam(matrix[Ljava.lang.String;@2ae0e86a)
02-01-2023 10:05:19:Testing 4 WebTargets
02-01-2023 10:05:19:checked matrixParam() method
02-01-2023 10:05:19:Testing method path()
02-01-2023 10:05:19:Testing 8 WebTargets
02-01-2023 10:05:19:Testing method path(/)
02-01-2023 10:05:19:Testing 16 WebTargets
02-01-2023 10:05:19:Testing method path(path)
02-01-2023 10:05:19:Testing 32 WebTargets
02-01-2023 10:05:19:Testing method path(path/path/path)
02-01-2023 10:05:19:Testing 64 WebTargets
02-01-2023 10:05:19:checked path() method
02-01-2023 10:05:19:FINISHED TEST : imutableWithRespectToUriMatrixPathTest()
02-01-2023 10:05:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:19:STARTING TEST : mutableWithRespectToConfigTest()
02-01-2023 10:05:19:FINISHED TEST : mutableWithRespectToConfigTest()
02-01-2023 10:05:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:19:STARTING TEST : webTargetConfigNotImpactClientTest()
02-01-2023 10:05:19:FINISHED TEST : webTargetConfigNotImpactClientTest()
02-01-2023 10:05:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:19:STARTING TEST : deepCopyConfigClientLevelTest()
02-01-2023 10:05:19:FINISHED TEST : deepCopyConfigClientLevelTest()
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.36 s - in ee.jakarta.tck.ws.rs.spec.client.webtarget.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.client.instance.JAXRSClientIT
02-01-2023 10:05:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:19:Already registered 0 providers
02-01-2023 10:05:19:Already registered 0 properties
02-01-2023 10:05:19:STARTING TEST : defaultClientConfigurationPresetTest()
02-01-2023 10:05:19:FINISHED TEST : defaultClientConfigurationPresetTest()
02-01-2023 10:05:19:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:19:Already registered 0 providers
02-01-2023 10:05:19:Already registered 0 properties
02-01-2023 10:05:19:STARTING TEST : clientConfiguredTest()
02-01-2023 10:05:19: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
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s - in ee.jakarta.tck.ws.rs.spec.client.exceptions.ClientExceptionsIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.context.client.JAXRSClientIT
02-01-2023 10:05:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:20:STARTING TEST : clientWriterTest()
02-01-2023 10:05:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo' to target server at 'localhost:8080'
02-01-2023 10:05:20:###############################
02-01-2023 10:05:20:[Request] Adding entity: StringBean. To get a value, use rather #get() method.
02-01-2023 10:05:20:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo
02-01-2023 10:05:20:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:05:20:  TRACE: [WIRE] - >> StringBean. To get a value, use rather #get() method.
02-01-2023 10:05:20:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:20:  TRACE: [WIRE] - << Content-Length: 9
02-01-2023 10:05:20:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:20:  TRACE: [WIRE] - << 100010101
02-01-2023 10:05:20:@Context injected as expected
02-01-2023 10:05:20:FINISHED TEST : clientWriterTest()
02-01-2023 10:05:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:20:STARTING TEST : clientReaderTest()
02-01-2023 10:05:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo' to target server at 'localhost:8080'
02-01-2023 10:05:20:###############################
02-01-2023 10:05:20:[Request] Adding entity: stringbean
02-01-2023 10:05:20:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo
02-01-2023 10:05:20:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:05:20:  TRACE: [WIRE] - >> stringbean
02-01-2023 10:05:20:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:20:  TRACE: [WIRE] - << Content-Length: 10
02-01-2023 10:05:20:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:20:  TRACE: [WIRE] - << stringbean
02-01-2023 10:05:20:Injectables are 100010101
02-01-2023 10:05:20:@Context injected as expected
02-01-2023 10:05:20:FINISHED TEST : clientReaderTest()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s - in ee.jakarta.tck.ws.rs.spec.context.client.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.context.server.JAXRSClientIT
02-01-2023 10:05:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:20:STARTING TEST : methodArgumentsInjectionTest()
02-01-2023 10:05:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_context_server_web/resource/method' to target server at 'localhost:8080'
02-01-2023 10:05:20:###############################
02-01-2023 10:05:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_context_server_web/resource/method
02-01-2023 10:05:20:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:20:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:20:  TRACE: [WIRE] - << Content-Length: 9
02-01-2023 10:05:20:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:20:  TRACE: [WIRE] - << 111111111
02-01-2023 10:05:20:@Context injected as expected
02-01-2023 10:05:20:FINISHED TEST : methodArgumentsInjectionTest()
02-01-2023 10:05:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:20:STARTING TEST : serverWriterInjectionTest()
02-01-2023 10:05:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_server_web/resource/writer' to target server at 'localhost:8080'
02-01-2023 10:05:20:###############################
02-01-2023 10:05:20:[Request] Adding entity: 
02-01-2023 10:05:20:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_server_web/resource/writer
02-01-2023 10:05:20:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:05:20:  TRACE: [WIRE] - >> 
02-01-2023 10:05:20:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:20:  TRACE: [WIRE] - << Content-Length: 9
02-01-2023 10:05:20:  TRACE: [WIRE] - << Content-Type: application/json
02-01-2023 10:05:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:20:  TRACE: [WIRE] - << 111111111
02-01-2023 10:05:20:@Context injected as expected
02-01-2023 10:05:20:FINISHED TEST : serverWriterInjectionTest()
02-01-2023 10:05:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:20:STARTING TEST : resourceInjectionTest()
02-01-2023 10:05:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_context_server_web/resource/instance' to target server at 'localhost:8080'
02-01-2023 10:05:20:###############################
02-01-2023 10:05:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_context_server_web/resource/instance
02-01-2023 10:05:20:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:20:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:20:  TRACE: [WIRE] - << Content-Length: 9
02-01-2023 10:05:20:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:20:  TRACE: [WIRE] - << 111111111
02-01-2023 10:05:20:@Context injected as expected
02-01-2023 10:05:20:FINISHED TEST : resourceInjectionTest()
02-01-2023 10:05:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:20:STARTING TEST : serverReaderInjectionTest()
02-01-2023 10:05:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_server_web/resource/reader' to target server at 'localhost:8080'
02-01-2023 10:05:20:###############################
02-01-2023 10:05:20:[Request] Adding entity: 
02-01-2023 10:05:20:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_server_web/resource/reader
02-01-2023 10:05:20:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:05:20:  TRACE: [WIRE] - >> 
02-01-2023 10:05:20:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:20:  TRACE: [WIRE] - << Content-Length: 9
02-01-2023 10:05:20:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:20:  TRACE: [WIRE] - << 111111111
02-01-2023 10:05:20:@Context injected as expected
02-01-2023 10:05:20:FINISHED TEST : serverReaderInjectionTest()
02-01-2023 10:05:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:20:STARTING TEST : applicationInjectionTest()
02-01-2023 10:05:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_context_server_web/resource/application' to target server at 'localhost:8080'
02-01-2023 10:05:20:###############################
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
02-01-2023 10:05:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_context_server_web/resource/application
02-01-2023 10:05:20:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:20:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:20:  TRACE: [WIRE] - << Content-Length: 9
02-01-2023 10:05:20:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:20:  TRACE: [WIRE] - << 111111111
02-01-2023 10:05:20:@Context injected as expected
02-01-2023 10:05:20:FINISHED TEST : applicationInjectionTest()
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 s - in ee.jakarta.tck.ws.rs.spec.context.server.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.filter.dynamicfeature.JAXRSClientIT
02-01-2023 10:05:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:20:STARTING TEST : noBindingTest()
02-01-2023 10:05:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/nobinding' to target server at 'localhost:8080'
02-01-2023 10:05:20:###############################
02-01-2023 10:05:20:[Request] Adding entity: 0
02-01-2023 10:05:20:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/nobinding
02-01-2023 10:05:20:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:05:20:  TRACE: [WIRE] - >> 0
02-01-2023 10:05:20:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:20:  TRACE: [WIRE] - << Content-Length: 1
02-01-2023 10:05:20:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:20:  TRACE: [WIRE] - << 0
02-01-2023 10:05:20:Dynamic Bynding did not bind any filter or interceptor as expected
02-01-2023 10:05:20:FINISHED TEST : noBindingTest()
02-01-2023 10:05:20:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:20:STARTING TEST : dynamicBindingTest()
02-01-2023 10:05:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/dynamic' to target server at 'localhost:8080'
02-01-2023 10:05:20:###############################
02-01-2023 10:05:20:[Request] Adding entity: 0
02-01-2023 10:05:20:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/dynamic
02-01-2023 10:05:20:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:05:20:  TRACE: [WIRE] - >> 0
02-01-2023 10:05:20:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:20:  TRACE: [WIRE] - << Content-Length: 2
02-01-2023 10:05:20:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:20:  TRACE: [WIRE] - << 12
02-01-2023 10:05:20:Dynamic feature bound filter and interceptor as expected
02-01-2023 10:05:20:FINISHED TEST : dynamicBindingTest()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.246 s - in ee.jakarta.tck.ws.rs.spec.filter.dynamicfeature.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.filter.exception.JAXRSClientIT
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
02-01-2023 10:05:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:21:STARTING TEST : throwSecondExceptionFromMapperFirstFromInterceptorTest()
02-01-2023 10:05:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
02-01-2023 10:05:21:###############################
02-01-2023 10:05:21:[Request] Adding entity: 0
02-01-2023 10:05:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
02-01-2023 10:05:21:  TRACE: [WIRE] - >> Accept:*/*, AddTenInterceptorThrowsException:ThrowExceptionOnceAgain, Content-Type:*/*
02-01-2023 10:05:21:  TRACE: [WIRE] - >> 0
02-01-2023 10:05:21:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
02-01-2023 10:05:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:21:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Length: 1120
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:05:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:21:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - Internal Server Error</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Internal Server Error</p><p><b>description</b>The server encountered an internal error that prevented it from fulfilling this request.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:05:21:Exception has not been handled second time as expected
02-01-2023 10:05:21:FINISHED TEST : throwSecondExceptionFromMapperFirstFromInterceptorTest()
02-01-2023 10:05:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:21:STARTING TEST : throwSecondExceptionFromInterceptorFirstFromInterceptorTest()
02-01-2023 10:05:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
02-01-2023 10:05:21:###############################
02-01-2023 10:05:21:[Request] Adding entity: 0
02-01-2023 10:05:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
02-01-2023 10:05:21:  TRACE: [WIRE] - >> Accept:*/*, AddTenInterceptorThrowsException:AddTenInterceptorThrowsException, Content-Type:*/*
02-01-2023 10:05:21:  TRACE: [WIRE] - >> 0
02-01-2023 10:05:21:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
02-01-2023 10:05:21:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Length: 2141
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:05:21:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - Internal Server Error</h1><hr/><p><b>type</b> Exception report</p><p><b>message</b>Internal Server Error</p><p><b>description</b>The server encountered an internal error that prevented it from fulfilling this request.</p><p><b>exception</b> <pre>jakarta.servlet.ServletException: org.glassfish.jersey.server.internal.process.MappableException: java.lang.NumberFormatException: For input string: &quot;An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.&quot;</pre></p><p><b>root cause</b> <pre>org.glassfish.jersey.server.internal.process.MappableException: java.lang.NumberFormatException: For input string: &quot;An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.&quot;</pre></p><p><b>root cause</b> <pre>java.lang.NumberFormatException: For input string: &quot;An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.&quot;</pre></p><p><b>note</b> <u>The full stack traces of the exception and its root causes are available in the Eclipse GlassFish  7.0.0  logs.</u></p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:05:21:Exception has not been handled second time as expected
02-01-2023 10:05:21:FINISHED TEST : throwSecondExceptionFromInterceptorFirstFromInterceptorTest()
02-01-2023 10:05:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:21:STARTING TEST : throwNoExceptionFromPostMatchingFilterFirstFromPostMatchingFilterTest()
02-01-2023 10:05:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
02-01-2023 10:05:21:###############################
02-01-2023 10:05:21:[Request] Adding entity: 0
02-01-2023 10:05:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
02-01-2023 10:05:21:  TRACE: [WIRE] - >> Accept:*/*, PostMatchingFilterThrowsException:PostMatchingFilterThrowsException, Content-Type:*/*
02-01-2023 10:05:21:  TRACE: [WIRE] - >> 0
02-01-2023 10:05:21:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:21:  TRACE: [WIRE] - << PostMatchingFilterThrowsException: 500
02-01-2023 10:05:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:21:  TRACE: [WIRE] - << 111011
02-01-2023 10:05:21:Exception has not been handled second time as expected
02-01-2023 10:05:21:FINISHED TEST : throwNoExceptionFromPostMatchingFilterFirstFromPostMatchingFilterTest()
02-01-2023 10:05:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:21:STARTING TEST : throwExceptionOnInterceptorTest()
02-01-2023 10:05:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
02-01-2023 10:05:21:###############################
02-01-2023 10:05:21:[Request] Adding entity: 0
02-01-2023 10:05:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
02-01-2023 10:05:21:  TRACE: [WIRE] - >> Accept:*/*, AddTenInterceptorThrowsException:100, Content-Type:*/*
02-01-2023 10:05:21:  TRACE: [WIRE] - >> 0
02-01-2023 10:05:21:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Length: 5
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:21:  TRACE: [WIRE] - << 11111
02-01-2023 10:05:21:Exception has been handled as expected
02-01-2023 10:05:21:FINISHED TEST : throwExceptionOnInterceptorTest()
02-01-2023 10:05:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:21:STARTING TEST : throwNoExceptionFromPostMatchingFilterFirstFromInterceptorTest()
02-01-2023 10:05:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
02-01-2023 10:05:21:###############################
02-01-2023 10:05:21:[Request] Adding entity: 0
02-01-2023 10:05:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
02-01-2023 10:05:21:  TRACE: [WIRE] - >> Accept:*/*, AddTenInterceptorThrowsException:PostMatchingFilterThrowsException, Content-Type:*/*
02-01-2023 10:05:21:  TRACE: [WIRE] - >> 0
02-01-2023 10:05:21:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:21:  TRACE: [WIRE] - << PostMatchingFilterThrowsException: 500
02-01-2023 10:05:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:21:  TRACE: [WIRE] - << 111011
02-01-2023 10:05:21:Exception has not been handled second time as expected
02-01-2023 10:05:21:FINISHED TEST : throwNoExceptionFromPostMatchingFilterFirstFromInterceptorTest()
02-01-2023 10:05:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:21:STARTING TEST : throwSecondExceptionFromInterceptorFirstFromPostMatchingFilterTest()
02-01-2023 10:05:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
02-01-2023 10:05:21:###############################
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
02-01-2023 10:05:21:[Request] Adding entity: 0
02-01-2023 10:05:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
02-01-2023 10:05:21:  TRACE: [WIRE] - >> Accept:*/*, PostMatchingFilterThrowsException:AddTenInterceptorThrowsException, Content-Type:*/*
02-01-2023 10:05:21:  TRACE: [WIRE] - >> 0
02-01-2023 10:05:21:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
02-01-2023 10:05:21:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Length: 2141
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:05:21:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - Internal Server Error</h1><hr/><p><b>type</b> Exception report</p><p><b>message</b>Internal Server Error</p><p><b>description</b>The server encountered an internal error that prevented it from fulfilling this request.</p><p><b>exception</b> <pre>jakarta.servlet.ServletException: org.glassfish.jersey.server.internal.process.MappableException: java.lang.NumberFormatException: For input string: &quot;An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.&quot;</pre></p><p><b>root cause</b> <pre>org.glassfish.jersey.server.internal.process.MappableException: java.lang.NumberFormatException: For input string: &quot;An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.&quot;</pre></p><p><b>root cause</b> <pre>java.lang.NumberFormatException: For input string: &quot;An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.&quot;</pre></p><p><b>note</b> <u>The full stack traces of the exception and its root causes are available in the Eclipse GlassFish  7.0.0  logs.</u></p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:05:21:Exception has not been handled second time as expected
02-01-2023 10:05:21:FINISHED TEST : throwSecondExceptionFromInterceptorFirstFromPostMatchingFilterTest()
02-01-2023 10:05:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:21:STARTING TEST : noNameBoundInterceptorTest()
02-01-2023 10:05:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/nobinding' to target server at 'localhost:8080'
02-01-2023 10:05:21:###############################
02-01-2023 10:05:21:[Request] Adding entity: 0
02-01-2023 10:05:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/nobinding
02-01-2023 10:05:21:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:05:21:  TRACE: [WIRE] - >> 0
02-01-2023 10:05:21:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Length: 5
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:21:  TRACE: [WIRE] - << 10020
02-01-2023 10:05:21:Only Globally bound interceptor has been invoked as expected
02-01-2023 10:05:21:FINISHED TEST : noNameBoundInterceptorTest()
02-01-2023 10:05:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:21:STARTING TEST : throwSecondExceptionFromInterceptorFirstFromPreMatchingFilterTest()
02-01-2023 10:05:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
02-01-2023 10:05:21:###############################
02-01-2023 10:05:21:[Request] Adding entity: 0
02-01-2023 10:05:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
02-01-2023 10:05:21:  TRACE: [WIRE] - >> Accept:*/*, PreMatchingFilterThrowsException:AddTenInterceptorThrowsException, Content-Type:*/*
02-01-2023 10:05:21:  TRACE: [WIRE] - >> 0
02-01-2023 10:05:21:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
02-01-2023 10:05:21:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Length: 2141
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:05:21:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - Internal Server Error</h1><hr/><p><b>type</b> Exception report</p><p><b>message</b>Internal Server Error</p><p><b>description</b>The server encountered an internal error that prevented it from fulfilling this request.</p><p><b>exception</b> <pre>jakarta.servlet.ServletException: org.glassfish.jersey.server.internal.process.MappableException: java.lang.NumberFormatException: For input string: &quot;An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.&quot;</pre></p><p><b>root cause</b> <pre>org.glassfish.jersey.server.internal.process.MappableException: java.lang.NumberFormatException: For input string: &quot;An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.&quot;</pre></p><p><b>root cause</b> <pre>java.lang.NumberFormatException: For input string: &quot;An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.&quot;</pre></p><p><b>note</b> <u>The full stack traces of the exception and its root causes are available in the Eclipse GlassFish  7.0.0  logs.</u></p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:05:21:Exception has not been handled second time as expected
02-01-2023 10:05:21:FINISHED TEST : throwSecondExceptionFromInterceptorFirstFromPreMatchingFilterTest()
02-01-2023 10:05:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:21:STARTING TEST : throwExceptionOnPreMatchingFilterTest()
02-01-2023 10:05:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
02-01-2023 10:05:21:###############################
02-01-2023 10:05:21:[Request] Adding entity: 0
02-01-2023 10:05:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
02-01-2023 10:05:21:  TRACE: [WIRE] - >> Accept:*/*, PreMatchingFilterThrowsException:100, Content-Type:*/*
02-01-2023 10:05:21:  TRACE: [WIRE] - >> 0
02-01-2023 10:05:21:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Length: 5
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:21:  TRACE: [WIRE] - << 10110
02-01-2023 10:05:21:Exception has been handled as expected
02-01-2023 10:05:21:FINISHED TEST : throwExceptionOnPreMatchingFilterTest()
02-01-2023 10:05:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:21:STARTING TEST : throwSecondExceptionFromMapperFirstFromPreMatchingFilterTest()
02-01-2023 10:05:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
02-01-2023 10:05:21:###############################
02-01-2023 10:05:21:[Request] Adding entity: 0
02-01-2023 10:05:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
02-01-2023 10:05:21:  TRACE: [WIRE] - >> Accept:*/*, PreMatchingFilterThrowsException:ThrowExceptionOnceAgain, Content-Type:*/*
02-01-2023 10:05:21:  TRACE: [WIRE] - >> 0
02-01-2023 10:05:21:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
02-01-2023 10:05:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:21:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Length: 1120
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:05:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:21:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - Internal Server Error</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Internal Server Error</p><p><b>description</b>The server encountered an internal error that prevented it from fulfilling this request.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:05:21:Exception has not been handled second time as expected
02-01-2023 10:05:21:FINISHED TEST : throwSecondExceptionFromMapperFirstFromPreMatchingFilterTest()
02-01-2023 10:05:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:21:STARTING TEST : throwNoExceptionFromPostMatchingFilterFirstFromPreMatchingFilterTest()
02-01-2023 10:05:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
02-01-2023 10:05:21:###############################
02-01-2023 10:05:21:[Request] Adding entity: 0
02-01-2023 10:05:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
02-01-2023 10:05:21:  TRACE: [WIRE] - >> Accept:*/*, PreMatchingFilterThrowsException:PostMatchingFilterThrowsException, Content-Type:*/*
02-01-2023 10:05:21:  TRACE: [WIRE] - >> 0
02-01-2023 10:05:21:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:21:  TRACE: [WIRE] - << PostMatchingFilterThrowsException: 500
02-01-2023 10:05:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Length: 6
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:21:  TRACE: [WIRE] - << 110010
02-01-2023 10:05:21:Exception has not been handled second time as expected
02-01-2023 10:05:21:FINISHED TEST : throwNoExceptionFromPostMatchingFilterFirstFromPreMatchingFilterTest()
02-01-2023 10:05:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:21:STARTING TEST : throwExceptionOnPostMatchingFilterTest()
02-01-2023 10:05:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
02-01-2023 10:05:21:###############################
02-01-2023 10:05:21:[Request] Adding entity: 0
02-01-2023 10:05:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
02-01-2023 10:05:21:  TRACE: [WIRE] - >> Accept:*/*, PostMatchingFilterThrowsException:100, Content-Type:*/*
02-01-2023 10:05:21:  TRACE: [WIRE] - >> 0
02-01-2023 10:05:21:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Length: 5
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:21:  TRACE: [WIRE] - << 11111
02-01-2023 10:05:21:Exception has been handled as expected
02-01-2023 10:05:21:FINISHED TEST : throwExceptionOnPostMatchingFilterTest()
02-01-2023 10:05:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:21:STARTING TEST : throwSecondExceptionFromMapperFirstFromPostMatchingFilterTest()
02-01-2023 10:05:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
02-01-2023 10:05:21:###############################
02-01-2023 10:05:21:[Request] Adding entity: 0
02-01-2023 10:05:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
02-01-2023 10:05:21:  TRACE: [WIRE] - >> Accept:*/*, PostMatchingFilterThrowsException:ThrowExceptionOnceAgain, Content-Type:*/*
02-01-2023 10:05:21:  TRACE: [WIRE] - >> 0
02-01-2023 10:05:21:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
02-01-2023 10:05:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:21:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Length: 1120
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:05:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:21:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - Internal Server Error</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Internal Server Error</p><p><b>description</b>The server encountered an internal error that prevented it from fulfilling this request.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:05:21:Exception has not been handled second time as expected
02-01-2023 10:05:21:FINISHED TEST : throwSecondExceptionFromMapperFirstFromPostMatchingFilterTest()
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.451 s - in ee.jakarta.tck.ws.rs.spec.filter.exception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.filter.globalbinding.JAXRSClientIT
02-01-2023 10:05:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:21:STARTING TEST : nameBoundResourceTest()
02-01-2023 10:05:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_globalbinding_web/resource/bind' to target server at 'localhost:8080'
02-01-2023 10:05:21:###############################
02-01-2023 10:05:21:[Request] Adding entity: 0
02-01-2023 10:05:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_globalbinding_web/resource/bind
02-01-2023 10:05:21:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:05:21:  TRACE: [WIRE] - >> 0
02-01-2023 10:05:21:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Length: 2
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:21:  TRACE: [WIRE] - << 12
02-01-2023 10:05:21:Bound as expected
02-01-2023 10:05:21:FINISHED TEST : nameBoundResourceTest()
02-01-2023 10:05:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:21:STARTING TEST : globalBoundResourceTest()
02-01-2023 10:05:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_globalbinding_web/resource/nobind' to target server at 'localhost:8080'
02-01-2023 10:05:21:###############################
02-01-2023 10:05:21:[Request] Adding entity: 0
02-01-2023 10:05:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_globalbinding_web/resource/nobind
02-01-2023 10:05:21:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:05:21:  TRACE: [WIRE] - >> 0
02-01-2023 10:05:21:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Length: 2
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:21:  TRACE: [WIRE] - << 12
02-01-2023 10:05:21:Bound as expected
02-01-2023 10:05:21:FINISHED TEST : globalBoundResourceTest()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 s - in ee.jakarta.tck.ws.rs.spec.filter.globalbinding.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
02-01-2023 10:05:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:21:STARTING TEST : jaxbWriterContainerInterceptorTest()
02-01-2023 10:05:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getjaxb' to target server at 'localhost:8080'
02-01-2023 10:05:21:###############################
02-01-2023 10:05:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getjaxb
02-01-2023 10:05:21:  TRACE: [WIRE] - >> Accept:text/xml, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor
02-01-2023 10:05:21:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Length: 108
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Type: text/xml
02-01-2023 10:05:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:21:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor>
02-01-2023 10:05:21:JAXRS called registered writer interceptor for jaxb provider
02-01-2023 10:05:21:FINISHED TEST : jaxbWriterContainerInterceptorTest()
02-01-2023 10:05:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:21:STARTING TEST : stringReaderNoInterceptorTest()
02-01-2023 10:05:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080'
02-01-2023 10:05:21:###############################
02-01-2023 10:05:21:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring
02-01-2023 10:05:21:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:05:21:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:21:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Length: 77
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:21:  TRACE: [WIRE] - << <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:21:FINISHED TEST : stringReaderNoInterceptorTest()
02-01-2023 10:05:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:21:STARTING TEST : inputStreamReaderContainerInterceptorTest()
02-01-2023 10:05:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postinputstream' to target server at 'localhost:8080'
02-01-2023 10:05:21:###############################
02-01-2023 10:05:21:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postinputstream
02-01-2023 10:05:21:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/*
02-01-2023 10:05:21:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:21:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:21:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE
02-01-2023 10:05:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Length: 95
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:21:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor</interceptor>
02-01-2023 10:05:21:JAXRS called registered reader interceptor for inputstream provider
02-01-2023 10:05:21:FINISHED TEST : inputStreamReaderContainerInterceptorTest()
02-01-2023 10:05:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:21:STARTING TEST : dataSourceWriterContainerInterceptorTest()
02-01-2023 10:05:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getdatasource' to target server at 'localhost:8080'
02-01-2023 10:05:21:###############################
02-01-2023 10:05:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getdatasource
02-01-2023 10:05:21:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor
02-01-2023 10:05:21:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Length: 108
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:21:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor>
02-01-2023 10:05:21:JAXRS called registered writer interceptor for dataSource provider
02-01-2023 10:05:21:FINISHED TEST : dataSourceWriterContainerInterceptorTest()
02-01-2023 10:05:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:21:STARTING TEST : readerReaderNoInterceptorTest()
02-01-2023 10:05:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postreader' to target server at 'localhost:8080'
02-01-2023 10:05:21:###############################
02-01-2023 10:05:21:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postreader
02-01-2023 10:05:21:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:05:21:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:21:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Length: 77
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:21:  TRACE: [WIRE] - << <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:21:FINISHED TEST : readerReaderNoInterceptorTest()
02-01-2023 10:05:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:21:STARTING TEST : stringBeanWriterContainerInterceptorTest()
02-01-2023 10:05:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstringbean' to target server at 'localhost:8080'
02-01-2023 10:05:21:###############################
02-01-2023 10:05:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstringbean
02-01-2023 10:05:21:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor
02-01-2023 10:05:21:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Length: 108
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:21:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor>
02-01-2023 10:05:21:JAXRS called registered writer interceptor for StringBean provider
02-01-2023 10:05:21:FINISHED TEST : stringBeanWriterContainerInterceptorTest()
02-01-2023 10:05:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:21:STARTING TEST : stringWriterNoInterceptorTest()
02-01-2023 10:05:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstring' to target server at 'localhost:8080'
02-01-2023 10:05:21:###############################
02-01-2023 10:05:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstring
02-01-2023 10:05:21:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:21:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Length: 74
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:21:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource>
02-01-2023 10:05:21:FINISHED TEST : stringWriterNoInterceptorTest()
02-01-2023 10:05:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:21:STARTING TEST : byteArrayReaderNoInterceptorTest()
02-01-2023 10:05:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postbytearray' to target server at 'localhost:8080'
02-01-2023 10:05:21:###############################
02-01-2023 10:05:21:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postbytearray
02-01-2023 10:05:21:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:05:21:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:21:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Length: 77
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:21:  TRACE: [WIRE] - << <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:21:FINISHED TEST : byteArrayReaderNoInterceptorTest()
02-01-2023 10:05:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:21:STARTING TEST : stringBeanReaderNoInterceptorTest()
02-01-2023 10:05:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststringbean' to target server at 'localhost:8080'
02-01-2023 10:05:21:###############################
02-01-2023 10:05:21:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststringbean
02-01-2023 10:05:21:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:05:21:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:21:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Length: 77
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:21:  TRACE: [WIRE] - << <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:21:FINISHED TEST : stringBeanReaderNoInterceptorTest()
02-01-2023 10:05:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:21:STARTING TEST : readerWriterNoInterceptorTest()
02-01-2023 10:05:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getreader' to target server at 'localhost:8080'
02-01-2023 10:05:21:###############################
02-01-2023 10:05:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getreader
02-01-2023 10:05:21:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:21:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Length: 74
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:21:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource>
02-01-2023 10:05:21:FINISHED TEST : readerWriterNoInterceptorTest()
02-01-2023 10:05:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:21:STARTING TEST : inputStreamWriterContainerInterceptorTest()
02-01-2023 10:05:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getinputstream' to target server at 'localhost:8080'
02-01-2023 10:05:21:###############################
02-01-2023 10:05:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getinputstream
02-01-2023 10:05:21:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor
02-01-2023 10:05:21:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Length: 108
02-01-2023 10:05:21:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:21:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor>
02-01-2023 10:05:21:JAXRS called registered writer interceptor for inputstream provider
02-01-2023 10:05:21:FINISHED TEST : inputStreamWriterContainerInterceptorTest()
02-01-2023 10:05:21:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:21:STARTING TEST : byteArrayWriterNoInterceptorTest()
02-01-2023 10:05:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getbytearray' to target server at 'localhost:8080'
02-01-2023 10:05:21:###############################
02-01-2023 10:05:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getbytearray
02-01-2023 10:05:21:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 74
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource>
02-01-2023 10:05:22:FINISHED TEST : byteArrayWriterNoInterceptorTest()
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : stringBeanWriterNoInterceptorTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstringbean' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstringbean
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 74
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource>
02-01-2023 10:05:22:FINISHED TEST : stringBeanWriterNoInterceptorTest()
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : stringBeanWriterClientInterceptorTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:[Request] Adding entity: StringBean. To get a value, use rather #get() method.
02-01-2023 10:05:22:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/*
02-01-2023 10:05:22:  TRACE: [WIRE] - >> StringBean. To get a value, use rather #get() method.
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 95
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor>
02-01-2023 10:05:22:JAXRS called registered writer interceptor for StringBean provider
02-01-2023 10:05:22:FINISHED TEST : stringBeanWriterClientInterceptorTest()
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : fileWriterClientInterceptorTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:[Request] Adding entity: /tmp/temp16368778501601935749tmp
02-01-2023 10:05:22:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/*
02-01-2023 10:05:22:  TRACE: [WIRE] - >> /tmp/temp16368778501601935749tmp
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 95
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor>
02-01-2023 10:05:22:JAXRS called registered writer interceptor for file provider
02-01-2023 10:05:22:FINISHED TEST : fileWriterClientInterceptorTest()
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : byteArrayWriterClientInterceptorTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:[Request] Adding entity: [B@3dca92fd
02-01-2023 10:05:22:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/*
02-01-2023 10:05:22:  TRACE: [WIRE] - >> [B@3dca92fd
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 95
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor>
02-01-2023 10:05:22:JAXRS called registered writer interceptor for bytearray provider
02-01-2023 10:05:22:FINISHED TEST : byteArrayWriterClientInterceptorTest()
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : byteArrayReaderContainerInterceptorTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postbytearray' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:22:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postbytearray
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/*
02-01-2023 10:05:22:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 95
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor</interceptor>
02-01-2023 10:05:22:JAXRS called registered reader interceptor for bytearray provider
02-01-2023 10:05:22:FINISHED TEST : byteArrayReaderContainerInterceptorTest()
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : stringReaderContainerInterceptorTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:22:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/*
02-01-2023 10:05:22:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 95
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor</interceptor>
02-01-2023 10:05:22:JAXRS called registered reader interceptor for string provider
02-01-2023 10:05:22:FINISHED TEST : stringReaderContainerInterceptorTest()
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : sourceWriterNoInterceptorTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getsource' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getsource
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:text/xml
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 141
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: text/xml
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << <?xml version="1.0" encoding="UTF-8"?><stringsource><resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource></stringsource>
02-01-2023 10:05:22:FINISHED TEST : sourceWriterNoInterceptorTest()
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : dataSourceWriterClientInterceptorTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.StringDataSource@13ace63d
02-01-2023 10:05:22:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/*
02-01-2023 10:05:22:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.common.impl.StringDataSource@13ace63d
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 95
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor>
02-01-2023 10:05:22:JAXRS called registered writer interceptor for dataSource provider
02-01-2023 10:05:22:FINISHED TEST : dataSourceWriterClientInterceptorTest()
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : inputStreamWriterClientInterceptorTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:[Request] Adding entity: java.io.ByteArrayInputStream@79eb2ee9
02-01-2023 10:05:22:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/*
02-01-2023 10:05:22:  TRACE: [WIRE] - >> java.io.ByteArrayInputStream@79eb2ee9
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 95
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor>
02-01-2023 10:05:22:JAXRS called registered writer interceptor for inputstream provider
02-01-2023 10:05:22:FINISHED TEST : inputStreamWriterClientInterceptorTest()
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : inputStreamReaderNoInterceptorTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postinputstream' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:22:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postinputstream
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:05:22:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 77
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:22:FINISHED TEST : inputStreamReaderNoInterceptorTest()
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : fileReaderContainerInterceptorTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postfile' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:22:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postfile
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/*
02-01-2023 10:05:22:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 95
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor</interceptor>
02-01-2023 10:05:22:JAXRS called registered reader interceptor for file provider
02-01-2023 10:05:22:FINISHED TEST : fileReaderContainerInterceptorTest()
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : fileReaderNoInterceptorTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postfile' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:22:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postfile
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:05:22:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 77
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:22:FINISHED TEST : fileReaderNoInterceptorTest()
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : readerReaderContainerInterceptorTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postreader' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:22:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postreader
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/*
02-01-2023 10:05:22:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 95
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor</interceptor>
02-01-2023 10:05:22:JAXRS called registered reader interceptor for reader provider
02-01-2023 10:05:22:FINISHED TEST : readerReaderContainerInterceptorTest()
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : dataSourceReaderNoInterceptorTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:22:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:05:22:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 77
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:22:FINISHED TEST : dataSourceReaderNoInterceptorTest()
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : jaxbReaderNoInterceptorTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postjaxb' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:[Request] Adding entity: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:22:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postjaxb
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/xml
02-01-2023 10:05:22:  TRACE: [WIRE] - >> <?xml version="1.0" encoding="UTF-8" standalone="yes"?><content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 58
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: text/xml
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT
02-01-2023 10:05:22:FINISHED TEST : jaxbReaderNoInterceptorTest()
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : byteArrayWriterContainerInterceptorTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getbytearray' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
02-01-2023 10:05:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getbytearray
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 108
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor>
02-01-2023 10:05:22:JAXRS called registered writer interceptor for bytearray provider
02-01-2023 10:05:22:FINISHED TEST : byteArrayWriterContainerInterceptorTest()
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : inputStreamWriterNoInterceptorTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getinputstream' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getinputstream
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 74
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource>
02-01-2023 10:05:22:FINISHED TEST : inputStreamWriterNoInterceptorTest()
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : stringWriterContainerInterceptorTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstring' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstring
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 108
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor>
02-01-2023 10:05:22:JAXRS called registered writer interceptor for string provider
02-01-2023 10:05:22:FINISHED TEST : stringWriterContainerInterceptorTest()
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : jaxbReaderContainerInterceptorTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postjaxb' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:[Request] Adding entity: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:22:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postjaxb
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:text/xml
02-01-2023 10:05:22:  TRACE: [WIRE] - >> <?xml version="1.0" encoding="UTF-8" standalone="yes"?><content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 68
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: text/xml
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor
02-01-2023 10:05:22:JAXRS called registered reader interceptor for jaxb provider
02-01-2023 10:05:22:FINISHED TEST : jaxbReaderContainerInterceptorTest()
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : fileWriterNoInterceptorTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getfile' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getfile
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 74
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource>
02-01-2023 10:05:22:FINISHED TEST : fileWriterNoInterceptorTest()
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : fileWriterContainerInterceptorTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getfile' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getfile
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 108
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor>
02-01-2023 10:05:22:JAXRS called registered writer interceptor for file provider
02-01-2023 10:05:22:FINISHED TEST : fileWriterContainerInterceptorTest()
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : jaxbWriterClientInterceptorTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:[Request] Adding entity: GenericEntity{jakarta.xml.bind.JAXBElement@24341d63, jakarta.xml.bind.JAXBElement<java.lang.String>}
02-01-2023 10:05:22:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:text/xml
02-01-2023 10:05:22:  TRACE: [WIRE] - >> jakarta.xml.bind.JAXBElement@24341d63
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 95
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor>
02-01-2023 10:05:22:JAXRS called registered writer interceptor for JAXBElement provider
02-01-2023 10:05:22:FINISHED TEST : jaxbWriterClientInterceptorTest()
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : dataSourceReaderContainerInterceptorTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:22:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/*
02-01-2023 10:05:22:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 95
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor</interceptor>
02-01-2023 10:05:22:JAXRS called registered reader interceptor for dataSource provider
02-01-2023 10:05:22:FINISHED TEST : dataSourceReaderContainerInterceptorTest()
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : stringWriterClientInterceptorTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:22:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/*
02-01-2023 10:05:22:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 95
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor>
02-01-2023 10:05:22:JAXRS called registered writer interceptor for string provider
02-01-2023 10:05:22:FINISHED TEST : stringWriterClientInterceptorTest()
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : readerWriterContainerInterceptorTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getreader' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getreader
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 108
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor>
02-01-2023 10:05:22:JAXRS called registered writer interceptor for reader provider
02-01-2023 10:05:22:FINISHED TEST : readerWriterContainerInterceptorTest()
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : sourceWriterContainerInterceptorTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getsource' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getsource
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:text/xml, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 108
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: text/xml
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor>
02-01-2023 10:05:22:JAXRS called registered writer interceptor for source provider
02-01-2023 10:05:22:FINISHED TEST : sourceWriterContainerInterceptorTest()
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : dataSourceWriterNoInterceptorTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getdatasource' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getdatasource
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 74
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource>
02-01-2023 10:05:22:FINISHED TEST : dataSourceWriterNoInterceptorTest()
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : jaxbWriterNoInterceptorTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getjaxb' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getjaxb
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:text/xml
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 129
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: text/xml
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << <?xml version="1.0" encoding="UTF-8" standalone="yes"?><resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource>
02-01-2023 10:05:22:FINISHED TEST : jaxbWriterNoInterceptorTest()
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : readerWriterClientInterceptorTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:[Request] Adding entity: java.io.InputStreamReader@5968496f
02-01-2023 10:05:22:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/*
02-01-2023 10:05:22:  TRACE: [WIRE] - >> java.io.InputStreamReader@5968496f
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 95
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor>
02-01-2023 10:05:22:JAXRS called registered writer interceptor for reader provider
02-01-2023 10:05:22:FINISHED TEST : readerWriterClientInterceptorTest()
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : stringBeanReaderContainerInterceptorTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststringbean' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:22:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststringbean
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/*
02-01-2023 10:05:22:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 95
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor</interceptor>
02-01-2023 10:05:22:JAXRS called registered reader interceptor for StringBean provider
02-01-2023 10:05:22:FINISHED TEST : stringBeanReaderContainerInterceptorTest()
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.833 s - in ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : writerContextOnClientTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/poststring' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:[Request] Adding entity: [ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT]
02-01-2023 10:05:22:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/poststring
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.lastvalue.FirstWriterInterceptor, Content-Type:*/*
02-01-2023 10:05:22:  TRACE: [WIRE] - >> [ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT]
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.lastvalue.FirstWriterInterceptor
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 103
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.lastvalue.SecondWriterInterceptorjakarta.annotation.Prioritytext/plain
02-01-2023 10:05:22:Last values set in contexts were used as expected
02-01-2023 10:05:22:FINISHED TEST : writerContextOnClientTest()
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : writerContextOnContainerTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/getlist' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/getlist
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.lastvalue.FirstWriterInterceptor
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.lastvalue.FirstWriterInterceptor
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 103
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.lastvalue.SecondWriterInterceptorjakarta.annotation.Prioritytext/plain
02-01-2023 10:05:22:Last values set in contexts were used as expected
02-01-2023 10:05:22:FINISHED TEST : writerContextOnContainerTest()
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : readerContextOnContainerTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/postlist' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT
02-01-2023 10:05:22:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/postlist
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.lastvalue.FirstReaderInterceptor, Content-Type:*/*
02-01-2023 10:05:22:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 103
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.lastvalue.SecondReaderInterceptorjakarta.annotation.Prioritytext/plain
02-01-2023 10:05:22:Last values set in contexts were used as expected
02-01-2023 10:05:22:FINISHED TEST : readerContextOnContainerTest()
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : readerContextOnClientTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/poststring' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT
02-01-2023 10:05:22:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/poststring
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:05:22:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 56
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: */*
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT
02-01-2023 10:05:22:Last values set in contexts were used as expected
02-01-2023 10:05:22:FINISHED TEST : readerContextOnClientTest()
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 s - in ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.filter.namebinding.JAXRSClientIT
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : resourceAnnotatedFirstMethodInterceptedTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/all/hundred' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/all/hundred
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 3
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << 101
02-01-2023 10:05:22:Both name bound interceptors has been bound as expected
02-01-2023 10:05:22:FINISHED TEST : resourceAnnotatedFirstMethodInterceptedTest()
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : resourceAnnotatedSecondMethodInterceptedTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/all/thousand' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/all/thousand
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << 1011
02-01-2023 10:05:22:Both name bound interceptors has been bound as expected
02-01-2023 10:05:22:FINISHED TEST : resourceAnnotatedSecondMethodInterceptedTest()
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : singleInterceptorBoundTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/ten' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/ten
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 2
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << 11
02-01-2023 10:05:22:Interceptor has been bound as expected
02-01-2023 10:05:22:FINISHED TEST : singleInterceptorBoundTest()
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : readerWriterInterceptorBoundTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/echo' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:[Request] Adding entity: 1111
02-01-2023 10:05:22:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/echo
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:05:22:  TRACE: [WIRE] - >> 1111
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << 1113
02-01-2023 10:05:22:Reader and Writer interceptor has been bound as expected
02-01-2023 10:05:22:FINISHED TEST : readerWriterInterceptorBoundTest()
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : onlyPartOfUnionOfInterceptorsBoundTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/complement' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/complement
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 5
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << 10000
02-01-2023 10:05:22:No interceptor has been bound as expected
02-01-2023 10:05:22:FINISHED TEST : onlyPartOfUnionOfInterceptorsBoundTest()
02-01-2023 10:05:22:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:22:STARTING TEST : noInterceptorBoundTest()
02-01-2023 10:05:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/one' to target server at 'localhost:8080'
02-01-2023 10:05:22:###############################
02-01-2023 10:05:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/one
02-01-2023 10:05:22:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:22:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:22:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Length: 1
02-01-2023 10:05:22:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:22:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:22:  TRACE: [WIRE] - << 1
02-01-2023 10:05:22:No interceptor has been bound as expected
02-01-2023 10:05:22:FINISHED TEST : noInterceptorBoundTest()
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.289 s - in ee.jakarta.tck.ws.rs.spec.filter.namebinding.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.inheritance.JAXRSClientIT
02-01-2023 10:05:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:23:STARTING TEST : test1()
02-01-2023 10:05:23:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_inheritance_web/InheritanceTest HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:23:FINISHED TEST : test1()
02-01-2023 10:05:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:23:STARTING TEST : test2()
02-01-2023 10:05:23:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_inheritance_web/InheritanceTest1 HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:23:FINISHED TEST : test2()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.261 s - in ee.jakarta.tck.ws.rs.spec.inheritance.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.exceptionmapper.JAXRSClientIT
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
02-01-2023 10:05:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:23:STARTING TEST : throwableTest()
02-01-2023 10:05:23:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/throwable HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:23:FINISHED TEST : throwableTest()
02-01-2023 10:05:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:23:STARTING TEST : clientErrorExceptionTest()
02-01-2023 10:05:23:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/clienterror HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:23:FINISHED TEST : clientErrorExceptionTest()
02-01-2023 10:05:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:23:STARTING TEST : filterChainTest()
02-01-2023 10:05:23:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/chain HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:23:FINISHED TEST : filterChainTest()
02-01-2023 10:05:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:23:STARTING TEST : mappedExceptionTest()
02-01-2023 10:05:23:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/mapped HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:23:FINISHED TEST : mappedExceptionTest()
02-01-2023 10:05:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:23:STARTING TEST : exceptionTest()
02-01-2023 10:05:23:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/exception HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:23:FINISHED TEST : exceptionTest()
02-01-2023 10:05:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:23:STARTING TEST : runtimeExceptionTest()
02-01-2023 10:05:23:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/runtime HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:23:FINISHED TEST : runtimeExceptionTest()
02-01-2023 10:05:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:23:STARTING TEST : webapplicationExceptionTest()
02-01-2023 10:05:23:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/webapp HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:23:FINISHED TEST : webapplicationExceptionTest()
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.244 s - in ee.jakarta.tck.ws.rs.spec.provider.exceptionmapper.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.jaxbcontext.JAXRSClientIT
02-01-2023 10:05:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:23:STARTING TEST : readWriteProviderTest()
02-01-2023 10:05:23:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_jaxbcontext_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:23:FINISHED TEST : readWriteProviderTest()
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.263 s - in ee.jakarta.tck.ws.rs.spec.provider.jaxbcontext.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.overridestandard.JAXRSClientIT
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
02-01-2023 10:05:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:23:STARTING TEST : readWriteInputStreamProviderTest()
02-01-2023 10:05:23:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:23:FINISHED TEST : readWriteInputStreamProviderTest()
02-01-2023 10:05:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:23:STARTING TEST : readWriteStringProviderTest()
02-01-2023 10:05:23:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:23:FINISHED TEST : readWriteStringProviderTest()
02-01-2023 10:05:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:23:STARTING TEST : readWriteMapProviderTest()
02-01-2023 10:05:23:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/map HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:23:FINISHED TEST : readWriteMapProviderTest()
02-01-2023 10:05:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:23:STARTING TEST : readWriteReaderProviderTest()
02-01-2023 10:05:23:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:23:FINISHED TEST : readWriteReaderProviderTest()
02-01-2023 10:05:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:23:STARTING TEST : readWriteDataSourceProviderTest()
02-01-2023 10:05:23:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:23:FINISHED TEST : readWriteDataSourceProviderTest()
02-01-2023 10:05:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:23:STARTING TEST : readWriteBooleanProviderTest()
02-01-2023 10:05:23:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/boolean HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:23:FINISHED TEST : readWriteBooleanProviderTest()
02-01-2023 10:05:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:23:STARTING TEST : readWriteJaxbProviderTest()
02-01-2023 10:05:23:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:23:FINISHED TEST : readWriteJaxbProviderTest()
02-01-2023 10:05:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:23:STARTING TEST : readWriteStreamingOutputProviderTest()
02-01-2023 10:05:23:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:23:FINISHED TEST : readWriteStreamingOutputProviderTest()
02-01-2023 10:05:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:23:STARTING TEST : readWriteIntegerProviderTest()
02-01-2023 10:05:23:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/number HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:23:FINISHED TEST : readWriteIntegerProviderTest()
02-01-2023 10:05:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:23:STARTING TEST : readWriteSourceProviderTest()
02-01-2023 10:05:23:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/source HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:23:FINISHED TEST : readWriteSourceProviderTest()
02-01-2023 10:05:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:23:STARTING TEST : readWriteCharacterProviderTest()
02-01-2023 10:05:23:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/character HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:23:FINISHED TEST : readWriteCharacterProviderTest()
02-01-2023 10:05:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:23:STARTING TEST : readWriteByteArrayProviderTest()
02-01-2023 10:05:23:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:23:FINISHED TEST : readWriteByteArrayProviderTest()
02-01-2023 10:05:23:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:23:STARTING TEST : readWriteFileProviderTest()
02-01-2023 10:05:23:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:23:FINISHED TEST : readWriteFileProviderTest()
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 s - in ee.jakarta.tck.ws.rs.spec.provider.overridestandard.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.reader.JAXRSClientIT
02-01-2023 10:05:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:24:STARTING TEST : meadiaTypeDefaultTest()
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/appjava HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:FINISHED TEST : meadiaTypeDefaultTest()
02-01-2023 10:05:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:24:STARTING TEST : iterateAllAppJavaReadersTest()
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/appjava HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:FINISHED TEST : iterateAllAppJavaReadersTest()
02-01-2023 10:05:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:24:STARTING TEST : meadiaTypeContentTypeTest()
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:FINISHED TEST : meadiaTypeContentTypeTest()
02-01-2023 10:05:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:24:STARTING TEST : iterateFirstAppJavaReaderTest()
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/appjava HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:FINISHED TEST : iterateFirstAppJavaReaderTest()
02-01-2023 10:05:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:24:STARTING TEST : noEntityProviderTest()
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/appjava HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:05:24:FINISHED TEST : noEntityProviderTest()
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s - in ee.jakarta.tck.ws.rs.spec.provider.reader.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.sort.JAXRSClientIT
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
02-01-2023 10:05:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:24:STARTING TEST : contentTypeTextXmlGotTextWildCardTest()
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_sort_web/resource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:FINISHED TEST : contentTypeTextXmlGotTextWildCardTest()
02-01-2023 10:05:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:24:STARTING TEST : contentTypeTextPlainGotTextPlainTest()
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_sort_web/resource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:FINISHED TEST : contentTypeTextPlainGotTextPlainTest()
02-01-2023 10:05:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:24:STARTING TEST : contentTypeTextHmtlGotTextWildCardTest()
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_sort_web/resource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:FINISHED TEST : contentTypeTextHmtlGotTextWildCardTest()
02-01-2023 10:05:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:24:STARTING TEST : contentTypeApplicationGotWildCardTest()
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_sort_web/resource/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:FINISHED TEST : contentTypeApplicationGotWildCardTest()
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.226 s - in ee.jakarta.tck.ws.rs.spec.provider.sort.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.standard.JAXRSClientIT
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
02-01-2023 10:05:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:24:STARTING TEST : sourceProviderTest()
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/source HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/source HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/source HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/source HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/source HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:FINISHED TEST : sourceProviderTest()
02-01-2023 10:05:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:24:STARTING TEST : streamingOutputProviderTest()
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutputsvg HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:FINISHED TEST : streamingOutputProviderTest()
02-01-2023 10:05:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:24:STARTING TEST : fileProviderTest()
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/filesvg HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:FINISHED TEST : fileProviderTest()
02-01-2023 10:05:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:24:STARTING TEST : inputStreamProviderTest()
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstreamsvg HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:FINISHED TEST : inputStreamProviderTest()
02-01-2023 10:05:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:24:STARTING TEST : stringProviderTest()
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/stringsvg HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:FINISHED TEST : stringProviderTest()
02-01-2023 10:05:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:24:STARTING TEST : readerProviderTest()
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/readersvg HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:FINISHED TEST : readerProviderTest()
02-01-2023 10:05:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:24:STARTING TEST : byteArrayProviderTest()
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearraysvg HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:FINISHED TEST : byteArrayProviderTest()
02-01-2023 10:05:24:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:24:STARTING TEST : dataSourceProviderTest()
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasourcesvg HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:24:FINISHED TEST : dataSourceProviderTest()
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.514 s - in ee.jakarta.tck.ws.rs.spec.provider.standard.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.standardhaspriority.JAXRSClientIT
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : readWriteMapProviderTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/map' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:[Request] Adding entity: {map=[map]}
02-01-2023 10:05:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/map
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:application/x-www-form-urlencoded, Content-Type:application/x-www-form-urlencoded
02-01-2023 10:05:25:  TRACE: [WIRE] - >> {map=[map]}
02-01-2023 10:05:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Type: application/x-www-form-urlencoded
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:  TRACE: [WIRE] - << map=map
02-01-2023 10:05:25:FINISHED TEST : readWriteMapProviderTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : readWriteBooleanProviderTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/boolean' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:[Request] Adding entity: false
02-01-2023 10:05:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/boolean
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
02-01-2023 10:05:25:  TRACE: [WIRE] - >> false
02-01-2023 10:05:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 5
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:  TRACE: [WIRE] - << false
02-01-2023 10:05:25:FINISHED TEST : readWriteBooleanProviderTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : readWriteJaxbProviderTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/jaxb' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:[Request] Adding entity: jakarta.xml.bind.JAXBElement@6f7ad697
02-01-2023 10:05:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/jaxb
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:application/xml, Content-Type:application/xml
02-01-2023 10:05:25:  TRACE: [WIRE] - >> jakarta.xml.bind.JAXBElement@6f7ad697
02-01-2023 10:05:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 72
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Type: application/xml
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:  TRACE: [WIRE] - << <?xml version="1.0" encoding="UTF-8" standalone="yes"?><jaxb>jaxb</jaxb>
02-01-2023 10:05:25:FINISHED TEST : readWriteJaxbProviderTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : readWriteIntegerProviderTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/number' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:[Request] Adding entity: 0
02-01-2023 10:05:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/number
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
02-01-2023 10:05:25:  TRACE: [WIRE] - >> 0
02-01-2023 10:05:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 1
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:  TRACE: [WIRE] - << 0
02-01-2023 10:05:25:FINISHED TEST : readWriteIntegerProviderTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : readWriteCharacterProviderTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/character' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:[Request] Adding entity: a
02-01-2023 10:05:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/character
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
02-01-2023 10:05:25:  TRACE: [WIRE] - >> a
02-01-2023 10:05:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 1
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:  TRACE: [WIRE] - << a
02-01-2023 10:05:25:FINISHED TEST : readWriteCharacterProviderTest()
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.311 s - in ee.jakarta.tck.ws.rs.spec.provider.standardhaspriority.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.standardnotnull.JAXRSClientIT
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : clientInputStreamProviderTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:FINISHED TEST : clientInputStreamProviderTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : serverDataSourceProviderTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/datasource' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/datasource
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 8
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:  TRACE: [WIRE] - << EXPECTED
02-01-2023 10:05:25:FINISHED TEST : serverDataSourceProviderTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : clientMultivaluedMapProviderTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:FINISHED TEST : clientMultivaluedMapProviderTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : serverFileProviderTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/file' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/file
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 8
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:  TRACE: [WIRE] - << EXPECTED
02-01-2023 10:05:25:FINISHED TEST : serverFileProviderTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : serverStringProviderTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/string' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/string
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 8
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:  TRACE: [WIRE] - << EXPECTED
02-01-2023 10:05:25:FINISHED TEST : serverStringProviderTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : clientDataSourceProviderTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:FINISHED TEST : clientDataSourceProviderTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : clientCharProviderTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
02-01-2023 10:05:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:Found expected NoContentException jakarta.ws.rs.core.NoContentException: Missing entity.
02-01-2023 10:05:25:FINISHED TEST : clientCharProviderTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : serverReaderProviderTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/reader' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/reader
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 8
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:  TRACE: [WIRE] - << EXPECTED
02-01-2023 10:05:25:FINISHED TEST : serverReaderProviderTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : serverBooleanProviderTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/boolean' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/boolean
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
02-01-2023 10:05:25:  TRACE: [WIRE] - << 400 BAD_REQUEST
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 1071
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 400 - Bad Request</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Bad Request</p><p><b>description</b>The request sent by the client was syntactically incorrect.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:05:25:FINISHED TEST : serverBooleanProviderTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : clientSourceProviderTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:FINISHED TEST : clientSourceProviderTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : clientJaxbProviderTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/null' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/null
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:application/xml
02-01-2023 10:05:25:  TRACE: [WIRE] - << 204 NO_CONTENT
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:Read JAXBElement entity is null as expected
02-01-2023 10:05:25:FINISHED TEST : clientJaxbProviderTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : serverIntegerProviderTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/integer' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/integer
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
02-01-2023 10:05:25:  TRACE: [WIRE] - << 400 BAD_REQUEST
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 1071
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 400 - Bad Request</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Bad Request</p><p><b>description</b>The request sent by the client was syntactically incorrect.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:05:25:FINISHED TEST : serverIntegerProviderTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : serverCharProviderTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/character' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/character
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
02-01-2023 10:05:25:  TRACE: [WIRE] - << 400 BAD_REQUEST
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 1071
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 400 - Bad Request</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Bad Request</p><p><b>description</b>The request sent by the client was syntactically incorrect.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:05:25:FINISHED TEST : serverCharProviderTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : clientByteArrayProviderTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:*/*
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
02-01-2023 10:05:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:FINISHED TEST : clientByteArrayProviderTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : serverInputStreamProviderTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/inputstream' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/inputstream
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 8
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:  TRACE: [WIRE] - << EXPECTED
02-01-2023 10:05:25:FINISHED TEST : serverInputStreamProviderTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : clientBooleanProviderTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:Found expected NoContentException jakarta.ws.rs.core.NoContentException: Missing entity.
02-01-2023 10:05:25:FINISHED TEST : clientBooleanProviderTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : clientStringProviderTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:FINISHED TEST : clientStringProviderTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : serverJaxbProviderTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/jaxb' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/jaxb
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml
02-01-2023 10:05:25:  TRACE: [WIRE] - << 400 BAD_REQUEST
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 1071
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 400 - Bad Request</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Bad Request</p><p><b>description</b>The request sent by the client was syntactically incorrect.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:05:25:FINISHED TEST : serverJaxbProviderTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : clientReaderProviderTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:FINISHED TEST : clientReaderProviderTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : serverStreamingOutputProviderTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/streamingoutput' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:[Request] Adding entity: StreamingOutput
02-01-2023 10:05:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/streamingoutput
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:05:25:  TRACE: [WIRE] - >> StreamingOutput
02-01-2023 10:05:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 15
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Type: application/octet-stream
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:  TRACE: [WIRE] - << StreamingOutput
02-01-2023 10:05:25:FINISHED TEST : serverStreamingOutputProviderTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : serverByteArrayProviderTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/bytearray' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/bytearray
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 8
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:  TRACE: [WIRE] - << EXPECTED
02-01-2023 10:05:25:FINISHED TEST : serverByteArrayProviderTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : serverBigDecimalProviderTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/bigdecimal' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/bigdecimal
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
02-01-2023 10:05:25:  TRACE: [WIRE] - << 400 BAD_REQUEST
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Connection: close
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 1071
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 400 - Bad Request</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Bad Request</p><p><b>description</b>The request sent by the client was syntactically incorrect.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:05:25:FINISHED TEST : serverBigDecimalProviderTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : clientFileProviderTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:FINISHED TEST : clientFileProviderTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : serverSourceProviderTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/source' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/source
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml
02-01-2023 10:05:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 8
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:  TRACE: [WIRE] - << EXPECTED
02-01-2023 10:05:25:FINISHED TEST : serverSourceProviderTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : clientIntegerProviderTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:Found expected NoContentException jakarta.ws.rs.core.NoContentException: Missing entity.
02-01-2023 10:05:25:FINISHED TEST : clientIntegerProviderTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : serverMultivaluedMapProviderTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/map' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/map
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
02-01-2023 10:05:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 8
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:  TRACE: [WIRE] - << EXPECTED
02-01-2023 10:05:25:FINISHED TEST : serverMultivaluedMapProviderTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : clientBigDecimalProviderTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:Found expected NoContentException jakarta.ws.rs.core.NoContentException: Missing entity.
02-01-2023 10:05:25:FINISHED TEST : clientBigDecimalProviderTest()
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.484 s - in ee.jakarta.tck.ws.rs.spec.provider.standardnotnull.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.standardwithjaxrsclient.JAXRSClientIT
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : readWriteProviderBigDecimalTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bigdecimal' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:[Request] Adding entity: 2147483647
02-01-2023 10:05:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bigdecimal
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
02-01-2023 10:05:25:  TRACE: [WIRE] - >> 2147483647
02-01-2023 10:05:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 10
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:  TRACE: [WIRE] - << 2147483647
02-01-2023 10:05:25:Found expected entity 2147483647
02-01-2023 10:05:25:FINISHED TEST : readWriteProviderBigDecimalTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : readWriteProviderDoubleTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bigdouble' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:[Request] Adding entity: 3.141592653589793
02-01-2023 10:05:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bigdouble
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
02-01-2023 10:05:25:  TRACE: [WIRE] - >> 3.141592653589793
02-01-2023 10:05:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 17
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:  TRACE: [WIRE] - << 3.141592653589793
02-01-2023 10:05:25:Found expected entity 3.141592653589793
02-01-2023 10:05:25:FINISHED TEST : readWriteProviderDoubleTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : readWriteProviderIntTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/int' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:[Request] Adding entity: 2147483647
02-01-2023 10:05:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/int
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
02-01-2023 10:05:25:  TRACE: [WIRE] - >> 2147483647
02-01-2023 10:05:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 10
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:  TRACE: [WIRE] - << 2147483647
02-01-2023 10:05:25:FINISHED TEST : readWriteProviderIntTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : readWriteProviderCharacterTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/character' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:[Request] Adding entity: x
02-01-2023 10:05:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/character
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
02-01-2023 10:05:25:  TRACE: [WIRE] - >> x
02-01-2023 10:05:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 1
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:  TRACE: [WIRE] - << x
02-01-2023 10:05:25:Found expected entity x
02-01-2023 10:05:25:FINISHED TEST : readWriteProviderCharacterTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : readWriteProviderCharTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/char' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:[Request] Adding entity: x
02-01-2023 10:05:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/char
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
02-01-2023 10:05:25:  TRACE: [WIRE] - >> x
02-01-2023 10:05:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 1
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:  TRACE: [WIRE] - << x
02-01-2023 10:05:25:FINISHED TEST : readWriteProviderCharTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : readWriteProviderIntegerTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/integer' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:[Request] Adding entity: 2147483647
02-01-2023 10:05:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/integer
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
02-01-2023 10:05:25:  TRACE: [WIRE] - >> 2147483647
02-01-2023 10:05:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 10
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:  TRACE: [WIRE] - << 2147483647
02-01-2023 10:05:25:Found expected entity 2147483647
02-01-2023 10:05:25:FINISHED TEST : readWriteProviderIntegerTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : mapElementProviderTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/map' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:[Request] Adding entity: {map=[map]}
02-01-2023 10:05:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/map
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:application/x-www-form-urlencoded, Content-Type:application/x-www-form-urlencoded
02-01-2023 10:05:25:  TRACE: [WIRE] - >> {map=[map]}
02-01-2023 10:05:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Type: application/x-www-form-urlencoded
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:  TRACE: [WIRE] - << map=map
02-01-2023 10:05:25:found expected MultivaluedMap {map=[map]}
02-01-2023 10:05:25:FINISHED TEST : mapElementProviderTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : readWriteProviderBoolTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bool' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:[Request] Adding entity: false
02-01-2023 10:05:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bool
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
02-01-2023 10:05:25:  TRACE: [WIRE] - >> false
02-01-2023 10:05:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 5
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:  TRACE: [WIRE] - << false
02-01-2023 10:05:25:FINISHED TEST : readWriteProviderBoolTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : readWriteProviderLongTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/long' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:[Request] Adding entity: 9223372036854775807
02-01-2023 10:05:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/long
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
02-01-2023 10:05:25:  TRACE: [WIRE] - >> 9223372036854775807
02-01-2023 10:05:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 19
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:  TRACE: [WIRE] - << 9223372036854775807
02-01-2023 10:05:25:FINISHED TEST : readWriteProviderLongTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : readWriteProviderBigLongTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/biglong' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:[Request] Adding entity: 9223372036854775807
02-01-2023 10:05:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/biglong
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
02-01-2023 10:05:25:  TRACE: [WIRE] - >> 9223372036854775807
02-01-2023 10:05:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 19
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:  TRACE: [WIRE] - << 9223372036854775807
02-01-2023 10:05:25:Found expected entity 9223372036854775807
02-01-2023 10:05:25:FINISHED TEST : readWriteProviderBigLongTest()
02-01-2023 10:05:25:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:25:STARTING TEST : readWriteProviderBooleanTest()
02-01-2023 10:05:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/boolean' to target server at 'localhost:8080'
02-01-2023 10:05:25:###############################
02-01-2023 10:05:25:[Request] Adding entity: true
02-01-2023 10:05:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/boolean
02-01-2023 10:05:25:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
02-01-2023 10:05:25:  TRACE: [WIRE] - >> true
02-01-2023 10:05:25:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Length: 4
02-01-2023 10:05:25:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:25:  TRACE: [WIRE] - << true
02-01-2023 10:05:25:Found expected entity true
02-01-2023 10:05:25:FINISHED TEST : readWriteProviderBooleanTest()
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 s - in ee.jakarta.tck.ws.rs.spec.provider.standardwithjaxrsclient.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.standardwithxmlbinding.JAXRSClientIT
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
02-01-2023 10:05:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:26:STARTING TEST : jaxbElementProviderTest()
02-01-2023 10:05:26:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standardwithxmlbinding_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:26 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:26:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standardwithxmlbinding_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:26 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:26:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standardwithxmlbinding_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:26 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:26:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standardwithxmlbinding_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:26 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:26:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standardwithxmlbinding_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:26 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:26:FINISHED TEST : jaxbElementProviderTest()
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 s - in ee.jakarta.tck.ws.rs.spec.provider.standardwithxmlbinding.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.visibility.JAXRSClientIT
02-01-2023 10:05:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:26:STARTING TEST : bodyWriterTest()
02-01-2023 10:05:26:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_visibility_web/resource/bodywriter HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:26 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:26:FINISHED TEST : bodyWriterTest()
02-01-2023 10:05:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:26:STARTING TEST : bodyReaderTest()
02-01-2023 10:05:26:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_visibility_web/resource/bodyreader HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:26 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:26:FINISHED TEST : bodyReaderTest()
02-01-2023 10:05:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:26:STARTING TEST : contextResolverTest()
02-01-2023 10:05:26:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_visibility_web/resource/contextresolver HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:26 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:26:FINISHED TEST : contextResolverTest()
02-01-2023 10:05:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:26:STARTING TEST : exceptionMapperTest()
02-01-2023 10:05:26:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_visibility_web/resource/exceptionmapper HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:26 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:26:FINISHED TEST : exceptionMapperTest()
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 s - in ee.jakarta.tck.ws.rs.spec.provider.visibility.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.writer.JAXRSClientIT
02-01-2023 10:05:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:26:STARTING TEST : supportXmlByDefaultWriterTest()
02-01-2023 10:05:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer' to target server at 'localhost:8080'
02-01-2023 10:05:26:###############################
02-01-2023 10:05:26:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.provider.writer.DefaultEntityWriter
02-01-2023 10:05:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer
02-01-2023 10:05:26:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:05:26:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.provider.writer.DefaultEntityWriter
02-01-2023 10:05:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:26:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:05:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportxml' to target server at 'localhost:8080'
02-01-2023 10:05:26:###############################
02-01-2023 10:05:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportxml
02-01-2023 10:05:26:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:26:  TRACE: [WIRE] - << Content-Length: 59
02-01-2023 10:05:26:  TRACE: [WIRE] - << Content-Type: application/xml
02-01-2023 10:05:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:26:  TRACE: [WIRE] - << AppAnyEntityWriter;DefaultEntityWriter;DEFAULTENTITYWRITER;
02-01-2023 10:05:26:FINISHED TEST : supportXmlByDefaultWriterTest()
02-01-2023 10:05:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:26:STARTING TEST : supportXmlByXmlWriterTest()
02-01-2023 10:05:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer' to target server at 'localhost:8080'
02-01-2023 10:05:26:###############################
02-01-2023 10:05:26:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.provider.writer.AppXmlObjectWriter
02-01-2023 10:05:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer
02-01-2023 10:05:26:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:05:26:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.provider.writer.AppXmlObjectWriter
02-01-2023 10:05:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:26:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:05:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportxml' to target server at 'localhost:8080'
02-01-2023 10:05:26:###############################
02-01-2023 10:05:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportxml
02-01-2023 10:05:26:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:26:  TRACE: [WIRE] - << Content-Length: 77
02-01-2023 10:05:26:  TRACE: [WIRE] - << Content-Type: application/xml
02-01-2023 10:05:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:26:  TRACE: [WIRE] - << AppAnyEntityWriter;DefaultEntityWriter;AppXmlObjectWriter;APPXMLOBJECTWRITER;
02-01-2023 10:05:26:FINISHED TEST : supportXmlByXmlWriterTest()
02-01-2023 10:05:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:26:STARTING TEST : supportAllTest()
02-01-2023 10:05:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer' to target server at 'localhost:8080'
02-01-2023 10:05:26:###############################
02-01-2023 10:05:26:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.provider.writer.DefaultEntityWriter
02-01-2023 10:05:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer
02-01-2023 10:05:26:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:05:26:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.provider.writer.DefaultEntityWriter
02-01-2023 10:05:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:26:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:05:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportall' to target server at 'localhost:8080'
02-01-2023 10:05:26:###############################
02-01-2023 10:05:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportall
02-01-2023 10:05:26:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:26:  TRACE: [WIRE] - << Content-Length: 137
02-01-2023 10:05:26:  TRACE: [WIRE] - << Content-Type: application/json
02-01-2023 10:05:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:26:  TRACE: [WIRE] - << AppJavaEntityWriter;AppAnyEntityWriter;DefaultEntityWriter;AppXmlObjectWriter;AppAnyEntityWriter;DefaultEntityWriter;DEFAULTENTITYWRITER;
02-01-2023 10:05:26:FINISHED TEST : supportAllTest()
02-01-2023 10:05:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:26:STARTING TEST : supportAppJavaTest()
02-01-2023 10:05:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer' to target server at 'localhost:8080'
02-01-2023 10:05:26:###############################
02-01-2023 10:05:26:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.provider.writer.AppJavaEntityWriter
02-01-2023 10:05:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer
02-01-2023 10:05:26:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:05:26:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.provider.writer.AppJavaEntityWriter
02-01-2023 10:05:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:26:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:05:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportmedia' to target server at 'localhost:8080'
02-01-2023 10:05:26:###############################
02-01-2023 10:05:26:[Request] Adding entity: application/java
02-01-2023 10:05:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportmedia
02-01-2023 10:05:26:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:05:26:  TRACE: [WIRE] - >> application/java
02-01-2023 10:05:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:26:  TRACE: [WIRE] - << Content-Length: 40
02-01-2023 10:05:26:  TRACE: [WIRE] - << Content-Type: application/java
02-01-2023 10:05:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:26:  TRACE: [WIRE] - << AppJavaEntityWriter;APPJAVAENTITYWRITER;
02-01-2023 10:05:26:FINISHED TEST : supportAppJavaTest()
02-01-2023 10:05:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:26:STARTING TEST : responseSubClassTest()
02-01-2023 10:05:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer' to target server at 'localhost:8080'
02-01-2023 10:05:26:###############################
02-01-2023 10:05:26:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.provider.writer.AppAnyEntityWriter
02-01-2023 10:05:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer
02-01-2023 10:05:26:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
02-01-2023 10:05:26:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.provider.writer.AppAnyEntityWriter
02-01-2023 10:05:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:26:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:05:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/subresponse' to target server at 'localhost:8080'
02-01-2023 10:05:26:###############################
02-01-2023 10:05:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/subresponse
02-01-2023 10:05:26:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:26:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:26:  TRACE: [WIRE] - << Content-Length: 96
02-01-2023 10:05:26:  TRACE: [WIRE] - << Content-Type: application/json
02-01-2023 10:05:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:26:  TRACE: [WIRE] - << AppJavaEntityWriter;AppAnyEntityWriter;AppXmlObjectWriter;AppAnyEntityWriter;APPANYENTITYWRITER;
02-01-2023 10:05:26:FINISHED TEST : responseSubClassTest()
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.24 s - in ee.jakarta.tck.ws.rs.spec.provider.writer.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.resource.annotationprecedence.subclass.JAXRSClientIT
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
02-01-2023 10:05:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:26:STARTING TEST : incorrectConsumesTest()
02-01-2023 10:05:26:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:05:26:FINISHED TEST : incorrectConsumesTest()
02-01-2023 10:05:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:26:STARTING TEST : incorrectPathOnClassAndRequestTest()
02-01-2023 10:05:26:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_subclass_web/super/post HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:05:26:FINISHED TEST : incorrectPathOnClassAndRequestTest()
02-01-2023 10:05:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:26:STARTING TEST : formParamTest()
02-01-2023 10:05:26:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:26 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:26:FINISHED TEST : formParamTest()
02-01-2023 10:05:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:26:STARTING TEST : incorrectPathOnClassTest()
02-01-2023 10:05:26:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/interfaceresource/put HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:05:26:FINISHED TEST : incorrectPathOnClassTest()
02-01-2023 10:05:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:26:STARTING TEST : correctProducesConsumesTest()
02-01-2023 10:05:26:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:05:26:FINISHED TEST : correctProducesConsumesTest()
02-01-2023 10:05:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:26:STARTING TEST : queryParamPqrTest()
02-01-2023 10:05:26:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put?pqr=hello HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:26 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:26:FINISHED TEST : queryParamPqrTest()
02-01-2023 10:05:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:26:STARTING TEST : correctRequestTest()
02-01-2023 10:05:26:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:05:26:FINISHED TEST : correctRequestTest()
02-01-2023 10:05:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:26:STARTING TEST : matrixParamPqrTest()
02-01-2023 10:05:26:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put;ijk=hello HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:26 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:26:FINISHED TEST : matrixParamPqrTest()
02-01-2023 10:05:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:26:STARTING TEST : correctTest()
02-01-2023 10:05:26:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:05:26:FINISHED TEST : correctTest()
02-01-2023 10:05:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:26:STARTING TEST : incorrectProdecesTest()
02-01-2023 10:05:26:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:05:26:FINISHED TEST : incorrectProdecesTest()
02-01-2023 10:05:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:26:STARTING TEST : incorrectPathOnMethodTest()
02-01-2023 10:05:26:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/post HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:05:26:FINISHED TEST : incorrectPathOnMethodTest()
02-01-2023 10:05:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:26:STARTING TEST : queryParamXyzTest()
02-01-2023 10:05:26:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put?xyz=hello HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:26 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:26:FINISHED TEST : queryParamXyzTest()
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 s - in ee.jakarta.tck.ws.rs.spec.resource.annotationprecedence.subclass.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.resource.annotationprecedence.JAXRSClientIT
02-01-2023 10:05:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:26:STARTING TEST : incorrectConsumesTest()
02-01-2023 10:05:26:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:05:26:FINISHED TEST : incorrectConsumesTest()
02-01-2023 10:05:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:26:STARTING TEST : formParamTest()
02-01-2023 10:05:26:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:26 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:26:FINISHED TEST : formParamTest()
02-01-2023 10:05:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:26:STARTING TEST : incorrectPathOnClassTest()
02-01-2023 10:05:26:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/interfaceresource/post HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:05:26:FINISHED TEST : incorrectPathOnClassTest()
02-01-2023 10:05:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:26:STARTING TEST : queryParamPqrTest()
02-01-2023 10:05:26:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post?pqr=hello HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:26 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:26:FINISHED TEST : queryParamPqrTest()
02-01-2023 10:05:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:26:STARTING TEST : correctRequestTest()
02-01-2023 10:05:26:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:05:26:FINISHED TEST : correctRequestTest()
02-01-2023 10:05:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:26:STARTING TEST : incorrectProducesConsumesTest()
02-01-2023 10:05:26:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:05:26:FINISHED TEST : incorrectProducesConsumesTest()
02-01-2023 10:05:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:26:STARTING TEST : correctTest()
02-01-2023 10:05:26:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:05:26:FINISHED TEST : correctTest()
02-01-2023 10:05:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:26:STARTING TEST : incorrectProdecesTest()
02-01-2023 10:05:26:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:05:26:FINISHED TEST : incorrectProdecesTest()
02-01-2023 10:05:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:26:STARTING TEST : incorrectPathOnMethodTest()
02-01-2023 10:05:26:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/get HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:05:26:FINISHED TEST : incorrectPathOnMethodTest()
02-01-2023 10:05:26:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:26:STARTING TEST : queryParamXyzTest()
02-01-2023 10:05:26:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post?xyz=hello HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:26 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:26:FINISHED TEST : queryParamXyzTest()
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.18 s - in ee.jakarta.tck.ws.rs.spec.resource.annotationprecedence.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.resource.locator.JAXRSClientIT
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : checkEntityIsNotSetTest()
02-01-2023 10:05:27:[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'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : checkEntityIsNotSetTest()
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 s - in ee.jakarta.tck.ws.rs.spec.resource.locator.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.resource.requestmatching.JAXRSClientIT
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : qualityOfSourceOnDifferentMediaTypesTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : qualityOfSourceOnDifferentMediaTypesTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : consumesCorrectContentTypeOnResourceLocatorTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/consumeslocator HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : consumesCorrectContentTypeOnResourceLocatorTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : producesOverridesDescendantSubResourcePathValueTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/subresource/sub HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : producesOverridesDescendantSubResourcePathValueTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : producesCorrectContentTypeOnResourceLocatorTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/produceslocator HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : producesCorrectContentTypeOnResourceLocatorTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : consumesOnResourceLocatorTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/consumeslocator HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : consumesOnResourceLocatorTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : concreteOverStarWhenAcceptStarTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : concreteOverStarWhenAcceptStarTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : producesOverridesDescendantSubResourcePathValueWeightTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : producesOverridesDescendantSubResourcePathValueWeightTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : headOnSubResourceTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'HEAD /jaxrs_spec_resource_requestmatching_web/resource/subresource/something HTTP/1.1' to target server at 'localhost:8080'
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : headOnSubResourceTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : resourceLocatorTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/locator/locator HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : resourceLocatorTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : locatorNameTooLongAgainTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/locator/locator/locator HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : locatorNameTooLongAgainTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : requestNotSupportedOnResourceTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_requestmatching_web/resource/something HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : requestNotSupportedOnResourceTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : producesCorrectContentTypeOnResourceTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/produces HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : producesCorrectContentTypeOnResourceTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : producesOnResourceTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/produces HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : producesOnResourceTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : consumesCorrectContentTypeOnResourceTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/consumes HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : consumesCorrectContentTypeOnResourceTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : consumesOnSubResourceLocatorTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/consumeslocator HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : consumesOnSubResourceLocatorTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : l2SubResourceLocatorTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'DELETE /jaxrs_spec_resource_requestmatching_web/resource/l2locator/l2locator HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : l2SubResourceLocatorTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : producesOnResourceLocatorTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/produceslocator HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : producesOnResourceLocatorTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : producesOverridesDescendantSubResourcePathValuePostTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/sub HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : producesOverridesDescendantSubResourcePathValuePostTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : consumesOverridesDescendantSubResourcePathValueTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/sub HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : consumesOverridesDescendantSubResourcePathValueTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : producesCorrectContentTypeOnSubResourceLocatorTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/produceslocator HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : producesCorrectContentTypeOnSubResourceLocatorTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : slashUriTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/ HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : slashUriTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : descendantSubResourcePathValueTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/sub HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : descendantSubResourcePathValueTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : slashAppNameTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'GET /resource HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:05:27:FINISHED TEST : slashAppNameTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : consumesOnResourceTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/consumes HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : consumesOnResourceTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : foundAnotherResourceLocatorByPathTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/locator/sub HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : foundAnotherResourceLocatorByPathTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : qualityDeterminesTextATest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : qualityDeterminesTextATest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : qualityDeterminesTextBTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : qualityDeterminesTextBTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : requestNotSupportedOnSubResourceLocatorTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_requestmatching_web/resource/consumeslocator HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : requestNotSupportedOnSubResourceLocatorTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : descendantResourcePathValueTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/subresource HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : descendantResourcePathValueTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : requestNotSupportedOnSubResourceTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_requestmatching_web/resource/subresource/something HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : requestNotSupportedOnSubResourceTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : requestNotSupportedOnResourceLocatorTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_requestmatching_web/resource/subresource/consumeslocator HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : requestNotSupportedOnResourceLocatorTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : producesOnSubResourceLocatorTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/produceslocator HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : producesOnSubResourceLocatorTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : locatorNameTooLongTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/locator/sub/locator HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : locatorNameTooLongTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : wrongAppNameTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_wrong/ HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:05:27:FINISHED TEST : wrongAppNameTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : optionsOnSubResourceTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_spec_resource_requestmatching_web/resource/subresource/something HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:05:27:Header Allow: GET found as expected
02-01-2023 10:05:27:FINISHED TEST : optionsOnSubResourceTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : consumesCorrectContentTypeOnSubResourceLocatorTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/consumeslocator HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : consumesCorrectContentTypeOnSubResourceLocatorTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : methodNotFoundTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/locator/test HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : methodNotFoundTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : concreteOverStarTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : concreteOverStarTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : slashWrongUriTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/wrong HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : slashWrongUriTest()
[INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 s - in ee.jakarta.tck.ws.rs.spec.resource.requestmatching.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.resource.responsemediatype.JAXRSClientIT
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : methodProducesTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/resource/method HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:05:27:FINISHED TEST : methodProducesTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : appPreferenceTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : appPreferenceTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : clientXmlHtmlPreferenceNoWeightOnServerTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/resource HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : clientXmlHtmlPreferenceNoWeightOnServerTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : imagePreferenceTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : imagePreferenceTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : responseOverrideNoProducesTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/nomedia/responseoverride HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:05:27:FINISHED TEST : responseOverrideNoProducesTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : noPreferenceTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : noPreferenceTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : clientXmlHtmlPreferenceTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : clientXmlHtmlPreferenceTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : responseOverrideTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/resource/responseoverride HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:05:27:FINISHED TEST : responseOverrideTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : mesageBodyWriterProducesTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/nomedia/list HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : mesageBodyWriterProducesTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : clientHtmlXmlPreferenceTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : clientHtmlXmlPreferenceTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : classProducesTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'HEAD /jaxrs_spec_resource_responsemediatype_web/resource/class HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : classProducesTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : clientAnyPreferenceTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : clientAnyPreferenceTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : responseNotAllowedToOverrideTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/resource/responseoverride HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:05:27:FINISHED TEST : responseNotAllowedToOverrideTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : textPreferenceTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : textPreferenceTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : defaultResponseErrorTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/error HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:05:27:FINISHED TEST : defaultResponseErrorTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : clientImagePreferenceTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:27:FINISHED TEST : clientImagePreferenceTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : defaultErrorTest()
02-01-2023 10:05:27:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/error HTTP/1.1' to target server at 'localhost:8080'
02-01-2023 10:05:27:FINISHED TEST : defaultErrorTest()
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 s - in ee.jakarta.tck.ws.rs.spec.resource.responsemediatype.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.resource.valueofandfromstring.JAXRSClientIT
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : enumQueryTest()
02-01-2023 10:05:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumquery?param=ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080'
02-01-2023 10:05:27:###############################
02-01-2023 10:05:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumquery?param=ASDFGHJKLQWERTYUIOPPPPPPP
02-01-2023 10:05:27:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:27:  TRACE: [WIRE] - << Content-Length: 10
02-01-2023 10:05:27:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:27:  TRACE: [WIRE] - << FROMSTRING
02-01-2023 10:05:27:FINISHED TEST : enumQueryTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : entityHeaderTest()
02-01-2023 10:05:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entityheader' to target server at 'localhost:8080'
02-01-2023 10:05:27:###############################
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
02-01-2023 10:05:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entityheader
02-01-2023 10:05:27:  TRACE: [WIRE] - >> Accept:*/*, param:ASDFGHJKLQWERTYUIOPPPPPPP
02-01-2023 10:05:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:27:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:05:27:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:27:  TRACE: [WIRE] - << VALUEOF
02-01-2023 10:05:27:FINISHED TEST : entityHeaderTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : enumCookieTest()
02-01-2023 10:05:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumcookie' to target server at 'localhost:8080'
02-01-2023 10:05:27:###############################
02-01-2023 10:05:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumcookie
02-01-2023 10:05:27:  TRACE: [WIRE] - >> Accept:*/*, Cookie:param=ASDFGHJKLQWERTYUIOPPPPPPP
02-01-2023 10:05:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:27:  TRACE: [WIRE] - << Content-Length: 10
02-01-2023 10:05:27:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:27:  TRACE: [WIRE] - << FROMSTRING
02-01-2023 10:05:27:FINISHED TEST : enumCookieTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : entityQueryTest()
02-01-2023 10:05:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entityquery?param=ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080'
02-01-2023 10:05:27:###############################
02-01-2023 10:05:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entityquery?param=ASDFGHJKLQWERTYUIOPPPPPPP
02-01-2023 10:05:27:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:27:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:05:27:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:27:  TRACE: [WIRE] - << VALUEOF
02-01-2023 10:05:27:FINISHED TEST : entityQueryTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : entityCookieTest()
02-01-2023 10:05:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitycookie' to target server at 'localhost:8080'
02-01-2023 10:05:27:###############################
02-01-2023 10:05:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitycookie
02-01-2023 10:05:27:  TRACE: [WIRE] - >> Accept:*/*, Cookie:param=ASDFGHJKLQWERTYUIOPPPPPPP
02-01-2023 10:05:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:27:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:05:27:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:27:  TRACE: [WIRE] - << VALUEOF
02-01-2023 10:05:27:FINISHED TEST : entityCookieTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : enumMaxtrixTest()
02-01-2023 10:05:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enummatrix;param=ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080'
02-01-2023 10:05:27:###############################
02-01-2023 10:05:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enummatrix;param=ASDFGHJKLQWERTYUIOPPPPPPP
02-01-2023 10:05:27:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:27:  TRACE: [WIRE] - << Content-Length: 10
02-01-2023 10:05:27:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:27:  TRACE: [WIRE] - << FROMSTRING
02-01-2023 10:05:27:FINISHED TEST : enumMaxtrixTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : entityMaxtrixTest()
02-01-2023 10:05:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitymatrix;param=ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080'
02-01-2023 10:05:27:###############################
02-01-2023 10:05:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitymatrix;param=ASDFGHJKLQWERTYUIOPPPPPPP
02-01-2023 10:05:27:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:27:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:05:27:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:27:  TRACE: [WIRE] - << VALUEOF
02-01-2023 10:05:27:FINISHED TEST : entityMaxtrixTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : enumPathTest()
02-01-2023 10:05:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumpath/ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080'
02-01-2023 10:05:27:###############################
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
02-01-2023 10:05:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumpath/ASDFGHJKLQWERTYUIOPPPPPPP
02-01-2023 10:05:27:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:27:  TRACE: [WIRE] - << Content-Length: 10
02-01-2023 10:05:27:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:27:  TRACE: [WIRE] - << FROMSTRING
02-01-2023 10:05:27:FINISHED TEST : enumPathTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : entityPathTest()
02-01-2023 10:05:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitypath/ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080'
02-01-2023 10:05:27:###############################
02-01-2023 10:05:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitypath/ASDFGHJKLQWERTYUIOPPPPPPP
02-01-2023 10:05:27:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:27:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:05:27:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:27:  TRACE: [WIRE] - << VALUEOF
02-01-2023 10:05:27:FINISHED TEST : entityPathTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : enumHeaderTest()
02-01-2023 10:05:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumheader' to target server at 'localhost:8080'
02-01-2023 10:05:27:###############################
02-01-2023 10:05:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumheader
02-01-2023 10:05:27:  TRACE: [WIRE] - >> Accept:*/*, param:ASDFGHJKLQWERTYUIOPPPPPPP
02-01-2023 10:05:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:27:  TRACE: [WIRE] - << Content-Length: 10
02-01-2023 10:05:27:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:27:  TRACE: [WIRE] - << FROMSTRING
02-01-2023 10:05:27:FINISHED TEST : enumHeaderTest()
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.308 s - in ee.jakarta.tck.ws.rs.spec.resource.valueofandfromstring.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.resourceconstructor.JAXRSClientIT
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : packageVisibilityTest()
02-01-2023 10:05:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/packageVisibility' to target server at 'localhost:8080'
02-01-2023 10:05:27:###############################
02-01-2023 10:05:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/packageVisibility
02-01-2023 10:05:27:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:27:  TRACE: [WIRE] - << 404 NOT_FOUND
02-01-2023 10:05:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:27:  TRACE: [WIRE] - << Content-Length: 1048
02-01-2023 10:05:27:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:05:27:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:05:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:27:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 404 - Not Found</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Not Found</p><p><b>description</b>The requested resource is not available.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:05:27:FINISHED TEST : packageVisibilityTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : constructorWithQueryParamUsedTest()
02-01-2023 10:05:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/query?param=ABCDEFGH' to target server at 'localhost:8080'
02-01-2023 10:05:27:###############################
02-01-2023 10:05:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/query?param=ABCDEFGH
02-01-2023 10:05:27:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:27:  TRACE: [WIRE] - << Content-Length: 8
02-01-2023 10:05:27:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:27:  TRACE: [WIRE] - << ABCDEFGH
02-01-2023 10:05:27:FINISHED TEST : constructorWithQueryParamUsedTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : privateVisibilityTest()
02-01-2023 10:05:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/privateVisibility' to target server at 'localhost:8080'
02-01-2023 10:05:27:###############################
02-01-2023 10:05:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/privateVisibility
02-01-2023 10:05:27:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:27:  TRACE: [WIRE] - << 404 NOT_FOUND
02-01-2023 10:05:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:27:  TRACE: [WIRE] - << Content-Length: 1048
02-01-2023 10:05:27:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:05:27:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:05:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:27:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 404 - Not Found</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Not Found</p><p><b>description</b>The requested resource is not available.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:05:27:FINISHED TEST : privateVisibilityTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : visibleTest()
02-01-2023 10:05:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/mostAttributes' to target server at 'localhost:8080'
02-01-2023 10:05:27:###############################
02-01-2023 10:05:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/mostAttributes
02-01-2023 10:05:27:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:27:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:27:  TRACE: [WIRE] - << Content-Length: 0
02-01-2023 10:05:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:27:FINISHED TEST : visibleTest()
02-01-2023 10:05:27:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:27:STARTING TEST : constructorWithMatrixParamUsedTest()
02-01-2023 10:05:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/matrix;param=ABCDEFGH' to target server at 'localhost:8080'
02-01-2023 10:05:27:###############################
02-01-2023 10:05:28:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/matrix;param=ABCDEFGH
02-01-2023 10:05:28:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:28:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:28:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:28:  TRACE: [WIRE] - << Content-Length: 8
02-01-2023 10:05:28:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:28:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:28:  TRACE: [WIRE] - << ABCDEFGH
02-01-2023 10:05:28:FINISHED TEST : constructorWithMatrixParamUsedTest()
02-01-2023 10:05:28:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:28:STARTING TEST : constructorWithHeaderParamUsedTest()
02-01-2023 10:05:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/header' to target server at 'localhost:8080'
02-01-2023 10:05:28:###############################
02-01-2023 10:05:28:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/header
02-01-2023 10:05:28:  TRACE: [WIRE] - >> Accept:*/*, param:ABCDEFGH
02-01-2023 10:05:28:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:28:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:28:  TRACE: [WIRE] - << Content-Length: 8
02-01-2023 10:05:28:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:28:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:28:  TRACE: [WIRE] - << ABCDEFGH
02-01-2023 10:05:28:FINISHED TEST : constructorWithHeaderParamUsedTest()
02-01-2023 10:05:28:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:28:STARTING TEST : constructorWithCookieParamUsedTest()
02-01-2023 10:05:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/cookie' to target server at 'localhost:8080'
02-01-2023 10:05:28:###############################
02-01-2023 10:05:28:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/cookie
02-01-2023 10:05:28:  TRACE: [WIRE] - >> Accept:*/*, Cookie:param=ABCDEFGH
02-01-2023 10:05:28:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:28:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:28:  TRACE: [WIRE] - << Content-Length: 8
02-01-2023 10:05:28:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:28:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:28:  TRACE: [WIRE] - << ABCDEFGH
02-01-2023 10:05:28:FINISHED TEST : constructorWithCookieParamUsedTest()
02-01-2023 10:05:28:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:28:STARTING TEST : constructorWithPathParamUsedTest()
02-01-2023 10:05:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/path/ABCDEFGH' to target server at 'localhost:8080'
02-01-2023 10:05:28:###############################
02-01-2023 10:05:28:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/path/ABCDEFGH
02-01-2023 10:05:28:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:28:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:28:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:28:  TRACE: [WIRE] - << Content-Length: 8
02-01-2023 10:05:28:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:28:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:28:  TRACE: [WIRE] - << ABCDEFGH
02-01-2023 10:05:28:FINISHED TEST : constructorWithPathParamUsedTest()
02-01-2023 10:05:28:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:28:STARTING TEST : protectedVisibilityTest()
02-01-2023 10:05:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/protectedVisibility' to target server at 'localhost:8080'
02-01-2023 10:05:28:###############################
02-01-2023 10:05:28:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/protectedVisibility
02-01-2023 10:05:28:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:28:  TRACE: [WIRE] - << 404 NOT_FOUND
02-01-2023 10:05:28:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:28:  TRACE: [WIRE] - << Content-Length: 1048
02-01-2023 10:05:28:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:05:28:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:05:28:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:28:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 404 - Not Found</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Not Found</p><p><b>description</b>The requested resource is not available.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:05:28:FINISHED TEST : protectedVisibilityTest()
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 s - in ee.jakarta.tck.ws.rs.spec.resourceconstructor.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.returntype.JAXRSClientIT
02-01-2023 10:05:28:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:28:STARTING TEST : voidTest()
02-01-2023 10:05:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/void' to target server at 'localhost:8080'
02-01-2023 10:05:28:###############################
02-01-2023 10:05:28:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/void
02-01-2023 10:05:28:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:28:  TRACE: [WIRE] - << 204 NO_CONTENT
02-01-2023 10:05:28:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:28:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:28:FINISHED TEST : voidTest()
02-01-2023 10:05:28:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:28:STARTING TEST : entityResponseTest()
02-01-2023 10:05:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodyresponsetest' to target server at 'localhost:8080'
02-01-2023 10:05:28:###############################
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
02-01-2023 10:05:28:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodyresponsetest
02-01-2023 10:05:28:  TRACE: [WIRE] - >> Accept:text/xml
02-01-2023 10:05:28:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:28:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:28:  TRACE: [WIRE] - << Content-Length: 58
02-01-2023 10:05:28:  TRACE: [WIRE] - << Content-Type: text/xml
02-01-2023 10:05:28:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:28:  TRACE: [WIRE] - << <READABLEWRITEABLE>6121223518891332649</READABLEWRITEABLE>
02-01-2023 10:05:28:FINISHED TEST : entityResponseTest()
02-01-2023 10:05:28:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:28:STARTING TEST : notAcceptableTest()
02-01-2023 10:05:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/notAcceptable' to target server at 'localhost:8080'
02-01-2023 10:05:28:###############################
02-01-2023 10:05:28:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/notAcceptable
02-01-2023 10:05:28:  TRACE: [WIRE] - >> Accept:text/html
02-01-2023 10:05:28:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
02-01-2023 10:05:28:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:28:  TRACE: [WIRE] - << Content-Length: 1176
02-01-2023 10:05:28:  TRACE: [WIRE] - << Content-Language: 
02-01-2023 10:05:28:  TRACE: [WIRE] - << Content-Type: text/html
02-01-2023 10:05:28:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:28:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  7.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 406 - Not Acceptable</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Not Acceptable</p><p><b>description</b>The resource identified by this request is only capable of generating responses with characteristics not acceptable according to the request "accept" headers.</p><hr/><h3>Eclipse GlassFish  7.0.0 </h3></body></html>
02-01-2023 10:05:28:FINISHED TEST : notAcceptableTest()
02-01-2023 10:05:28:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:28:STARTING TEST : nullGenericEntityTest()
02-01-2023 10:05:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullGenericEntityTest' to target server at 'localhost:8080'
02-01-2023 10:05:28:###############################
02-01-2023 10:05:28:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullGenericEntityTest
02-01-2023 10:05:28:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:28:  TRACE: [WIRE] - << 204 NO_CONTENT
02-01-2023 10:05:28:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:28:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:28:FINISHED TEST : nullGenericEntityTest()
02-01-2023 10:05:28:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:28:STARTING TEST : defaultStatusTest()
02-01-2023 10:05:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/default' to target server at 'localhost:8080'
02-01-2023 10:05:28:###############################
02-01-2023 10:05:28:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/default
02-01-2023 10:05:28:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:28:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:28:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:28:  TRACE: [WIRE] - << Content-Length: 7
02-01-2023 10:05:28:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:28:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:28:  TRACE: [WIRE] - << I am OK
02-01-2023 10:05:28:FINISHED TEST : defaultStatusTest()
02-01-2023 10:05:28:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:28:STARTING TEST : nullEntityResponseTest()
02-01-2023 10:05:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityResponse' to target server at 'localhost:8080'
02-01-2023 10:05:28:###############################
02-01-2023 10:05:28:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityResponse
02-01-2023 10:05:28:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:28:  TRACE: [WIRE] - << 204 NO_CONTENT
02-01-2023 10:05:28:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:28:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:28:FINISHED TEST : nullEntityResponseTest()
02-01-2023 10:05:28:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:28:STARTING TEST : genericEntityTest()
02-01-2023 10:05:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/genericEntityTest' to target server at 'localhost:8080'
02-01-2023 10:05:28:###############################
02-01-2023 10:05:28:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/genericEntityTest
02-01-2023 10:05:28:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:28:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:28:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:28:  TRACE: [WIRE] - << Content-Length: 36
02-01-2023 10:05:28:  TRACE: [WIRE] - << Content-Type: application/json
02-01-2023 10:05:28:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:28:  TRACE: [WIRE] - << 54f2f45b-da48-d429-2a79-7a2ded246a14
02-01-2023 10:05:28:FINISHED TEST : genericEntityTest()
02-01-2023 10:05:28:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:28:STARTING TEST : nullEntityTest()
02-01-2023 10:05:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityTest' to target server at 'localhost:8080'
02-01-2023 10:05:28:###############################
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
02-01-2023 10:05:28:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityTest
02-01-2023 10:05:28:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:28:  TRACE: [WIRE] - << 204 NO_CONTENT
02-01-2023 10:05:28:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:28:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:28:FINISHED TEST : nullEntityTest()
02-01-2023 10:05:28:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:28:STARTING TEST : nullResponseTest()
02-01-2023 10:05:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullResponse' to target server at 'localhost:8080'
02-01-2023 10:05:28:###############################
02-01-2023 10:05:28:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullResponse
02-01-2023 10:05:28:  TRACE: [WIRE] - >> Accept:*/*
02-01-2023 10:05:28:  TRACE: [WIRE] - << 204 NO_CONTENT
02-01-2023 10:05:28:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:28:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:28:FINISHED TEST : nullResponseTest()
02-01-2023 10:05:28:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:28:STARTING TEST : entityBodyTest()
02-01-2023 10:05:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodytest' to target server at 'localhost:8080'
02-01-2023 10:05:28:###############################
02-01-2023 10:05:28:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodytest
02-01-2023 10:05:28:  TRACE: [WIRE] - >> Accept:text/xml
02-01-2023 10:05:28:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:28:  TRACE: [WIRE] - << Server: Eclipse GlassFish  7.0.0
02-01-2023 10:05:28:  TRACE: [WIRE] - << Content-Length: 58
02-01-2023 10:05:28:  TRACE: [WIRE] - << Content-Type: text/xml
02-01-2023 10:05:28:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish  7.0.0  Java/Oracle Corporation/11)
02-01-2023 10:05:28:  TRACE: [WIRE] - << <READABLEWRITEABLE>6121223518891332649</READABLEWRITEABLE>
02-01-2023 10:05:28:FINISHED TEST : entityBodyTest()
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.237 s - in ee.jakarta.tck.ws.rs.spec.returntype.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.template.JAXRSClientIT
02-01-2023 10:05:28:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:28:STARTING TEST : Test1()
02-01-2023 10:05:28:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xyz HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:28 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:28:FINISHED TEST : Test1()
02-01-2023 10:05:28:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:28:STARTING TEST : Test2()
02-01-2023 10:05:28:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xyz/abc HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:28 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:28:FINISHED TEST : Test2()
02-01-2023 10:05:28:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:28:STARTING TEST : Test3()
02-01-2023 10:05:28:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xyz/abc/def HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:28 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:28:FINISHED TEST : Test3()
02-01-2023 10:05:28:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:28:STARTING TEST : Test4()
02-01-2023 10:05:28:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xy/abc/def HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:28 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:28:FINISHED TEST : Test4()
02-01-2023 10:05:28:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:28:STARTING TEST : Test5()
02-01-2023 10:05:28:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/abc/test.html HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:28 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:28:FINISHED TEST : Test5()
02-01-2023 10:05:28:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:28:STARTING TEST : Test6()
02-01-2023 10:05:28:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/abc/def/test.xml HTTP/1.1' to target server at 'localhost:8080'
Feb 01, 2023 10:05:28 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
02-01-2023 10:05:28:FINISHED TEST : Test6()
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.18 s - in ee.jakarta.tck.ws.rs.spec.template.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.contextprovider.JsonbContextProviderIT
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.379 s - in ee.jakarta.tck.ws.rs.spec.contextprovider.JsonbContextProviderIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.linkjaxblink.JAXRSClientIT
02-01-2023 10:05:28:STARTING TEST : uriConstructorTest()
02-01-2023 10:05:28:Link.JaxbLink.getUri() is protocol://domain2.domain1:port as expected
02-01-2023 10:05:28:Link.JaxbLink.getParams() is empty as expected
02-01-2023 10:05:28:FINISHED TEST : uriConstructorTest()
02-01-2023 10:05:28:STARTING TEST : defaultConstructorTest()
02-01-2023 10:05:28:Link.JaxbLink.getUri() is empty as expected
02-01-2023 10:05:28:Link.JaxbLink.getParams() is empty as expected
02-01-2023 10:05:28:FINISHED TEST : defaultConstructorTest()
02-01-2023 10:05:28:STARTING TEST : uriParamsConstructorTest()
02-01-2023 10:05:28:Link.JaxbLink.getUri() is protocol://domain2.domain1:port as expected
02-01-2023 10:05:28:Link.JaxbLink.getParams() contains qName as expected
02-01-2023 10:05:28:FINISHED TEST : uriParamsConstructorTest()
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in ee.jakarta.tck.ws.rs.api.rs.core.linkjaxblink.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.responsebuilder.BuilderClientIT
02-01-2023 10:05:28:STARTING TEST : languageTest()
02-01-2023 10:05:28:Correct status found in Response: 200


    Content Language en-us en-gb zh-cn was found


    Correct status found in Response: 200


    Content Language en-us en-gb zh-cn was found


    Correct status found in Response: 200


    Content Language en-us en-gb zh-cn was found
02-01-2023 10:05:28:FINISHED TEST : languageTest()
02-01-2023 10:05:28:STARTING TEST : getLocationNotPresentTest()
02-01-2023 10:05:28:#getLocation returns null as expected
02-01-2023 10:05:28:FINISHED TEST : getLocationNotPresentTest()
02-01-2023 10:05:28:STARTING TEST : getHeaderStringUsingHeaderDelegateTest()
02-01-2023 10:05:28:HeaderDelegate is used for header s3
02-01-2023 10:05:28:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest()
02-01-2023 10:05:28:STARTING TEST : getLinksIsNotNullTest()
02-01-2023 10:05:28:#getLinks contains no links as expected
02-01-2023 10:05:28:FINISHED TEST : getLinksIsNotNullTest()
02-01-2023 10:05:28:STARTING TEST : cacheControlTest()
02-01-2023 10:05:28:Correct status found in Response: 200

Expecting Cache-Control no-store
Expecting Cache-Control no-transform
02-01-2023 10:05:28:FINISHED TEST : cacheControlTest()
02-01-2023 10:05:28:STARTING TEST : acceptedStringTest()
02-01-2023 10:05:28:Correct status found in Response: 202

    Correct content found in Response: ENtiTy
02-01-2023 10:05:28:FINISHED TEST : acceptedStringTest()
02-01-2023 10:05:28:STARTING TEST : seeOtherTest()
02-01-2023 10:05:28:Correct status found in Response: 303


========== Verifying a Response with Map: 
    Response contains key: Location
    Verifying the following keys in Response:
        Processed key Location with expected value http://java.sun.com/j2se/1.3/
02-01-2023 10:05:28:FINISHED TEST : seeOtherTest()
02-01-2023 10:05:28:STARTING TEST : getLinkBuilderForTheRelationTest()
02-01-2023 10:05:28:#getLinkBuilder creates correct Link for given relation
02-01-2023 10:05:28:FINISHED TEST : getLinkBuilderForTheRelationTest()
02-01-2023 10:05:28:STARTING TEST : getEntityTagNotPresentTest()
02-01-2023 10:05:28:#getEntityTag() is null as expected
02-01-2023 10:05:28:FINISHED TEST : getEntityTagNotPresentTest()
02-01-2023 10:05:28:STARTING TEST : getLinksTest()
02-01-2023 10:05:28:#getLinks contains expected links
02-01-2023 10:05:28:FINISHED TEST : getLinksTest()
02-01-2023 10:05:28:STARTING TEST : variantTest()
02-01-2023 10:05:28:
02-01-2023 10:05:28:FINISHED TEST : variantTest()
02-01-2023 10:05:28:STARTING TEST : cookieTest()
02-01-2023 10:05:28:Correct status found in Response: 200

        Expecting Set-Cookiename_1=value_1;version=1
        Expecting Set-Cookiename_2=value_2;version=1;domain=;path=/acme
        Expecting Set-Cookiename_3=value_3;version=1;domain=y.x.foo.com;path=
        Processing name_1=value_1;Version=1
        Expected Set-Cookie: name_1=value_1;Version=1 is found in Response.
        Processing name_2=value_2;Version=1;Domain=;Path=/acme
        Expected Set-Cookie: name_2=value_2;Version=1;Domain=;Path=/acme is found in Response.
        Processing name_3=value_3;Version=1;Domain=y.x.foo.com;Path=
        Expected Set-Cookie: name_3=value_3;Version=1;Domain=y.x.foo.com;Path= is found in Response.
02-01-2023 10:05:28:FINISHED TEST : cookieTest()
02-01-2023 10:05:28:STARTING TEST : lastModifiedTest()
02-01-2023 10:05:28:Correct status found in Response: 200

========== Verifying a Response with Map: 
    Response contains key: Last-Modified
    Verifying the following keys in Response:
        Key Last-Modified is found in response
02-01-2023 10:05:28:FINISHED TEST : lastModifiedTest()
02-01-2023 10:05:28:STARTING TEST : getStringHeadersUsingHeaderDelegateTest()
02-01-2023 10:05:28:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@5b154b5d,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@2448ee36,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@5f55c664
02-01-2023 10:05:28:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest()
02-01-2023 10:05:28:STARTING TEST : getLanguageNotPresentTest()
02-01-2023 10:05:28:#getLanguage() is null as expected
02-01-2023 10:05:28:FINISHED TEST : getLanguageNotPresentTest()
02-01-2023 10:05:28:STARTING TEST : entityTest()
02-01-2023 10:05:28:Correct content found in Response: Test Only


    Correct status found in Response: 200
02-01-2023 10:05:28:FINISHED TEST : entityTest()
02-01-2023 10:05:28:STARTING TEST : okTest1()
02-01-2023 10:05:28:Correct status found in Response: 200
02-01-2023 10:05:28:FINISHED TEST : okTest1()
02-01-2023 10:05:28:STARTING TEST : okTest2()
02-01-2023 10:05:28:Correct content found in Response: Test only

    Correct status found in Response: 200
02-01-2023 10:05:28:FINISHED TEST : okTest2()
02-01-2023 10:05:28:STARTING TEST : okTest3()
02-01-2023 10:05:28:Correct content found in Response: Test only

    Correct status found in Response: 200


    Content Type text/plain was found
02-01-2023 10:05:28:FINISHED TEST : okTest3()
02-01-2023 10:05:28:STARTING TEST : okTest4()
02-01-2023 10:05:28:Correct content found in Response: Test only

    Correct status found in Response: 200


    Content Type text/plain was found
02-01-2023 10:05:28:FINISHED TEST : okTest4()
02-01-2023 10:05:28:STARTING TEST : okTest5()
02-01-2023 10:05:28:Correct content found in Response: Test Only


    Correct status found in Response: 200


    Encoding gzip was found


    Content Language en-us en-gb zh-cn was found


    Content Type text/plain was found


    Correct content found in Response: Test Only


    Correct status found in Response: 200


    Encoding compress was found


    Content Language en-us en-gb zh-cn was found


    Content Type text/plain was found


    Correct content found in Response: Test Only


    Correct status found in Response: 200


    Encoding gzip was found


    Content Language en-us en-gb zh-cn was found


    Content Type text/plain was found


    Correct content found in Response: Test Only


    Correct status found in Response: 200


    Encoding compress was found


    Content Language en-us en-gb zh-cn was found


    Content Type text/plain was found


    Correct content found in Response: Test Only


    Correct status found in Response: 200


    Encoding gzip was found


    Content Language en-us en-gb zh-cn was found


    Content Type text/plain was found


    Correct content found in Response: Test Only


    Correct status found in Response: 200


    Encoding compress was found


    Content Language en-us en-gb zh-cn was found


    Content Type text/plain was found
02-01-2023 10:05:28:FINISHED TEST : okTest5()
02-01-2023 10:05:28:STARTING TEST : temporaryRedirectTest()
02-01-2023 10:05:28:Correct status found in Response: 307


========== Verifying a Response with Map: 
    Response contains key: Location
    Verifying the following keys in Response:
        Processed key Location with expected value http://java.sun.com/j2se/1.3/
02-01-2023 10:05:28:FINISHED TEST : temporaryRedirectTest()
02-01-2023 10:05:28:STARTING TEST : getMediaTypeTest()
02-01-2023 10:05:28:#getMediaType returned expected MediaType
02-01-2023 10:05:28:FINISHED TEST : getMediaTypeTest()
02-01-2023 10:05:28:STARTING TEST : fromResponseTest()
02-01-2023 10:05:28:Correct content found in Response: Test Only


    Correct status found in Response: 200


    Encoding gzip was found


    Content Language en-us en-gb zh-cn was found


    Content Type text/plain was found


    Correct content found in Response: Test Only


    Correct status found in Response: 200


    Encoding compress was found


    Content Language en-us en-gb zh-cn was found


    Content Type text/plain was found


    Correct content found in Response: Test Only


    Correct status found in Response: 200


    Encoding gzip was found


    Content Language en-us en-gb zh-cn was found


    Content Type text/plain was found


    Correct content found in Response: Test Only


    Correct status found in Response: 200


    Encoding compress was found


    Content Language en-us en-gb zh-cn was found


    Content Type text/plain was found


    Correct content found in Response: Test Only


    Correct status found in Response: 200


    Encoding gzip was found


    Content Language en-us en-gb zh-cn was found


    Content Type text/plain was found


    Correct content found in Response: Test Only


    Correct status found in Response: 200


    Encoding compress was found


    Content Language en-us en-gb zh-cn was found


    Content Type text/plain was found


    Correct content found in Response: Test Only


    Correct status found in Response: 200


    Encoding gzip was found


    Content Language en-us en-gb zh-cn was found


    Content Type text/html was found


    Correct content found in Response: Test Only


    Correct status found in Response: 200


    Encoding compress was found


    Content Language en-us en-gb zh-cn was found


    Content Type text/html was found


    Correct content found in Response: Test Only


    Correct status found in Response: 200


    Encoding gzip was found


    Content Language en-us en-gb zh-cn was found


    Content Type text/html was found


    Correct content found in Response: Test Only


    Correct status found in Response: 200


    Encoding compress was found


    Content Language en-us en-gb zh-cn was found


    Content Type text/html was found


    Correct content found in Response: Test Only


    Correct status found in Response: 200


    Encoding gzip was found


    Content Language en-us en-gb zh-cn was found


    Content Type text/html was found


    Correct content found in Response: Test Only


    Correct status found in Response: 200


    Encoding compress was found


    Content Language en-us en-gb zh-cn was found


    Content Type text/html was found
02-01-2023 10:05:28:FINISHED TEST : fromResponseTest()
02-01-2023 10:05:28:STARTING TEST : getLinkTest()
02-01-2023 10:05:28:#getLink matches expected Link
02-01-2023 10:05:28:FINISHED TEST : getLinkTest()
02-01-2023 10:05:28:STARTING TEST : statusTest3()
02-01-2023 10:05:28:Correct status found in Response: 200


    Correct status found in Response: 201


    Correct status found in Response: 202


    Correct status found in Response: 204


    Correct status found in Response: 205


    Correct status found in Response: 206


    Correct status found in Response: 300


    Correct status found in Response: 301


    Correct status found in Response: 302


    Correct status found in Response: 303


    Correct status found in Response: 304


    Correct status found in Response: 305


    Correct status found in Response: 307


    Correct status found in Response: 308


    Correct status found in Response: 400


    Correct status found in Response: 401


    Correct status found in Response: 402


    Correct status found in Response: 403


    Correct status found in Response: 404


    Correct status found in Response: 405


    Correct status found in Response: 406


    Correct status found in Response: 407


    Correct status found in Response: 408


    Correct status found in Response: 409


    Correct status found in Response: 410


    Correct status found in Response: 411


    Correct status found in Response: 412


    Correct status found in Response: 413


    Correct status found in Response: 414


    Correct status found in Response: 415


    Correct status found in Response: 416


    Correct status found in Response: 417


    Correct status found in Response: 428


    Correct status found in Response: 429


    Correct status found in Response: 431


    Correct status found in Response: 451


    Correct status found in Response: 500


    Correct status found in Response: 501


    Correct status found in Response: 502


    Correct status found in Response: 503


    Correct status found in Response: 504


    Correct status found in Response: 505


    Correct status found in Response: 511
02-01-2023 10:05:28:FINISHED TEST : statusTest3()
02-01-2023 10:05:28:STARTING TEST : statusTest4()
02-01-2023 10:05:28:Correct status found in Response: 200


    Correct status found in Response: 201


    Correct status found in Response: 202


    Correct status found in Response: 204


    Correct status found in Response: 205


    Correct status found in Response: 206


    Correct status found in Response: 300


    Correct status found in Response: 301


    Correct status found in Response: 302


    Correct status found in Response: 303


    Correct status found in Response: 304


    Correct status found in Response: 305


    Correct status found in Response: 307


    Correct status found in Response: 308


    Correct status found in Response: 400


    Correct status found in Response: 401


    Correct status found in Response: 402


    Correct status found in Response: 403


    Correct status found in Response: 404


    Correct status found in Response: 405


    Correct status found in Response: 406


    Correct status found in Response: 407


    Correct status found in Response: 408


    Correct status found in Response: 409


    Correct status found in Response: 410


    Correct status found in Response: 411


    Correct status found in Response: 412


    Correct status found in Response: 413


    Correct status found in Response: 414


    Correct status found in Response: 415


    Correct status found in Response: 416


    Correct status found in Response: 417


    Correct status found in Response: 428


    Correct status found in Response: 429


    Correct status found in Response: 431


    Correct status found in Response: 451


    Correct status found in Response: 500


    Correct status found in Response: 501


    Correct status found in Response: 502


    Correct status found in Response: 503


    Correct status found in Response: 504


    Correct status found in Response: 505


    Correct status found in Response: 511
02-01-2023 10:05:28:FINISHED TEST : statusTest4()
02-01-2023 10:05:28:STARTING TEST : statusTest5()
02-01-2023 10:05:28:
02-01-2023 10:05:28:FINISHED TEST : statusTest5()
02-01-2023 10:05:28:STARTING TEST : statusTest7()
02-01-2023 10:05:28:
02-01-2023 10:05:28:FINISHED TEST : statusTest7()
02-01-2023 10:05:28:STARTING TEST : tagTest1()
02-01-2023 10:05:28:Correct status found in Response: 200

========== Verifying a Response with Map: 
    Response contains key: ETag
    Verifying the following keys in Response:
        Processed key ETAG with expected value TestOnly
02-01-2023 10:05:28:FINISHED TEST : tagTest1()
02-01-2023 10:05:28:STARTING TEST : tagTest2()
02-01-2023 10:05:28:Correct status found in Response: 200

========== Verifying a Response with Map: 
    Response contains key: ETag
    Verifying the following keys in Response:
        Processed key ETAG with expected value TestOnly
02-01-2023 10:05:28:FINISHED TEST : tagTest2()
02-01-2023 10:05:28:STARTING TEST : hasEntityThrowsIllegalStateExceptionTest()
02-01-2023 10:05:28:IllegalStateException has been thrown as expected
02-01-2023 10:05:28:FINISHED TEST : hasEntityThrowsIllegalStateExceptionTest()
02-01-2023 10:05:28:STARTING TEST : getHeadersIsMutableTest()
02-01-2023 10:05:28:getHeaders is mutable
02-01-2023 10:05:28:FINISHED TEST : getHeadersIsMutableTest()
02-01-2023 10:05:28:STARTING TEST : typeTest()
02-01-2023 10:05:28:Correct status found in Response: 200


    Content Type text/plain was found
02-01-2023 10:05:28:FINISHED TEST : typeTest()
02-01-2023 10:05:28:STARTING TEST : cloneTest()
02-01-2023 10:05:28:Correct status found in Response: 200

    Encoding gzip was found


    Content Language en-us en-gb zh-cn was found
    Content Language en-us en-gb zh-cn was found
    Content Language en-us en-gb zh-cn was found


    Content Type text/plain was found
    Content Type text/html was found


        Expecting Set-Cookiename_1=value_1;version=1
        Processing name_1=value_1;version=1
        Expected Set-Cookie: name_1=value_1;version=1 is found in Response.


    Correct content found in Response: TestOnly


    Correct status found in Response: 200


    Encoding gzip was found


    Content Language en-us en-gb zh-cn was found
    Content Language en-us en-gb zh-cn was found
    Content Language en-us en-gb zh-cn was found


    Content Type text/plain was found
    Content Type text/html was found
02-01-2023 10:05:28:FINISHED TEST : cloneTest()
02-01-2023 10:05:28:STARTING TEST : acceptedGenericEntityTest()
02-01-2023 10:05:28:Correct status found in Response: 202

    Correct content found in Response: ENtiTy
02-01-2023 10:05:28:FINISHED TEST : acceptedGenericEntityTest()
02-01-2023 10:05:28:STARTING TEST : hasLinkWhenNoLinkTest()
02-01-2023 10:05:28:#hasLink has not found any Link as expected
02-01-2023 10:05:28:FINISHED TEST : hasLinkWhenNoLinkTest()
02-01-2023 10:05:28:STARTING TEST : createdTest()
02-01-2023 10:05:28:Correct status found in Response: 201


========== Verifying a Response with Map: 
    Response contains key: Location
    Verifying the following keys in Response:
        Processed key Location with expected value mailto:java-net@java.sun.com


    Correct status found in Response: 201


========== Verifying a Response with Map: 
    Response contains key: Location
    Verifying the following keys in Response:
        Processed key Location with expected value news:comp.lang.java


    Correct status found in Response: 201


========== Verifying a Response with Map: 
    Response contains key: Location
    Verifying the following keys in Response:
        Processed key Location with expected value urn:isbn:096139210x


    Correct status found in Response: 201


========== Verifying a Response with Map: 
    Response contains key: Location
    Verifying the following keys in Response:
        Processed key Location with expected value http://java.sun.com/j2se/1.3/


    Correct status found in Response: 201


========== Verifying a Response with Map: 
    Response contains key: Location
    Verifying the following keys in Response:
        Processed key Location with expected value docs/guide/collections/designfaq.html#28


    Correct status found in Response: 201


========== Verifying a Response with Map: 
    Response contains key: Location
    Verifying the following keys in Response:
        Processed key Location with expected value ../../../demo/jfc/SwingSet2/src/SwingSet2.java


    Correct status found in Response: 201


========== Verifying a Response with Map: 
    Response contains key: Location
    Verifying the following keys in Response:
        Processed key Location with expected value file:///~/calendar
02-01-2023 10:05:28:FINISHED TEST : createdTest()
02-01-2023 10:05:28:STARTING TEST : getLanguageTest()
02-01-2023 10:05:28:#getLocale matches the Content-Language HTTP header
02-01-2023 10:05:28:FINISHED TEST : getLanguageTest()
02-01-2023 10:05:28:STARTING TEST : notAcceptableTest()
02-01-2023 10:05:28:Correct status found in Response: 406
02-01-2023 10:05:28:FINISHED TEST : notAcceptableTest()
02-01-2023 10:05:28:STARTING TEST : getDateTest()
02-01-2023 10:05:28:#getDate matches the Date HTTP header
02-01-2023 10:05:28:FINISHED TEST : getDateTest()
02-01-2023 10:05:28:STARTING TEST : languageTest1()
02-01-2023 10:05:28:Correct status found in Response: 200


    Content Language en-us was found


    Correct status found in Response: 200


    Content Language en-gb was found


    Correct status found in Response: 200


    Content Language zh-cn was found
02-01-2023 10:05:28:FINISHED TEST : languageTest1()
02-01-2023 10:05:28:STARTING TEST : notModifiedTest1()
02-01-2023 10:05:28:Correct status found in Response: 304
02-01-2023 10:05:28:FINISHED TEST : notModifiedTest1()
02-01-2023 10:05:28:STARTING TEST : notModifiedTest2()
02-01-2023 10:05:28:Correct status found in Response: 304

========== Verifying a Response with Map: 
    Response contains key: ETag
    Verifying the following keys in Response:
        Processed key ETAG with expected value TestOnly
02-01-2023 10:05:28:FINISHED TEST : notModifiedTest2()
02-01-2023 10:05:28:STARTING TEST : notModifiedTest3()
02-01-2023 10:05:28:Correct status found in Response: 304

========== Verifying a Response with Map: 
    Response contains key: ETag
    Verifying the following keys in Response:
        Processed key ETAG with expected value TestOnly
02-01-2023 10:05:28:FINISHED TEST : notModifiedTest3()
02-01-2023 10:05:28:STARTING TEST : getDateNotPresentTest()
02-01-2023 10:05:28:#getDate is null as expected
02-01-2023 10:05:28:FINISHED TEST : getDateNotPresentTest()
02-01-2023 10:05:28:STARTING TEST : getHeaderStringTest()
02-01-2023 10:05:28:Found following objects:
02-01-2023 10:05:28:Cache-Control:no-store, no-transform Set-Cookie:cookie=eikooc;Version=1 Content-Encoding:gzip Expires:Wed Feb 01 10:05:28 UTC 2023 Content-Language:fr_CA
02-01-2023 10:05:28:FINISHED TEST : getHeaderStringTest()
02-01-2023 10:05:28:STARTING TEST : getStringHeadersUsingToStringTest()
02-01-2023 10:05:28:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@5e3b8b3f,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@13d2e5a5,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@15b968d3
02-01-2023 10:05:28:FINISHED TEST : getStringHeadersUsingToStringTest()
02-01-2023 10:05:28:STARTING TEST : getAllowedMethodsTest()
02-01-2023 10:05:28:#getAllowedMethods returned expected methods TRACE;POST
02-01-2023 10:05:28:FINISHED TEST : getAllowedMethodsTest()
02-01-2023 10:05:28:STARTING TEST : locationTest()
02-01-2023 10:05:28:Correct status found in Response: 200


========== Verifying a Response with Map: 
    Response contains key: Location
    Verifying the following keys in Response:
        Processed key Location with expected value mailto:java-net@java.sun.com


    Correct status found in Response: 200


========== Verifying a Response with Map: 
    Response contains key: Location
    Verifying the following keys in Response:
        Processed key Location with expected value news:comp.lang.java


    Correct status found in Response: 200


========== Verifying a Response with Map: 
    Response contains key: Location
    Verifying the following keys in Response:
        Processed key Location with expected value urn:isbn:096139210x


    Correct status found in Response: 200


========== Verifying a Response with Map: 
    Response contains key: Location
    Verifying the following keys in Response:
        Processed key Location with expected value http://java.sun.com/j2se/1.3/


    Correct status found in Response: 200


========== Verifying a Response with Map: 
    Response contains key: Location
    Verifying the following keys in Response:
        Processed key Location with expected value docs/guide/collections/designfaq.html#28


    Correct status found in Response: 200


========== Verifying a Response with Map: 
    Response contains key: Location
    Verifying the following keys in Response:
        Processed key Location with expected value ../../../demo/jfc/SwingSet2/src/SwingSet2.java


    Correct status found in Response: 200


========== Verifying a Response with Map: 
    Response contains key: Location
    Verifying the following keys in Response:
        Processed key Location with expected value file:///~/calendar
02-01-2023 10:05:28:FINISHED TEST : locationTest()
02-01-2023 10:05:28:STARTING TEST : getLengthNotPresentTest()
02-01-2023 10:05:28:#getLength matches expected Content-Length -1
02-01-2023 10:05:28:FINISHED TEST : getLengthNotPresentTest()
02-01-2023 10:05:28:STARTING TEST : getEntityThrowsIllegalStateExceptionTest()
02-01-2023 10:05:28:#getEntity throws IllegalStateException as expected java.lang.IllegalStateException: Response is closed.
02-01-2023 10:05:28:FINISHED TEST : getEntityThrowsIllegalStateExceptionTest()
02-01-2023 10:05:28:STARTING TEST : statusFamilyValueOfTest()
02-01-2023 10:05:28:FINISHED TEST : statusFamilyValueOfTest()
02-01-2023 10:05:28:STARTING TEST : getCookiesIsImmutableTest()
02-01-2023 10:05:28:#getCookies is read-only as expected
02-01-2023 10:05:28:FINISHED TEST : getCookiesIsImmutableTest()
02-01-2023 10:05:28:STARTING TEST : getHeaderStringUsingToStringTest()
02-01-2023 10:05:28:toString method is used as expected
02-01-2023 10:05:28:FINISHED TEST : getHeaderStringUsingToStringTest()
02-01-2023 10:05:28:STARTING TEST : bufferEntityThrowsIllegalStateExceptionTest()
02-01-2023 10:05:28:#bufferEntity throws IllegalStateException as expected
02-01-2023 10:05:28:FINISHED TEST : bufferEntityThrowsIllegalStateExceptionTest()
02-01-2023 10:05:28:STARTING TEST : acceptedNoArgTest()
02-01-2023 10:05:28:Correct status found in Response: 202
02-01-2023 10:05:28:FINISHED TEST : acceptedNoArgTest()
02-01-2023 10:05:28:STARTING TEST : getFamilyTest()
02-01-2023 10:05:28:
02-01-2023 10:05:28:FINISHED TEST : getFamilyTest()
02-01-2023 10:05:28:STARTING TEST : typeTest1()
02-01-2023 10:05:28:Correct status found in Response: 200

    Content Type text/html was found
02-01-2023 10:05:28:FINISHED TEST : typeTest1()
02-01-2023 10:05:28:STARTING TEST : getEntityTagTest()
02-01-2023 10:05:28:#getEntityTag is "getEntityTag" as expected
02-01-2023 10:05:28:FINISHED TEST : getEntityTagTest()
02-01-2023 10:05:28:STARTING TEST : noContentTest()
02-01-2023 10:05:28:Correct status found in Response: 204
02-01-2023 10:05:28:FINISHED TEST : noContentTest()
02-01-2023 10:05:28:STARTING TEST : getHeadersTest()
02-01-2023 10:05:28:Found following objects:
02-01-2023 10:05:28:Cache-Control:no-transform Set-Cookie:cookie=eikooc;Version=1 Content-Encoding:gzip Expires:Wed Feb 01 10:05:28 UTC 2023 Content-Language:fr_CA
02-01-2023 10:05:28:FINISHED TEST : getHeadersTest()
02-01-2023 10:05:28:STARTING TEST : toStringTest()
02-01-2023 10:05:28:
02-01-2023 10:05:28:FINISHED TEST : toStringTest()
02-01-2023 10:05:28:STARTING TEST : getLastModifiedNotPresentTest()
02-01-2023 10:05:28:#getLastModified() is null as expected
02-01-2023 10:05:28:FINISHED TEST : getLastModifiedNotPresentTest()
02-01-2023 10:05:28:STARTING TEST : getStatusInfoTest()
02-01-2023 10:05:28:#getStatusInfo returned expected StatusTypes
02-01-2023 10:05:28:FINISHED TEST : getStatusInfoTest()
02-01-2023 10:05:28:STARTING TEST : hasEntityWhenEntityTest()
02-01-2023 10:05:28:#hasEntity found the entity as expected
02-01-2023 10:05:28:FINISHED TEST : hasEntityWhenEntityTest()
02-01-2023 10:05:28:STARTING TEST : getLengthTest()
02-01-2023 10:05:28:#getLength matches expected Content-Length 10
02-01-2023 10:05:28:FINISHED TEST : getLengthTest()
02-01-2023 10:05:28:STARTING TEST : contentLocationTest()
02-01-2023 10:05:28:Correct status found in Response: 200


========== Verifying a Response with Map: 
    Response contains key: Content-Location
    Verifying the following keys in Response:
        Processed key Content-Location with expected value mailto:java-net@java.sun.com


    Correct status found in Response: 200


========== Verifying a Response with Map: 
    Response contains key: Content-Location
    Verifying the following keys in Response:
        Processed key Content-Location with expected value news:comp.lang.java


    Correct status found in Response: 200


========== Verifying a Response with Map: 
    Response contains key: Content-Location
    Verifying the following keys in Response:
        Processed key Content-Location with expected value urn:isbn:096139210x


    Correct status found in Response: 200


========== Verifying a Response with Map: 
    Response contains key: Content-Location
    Verifying the following keys in Response:
        Processed key Content-Location with expected value http://java.sun.com/j2se/1.3/


    Correct status found in Response: 200


========== Verifying a Response with Map: 
    Response contains key: Content-Location
    Verifying the following keys in Response:
        Processed key Content-Location with expected value docs/guide/collections/designfaq.html#28


    Correct status found in Response: 200


========== Verifying a Response with Map: 
    Response contains key: Content-Location
    Verifying the following keys in Response:
        Processed key Content-Location with expected value ../../../demo/jfc/SwingSet2/src/SwingSet2.java


    Correct status found in Response: 200


========== Verifying a Response with Map: 
    Response contains key: Content-Location
    Verifying the following keys in Response:
        Processed key Content-Location with expected value file:///~/calendar
02-01-2023 10:05:28:FINISHED TEST : contentLocationTest()
02-01-2023 10:05:28:STARTING TEST : getReasonPhraseTest()
02-01-2023 10:05:28:
02-01-2023 10:05:28:FINISHED TEST : getReasonPhraseTest()
02-01-2023 10:05:28:STARTING TEST : getLastModifiedTest()
02-01-2023 10:05:28:#getLastModified matches the Last-Modified HTTP header
02-01-2023 10:05:28:FINISHED TEST : getLastModifiedTest()
02-01-2023 10:05:28:STARTING TEST : serverErrorTest()
02-01-2023 10:05:28:Correct status found in Response: 500
02-01-2023 10:05:28:FINISHED TEST : serverErrorTest()
02-01-2023 10:05:28:STARTING TEST : hasLinkWhenLinkTest()
02-01-2023 10:05:28:#hasEntity found the Link as expected
02-01-2023 10:05:28:FINISHED TEST : hasLinkWhenLinkTest()
02-01-2023 10:05:28:STARTING TEST : statusValueOfTest()
02-01-2023 10:05:28:
02-01-2023 10:05:28:FINISHED TEST : statusValueOfTest()
02-01-2023 10:05:28:STARTING TEST : getLocationTest()
02-01-2023 10:05:28:#getLocation contains expected location
02-01-2023 10:05:28:FINISHED TEST : getLocationTest()
02-01-2023 10:05:28:STARTING TEST : bufferEntityIgnoreNoBackingStreamTest()
02-01-2023 10:05:28:#bufferEntity did ignore no backing stream as expected
02-01-2023 10:05:28:FINISHED TEST : bufferEntityIgnoreNoBackingStreamTest()
02-01-2023 10:05:28:STARTING TEST : getLinkBuilderForTheNotPresentRelationTest()
02-01-2023 10:05:28:#getLinkBuilder returned null as expected
02-01-2023 10:05:28:FINISHED TEST : getLinkBuilderForTheNotPresentRelationTest()
02-01-2023 10:05:28:STARTING TEST : getLinkNotPresentTest()
02-01-2023 10:05:28:#getLink return null as expected
02-01-2023 10:05:28:FINISHED TEST : getLinkNotPresentTest()
02-01-2023 10:05:28:STARTING TEST : getMediaTypeNoMediaTypeTest()
02-01-2023 10:05:28:#getMediaType returned null as expected
02-01-2023 10:05:28:FINISHED TEST : getMediaTypeNoMediaTypeTest()
02-01-2023 10:05:28:STARTING TEST : getCookiesTest()
02-01-2023 10:05:28:Expecting Set-Cookiec1=v1;version=1
        Expecting Set-Cookiec2=v2;version=1
        Processing c1=v1;Version=1
        Expected Set-Cookie: c1=v1;Version=1 is found in Response.
        Processing c2=v2;Version=1
        Expected Set-Cookie: c2=v2;Version=1 is found in Response.
02-01-2023 10:05:28:#getCookies returned expected cookies
02-01-2023 10:05:28:FINISHED TEST : getCookiesTest()
02-01-2023 10:05:28:STARTING TEST : statusFamilyValuesTest()
02-01-2023 10:05:28:FINISHED TEST : statusFamilyValuesTest()
02-01-2023 10:05:28:STARTING TEST : headerTest()
02-01-2023 10:05:28:Correct status found in Response: 200

    Encoding gzip was found
    Encoding compress was found


    Content Language en-us en-gb zh-cn was found
    Content Language en-us en-gb zh-cn was found
    Content Language en-us en-gb zh-cn was found


    Content Type text/plain was found
    Content Type text/html was found


        Expecting Set-Cookiename_1=value_1;version=1
        Processing name_1=value_1;version=1
        Expected Set-Cookie: name_1=value_1;version=1 is found in Response.
02-01-2023 10:05:28:FINISHED TEST : headerTest()
02-01-2023 10:05:28:STARTING TEST : hasEntityWhenNoEntityTest()
02-01-2023 10:05:28:#hasEntity has not found any entity as expected
02-01-2023 10:05:28:FINISHED TEST : hasEntityWhenNoEntityTest()
02-01-2023 10:05:28:STARTING TEST : allowStringArrayTest()
02-01-2023 10:05:28:Found expected allowed method OPTIONS
02-01-2023 10:05:28:Found expected allowed method TRACE
02-01-2023 10:05:28:FINISHED TEST : allowStringArrayTest()
02-01-2023 10:05:28:STARTING TEST : linksTest()
02-01-2023 10:05:28:Found expected links
02-01-2023 10:05:28:FINISHED TEST : linksTest()
02-01-2023 10:05:28:STARTING TEST : allowStringArrayTruncateDuplicatesTest()
02-01-2023 10:05:28:OPTIONS has been found in allowed methods
02-01-2023 10:05:28:FINISHED TEST : allowStringArrayTruncateDuplicatesTest()
02-01-2023 10:05:28:STARTING TEST : statusTest1()
02-01-2023 10:05:28:Correct status found in Response: 200


    Correct status found in Response: 201


    Correct status found in Response: 202


    Correct status found in Response: 204


    Correct status found in Response: 205


    Correct status found in Response: 206


    Correct status found in Response: 300


    Correct status found in Response: 301


    Correct status found in Response: 302


    Correct status found in Response: 303


    Correct status found in Response: 304


    Correct status found in Response: 305


    Correct status found in Response: 307


    Correct status found in Response: 308


    Correct status found in Response: 400


    Correct status found in Response: 401


    Correct status found in Response: 402


    Correct status found in Response: 403


    Correct status found in Response: 404


    Correct status found in Response: 405


    Correct status found in Response: 406


    Correct status found in Response: 407


    Correct status found in Response: 408


    Correct status found in Response: 409


    Correct status found in Response: 410


    Correct status found in Response: 411


    Correct status found in Response: 412


    Correct status found in Response: 413


    Correct status found in Response: 414


    Correct status found in Response: 415


    Correct status found in Response: 416


    Correct status found in Response: 417


    Correct status found in Response: 428


    Correct status found in Response: 429


    Correct status found in Response: 431


    Correct status found in Response: 451


    Correct status found in Response: 500


    Correct status found in Response: 501


    Correct status found in Response: 502


    Correct status found in Response: 503


    Correct status found in Response: 504


    Correct status found in Response: 505


    Correct status found in Response: 511
02-01-2023 10:05:28:FINISHED TEST : statusTest1()
02-01-2023 10:05:28:STARTING TEST : statusTest2()
02-01-2023 10:05:28:Correct status found in Response: 200


    Correct status found in Response: 201


    Correct status found in Response: 202


    Correct status found in Response: 204


    Correct status found in Response: 205


    Correct status found in Response: 206


    Correct status found in Response: 300


    Correct status found in Response: 301


    Correct status found in Response: 302


    Correct status found in Response: 303


    Correct status found in Response: 304


    Correct status found in Response: 305


    Correct status found in Response: 307


    Correct status found in Response: 308


    Correct status found in Response: 400


    Correct status found in Response: 401


    Correct status found in Response: 402


    Correct status found in Response: 403


    Correct status found in Response: 404


    Correct status found in Response: 405


    Correct status found in Response: 406


    Correct status found in Response: 407


    Correct status found in Response: 408


    Correct status found in Response: 409


    Correct status found in Response: 410


    Correct status found in Response: 411


    Correct status found in Response: 412


    Correct status found in Response: 413


    Correct status found in Response: 414


    Correct status found in Response: 415


    Correct status found in Response: 416


    Correct status found in Response: 417


    Correct status found in Response: 428


    Correct status found in Response: 429


    Correct status found in Response: 431


    Correct status found in Response: 451


    Correct status found in Response: 500


    Correct status found in Response: 501


    Correct status found in Response: 502


    Correct status found in Response: 503


    Correct status found in Response: 504


    Correct status found in Response: 505
02-01-2023 10:05:28:FINISHED TEST : statusTest2()
02-01-2023 10:05:28:STARTING TEST : encodingTest()
02-01-2023 10:05:28:Encoding gzip was found


    Encoding ccitt was found


    Encoding pic was found
02-01-2023 10:05:28:Found expected encodings
02-01-2023 10:05:28:FINISHED TEST : encodingTest()
02-01-2023 10:05:28:STARTING TEST : linkStringStringTest()
02-01-2023 10:05:28:Found expected link <http://localhost:888/noUrl>; rel="REL"
02-01-2023 10:05:28:FINISHED TEST : linkStringStringTest()
02-01-2023 10:05:28:STARTING TEST : replaceAllByNullTest()
02-01-2023 10:05:28:FINISHED TEST : replaceAllByNullTest()
02-01-2023 10:05:28:STARTING TEST : replaceAllTest()
02-01-2023 10:05:28:FINISHED TEST : replaceAllTest()
02-01-2023 10:05:28:STARTING TEST : allowStringSetNullRemovesAllTest()
02-01-2023 10:05:28:Allowed methods has been removed by null value as expected
02-01-2023 10:05:28:FINISHED TEST : allowStringSetNullRemovesAllTest()
02-01-2023 10:05:28:STARTING TEST : expiresTest()
02-01-2023 10:05:28:Set and fetched expire dates matched
02-01-2023 10:05:28:FINISHED TEST : expiresTest()
02-01-2023 10:05:28:STARTING TEST : allowStringSetTest()
02-01-2023 10:05:28:Found expected allowed method OPTIONS
02-01-2023 10:05:28:Found expected allowed method TRACE
02-01-2023 10:05:28:FINISHED TEST : allowStringSetTest()
02-01-2023 10:05:28:STARTING TEST : linkUriStringTest()
02-01-2023 10:05:28:Found expected link <http://localhost:888/noUrl>; rel="REL"
02-01-2023 10:05:28:FINISHED TEST : linkUriStringTest()
02-01-2023 10:05:28:STARTING TEST : variantsTest()
02-01-2023 10:05:28:Found expected header Accept-Language.
        Found expected header Accept-Encoding.
02-01-2023 10:05:28:FINISHED TEST : variantsTest()
02-01-2023 10:05:28:STARTING TEST : allowStringArrayNullRemovesAllTest()
02-01-2023 10:05:28:Allowed methods has been removed by null value as expected
02-01-2023 10:05:28:FINISHED TEST : allowStringArrayNullRemovesAllTest()
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in ee.jakarta.tck.ws.rs.api.rs.core.responsebuilder.BuilderClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.responseclient.JAXRSClientIT
02-01-2023 10:05:28:STARTING TEST : languageTest()
02-01-2023 10:05:28:Correct status found in Response: 200


    Content Language en-us en-gb zh-cn was found


    Correct status found in Response: 200


    Content Language en-us en-gb zh-cn was found


    Correct status found in Response: 200


    Content Language en-us en-gb zh-cn was found
02-01-2023 10:05:28:FINISHED TEST : languageTest()
02-01-2023 10:05:28:STARTING TEST : getLocationNotPresentTest()
02-01-2023 10:05:28:#getLocation returns null as expected
02-01-2023 10:05:28:FINISHED TEST : getLocationNotPresentTest()
02-01-2023 10:05:28:STARTING TEST : getHeaderStringUsingHeaderDelegateTest()
02-01-2023 10:05:28:HeaderDelegate is used for header s3
02-01-2023 10:05:28:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest()
02-01-2023 10:05:28:STARTING TEST : getLinksIsNotNullTest()
02-01-2023 10:05:28:#getLinks contains no links as expected
02-01-2023 10:05:28:FINISHED TEST : getLinksIsNotNullTest()
02-01-2023 10:05:28:STARTING TEST : cacheControlTest()
02-01-2023 10:05:28:Correct status found in Response: 200

Expecting Cache-Control no-store
Expecting Cache-Control no-transform
02-01-2023 10:05:28:FINISHED TEST : cacheControlTest()
02-01-2023 10:05:28:STARTING TEST : acceptedStringTest()
02-01-2023 10:05:28:Correct status found in Response: 202

    Correct content found in Response: ENtiTy
02-01-2023 10:05:28:FINISHED TEST : acceptedStringTest()
02-01-2023 10:05:28:STARTING TEST : seeOtherTest()
02-01-2023 10:05:28:Correct status found in Response: 303


========== Verifying a Response with Map: 
    Response contains key: Location
    Verifying the following keys in Response:
        Processed key Location with expected value http://java.sun.com/j2se/1.3/
02-01-2023 10:05:28:FINISHED TEST : seeOtherTest()
02-01-2023 10:05:28:STARTING TEST : getLinkBuilderForTheRelationTest()
02-01-2023 10:05:28:#getLinkBuilder creates correct Link for given relation
02-01-2023 10:05:28:FINISHED TEST : getLinkBuilderForTheRelationTest()
02-01-2023 10:05:28:STARTING TEST : getEntityTagNotPresentTest()
02-01-2023 10:05:28:#getEntityTag() is null as expected
02-01-2023 10:05:28:FINISHED TEST : getEntityTagNotPresentTest()
02-01-2023 10:05:28:STARTING TEST : getLinksTest()
02-01-2023 10:05:28:#getLinks contains expected links
02-01-2023 10:05:28:FINISHED TEST : getLinksTest()
02-01-2023 10:05:28:STARTING TEST : variantTest()
02-01-2023 10:05:28:
02-01-2023 10:05:28:FINISHED TEST : variantTest()
02-01-2023 10:05:28:STARTING TEST : cookieTest()
02-01-2023 10:05:28:Correct status found in Response: 200

        Expecting Set-Cookiename_1=value_1;version=1
        Expecting Set-Cookiename_2=value_2;version=1;domain=;path=/acme
        Expecting Set-Cookiename_3=value_3;version=1;domain=y.x.foo.com;path=
        Processing name_1=value_1;Version=1
        Expected Set-Cookie: name_1=value_1;Version=1 is found in Response.
        Processing name_2=value_2;Version=1;Domain=;Path=/acme
        Expected Set-Cookie: name_2=value_2;Version=1;Domain=;Path=/acme is found in Response.
        Processing name_3=value_3;Version=1;Domain=y.x.foo.com;Path=
        Expected Set-Cookie: name_3=value_3;Version=1;Domain=y.x.foo.com;Path= is found in Response.
02-01-2023 10:05:28:FINISHED TEST : cookieTest()
02-01-2023 10:05:28:STARTING TEST : lastModifiedTest()
02-01-2023 10:05:28:Correct status found in Response: 200

========== Verifying a Response with Map: 
    Response contains key: Last-Modified
    Verifying the following keys in Response:
        Key Last-Modified is found in response
02-01-2023 10:05:28:FINISHED TEST : lastModifiedTest()
02-01-2023 10:05:28:STARTING TEST : getStringHeadersUsingHeaderDelegateTest()
02-01-2023 10:05:28:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@6c85cf83,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@24b13c7d,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@e355038
02-01-2023 10:05:28:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest()
02-01-2023 10:05:28:STARTING TEST : getLanguageNotPresentTest()
02-01-2023 10:05:28:#getLanguage() is null as expected
02-01-2023 10:05:28:FINISHED TEST : getLanguageNotPresentTest()
02-01-2023 10:05:28:STARTING TEST : entityTest()
02-01-2023 10:05:28:Correct content found in Response: Test Only


    Correct status found in Response: 200
02-01-2023 10:05:28:FINISHED TEST : entityTest()
02-01-2023 10:05:28:STARTING TEST : okTest1()
02-01-2023 10:05:28:Correct status found in Response: 200
02-01-2023 10:05:28:FINISHED TEST : okTest1()
02-01-2023 10:05:28:STARTING TEST : okTest2()
02-01-2023 10:05:29:Correct content found in Response: Test only

    Correct status found in Response: 200
02-01-2023 10:05:29:FINISHED TEST : okTest2()
02-01-2023 10:05:29:STARTING TEST : okTest3()
02-01-2023 10:05:29:Correct content found in Response: Test only

    Correct status found in Response: 200


    Content Type text/plain was found
02-01-2023 10:05:29:FINISHED TEST : okTest3()
02-01-2023 10:05:29:STARTING TEST : okTest4()
02-01-2023 10:05:29:Correct content found in Response: Test only

    Correct status found in Response: 200


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


    Content Type text/plain was found
02-01-2023 10:05:29:FINISHED TEST : typeTest()
02-01-2023 10:05:29:STARTING TEST : cloneTest()
02-01-2023 10:05:29: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
02-01-2023 10:05:29:FINISHED TEST : cloneTest()
02-01-2023 10:05:29:STARTING TEST : acceptedGenericEntityTest()
02-01-2023 10:05:29:Correct status found in Response: 202

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

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

        Found expected header accept-language.
        Found expected header accept-encoding.
02-01-2023 10:05:29:FINISHED TEST : variantsTest()
02-01-2023 10:05:29:STARTING TEST : getCookiesTest()
02-01-2023 10:05:29: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.
02-01-2023 10:05:29:#getCookies returned expected cookies
02-01-2023 10:05:29:FINISHED TEST : getCookiesTest()
02-01-2023 10:05:29:STARTING TEST : statusFamilyValuesTest()
02-01-2023 10:05:29:FINISHED TEST : statusFamilyValuesTest()
02-01-2023 10:05:29:STARTING TEST : headerTest()
02-01-2023 10:05:29: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.
02-01-2023 10:05:29:FINISHED TEST : headerTest()
02-01-2023 10:05:29:STARTING TEST : hasEntityWhenNoEntityTest()
02-01-2023 10:05:29:#hasEntity has not found any entity as expected
02-01-2023 10:05:29:FINISHED TEST : hasEntityWhenNoEntityTest()
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in ee.jakarta.tck.ws.rs.api.rs.core.responseclient.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.link.JAXRSClientIT
02-01-2023 10:05:29:STARTING TEST : getTitleTest()
02-01-2023 10:05:29:Found expected TITLETITLE
02-01-2023 10:05:29:FINISHED TEST : getTitleTest()
02-01-2023 10:05:29:STARTING TEST : fromUriStringTest()
02-01-2023 10:05:29:Found expected http://oracle.com:888/
02-01-2023 10:05:29:Found expected resource
02-01-2023 10:05:29:Found expected get
02-01-2023 10:05:29:Link <http://oracle.com:888/resource/GET> has been created from URI http://oracle.com:888/resource/GET
02-01-2023 10:05:29:FINISHED TEST : fromUriStringTest()
02-01-2023 10:05:29:STARTING TEST : constructorTest()
02-01-2023 10:05:29:new Link() call iss successfull
02-01-2023 10:05:29:FINISHED TEST : constructorTest()
02-01-2023 10:05:29:STARTING TEST : getUriBuilderTest()
02-01-2023 10:05:29:Original URI http://oracle.com:888/resource/get equals obtained http://oracle.com:888/resource/get
02-01-2023 10:05:29:FINISHED TEST : getUriBuilderTest()
02-01-2023 10:05:29:STARTING TEST : fromResourceMethodLinkUsedInInvocationTest()
02-01-2023 10:05:29:Found expected http://oracle.com:888/resource/get
02-01-2023 10:05:29:Found expected http://oracle.com:888/resource/consumesappjson
02-01-2023 10:05:29:Opaque Link has been used in Client.invocation() sucessfully
02-01-2023 10:05:29:FINISHED TEST : fromResourceMethodLinkUsedInInvocationTest()
02-01-2023 10:05:29:STARTING TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullMethodTest()
02-01-2023 10:05:29:IllegalArgumentException has been successfully thrown
02-01-2023 10:05:29:FINISHED TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullMethodTest()
02-01-2023 10:05:29:STARTING TEST : fromUriBuilderTest()
02-01-2023 10:05:29:#fromUriBuilder http://oracle.com:888/resource/goto/label/ten/ contains the original http://oracle.com:888/resource/goto/label/ten/
02-01-2023 10:05:29:FINISHED TEST : fromUriBuilderTest()
02-01-2023 10:05:29:STARTING TEST : fromLinkTest()
02-01-2023 10:05:29:fromLink() is equal to original link <http://oracle.com:888/>; rel="relation relation2"; title="titleX"; type="application/octet-stream"; param1="value1"; param2="value2" as expected
02-01-2023 10:05:29:FINISHED TEST : fromLinkTest()
02-01-2023 10:05:29:STARTING TEST : fromPathTest()
02-01-2023 10:05:29:fromUriBuilder(UriBuilder.fromPath(path)) is equivalent to fromPath(path) The link is <somewhere/somehow>
02-01-2023 10:05:29:FINISHED TEST : fromPathTest()
02-01-2023 10:05:29:STARTING TEST : fromResourceThrowsIAEWhenNullClassTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "resource" parameter is null.
02-01-2023 10:05:29:FINISHED TEST : fromResourceThrowsIAEWhenNullClassTest()
02-01-2023 10:05:29:STARTING TEST : fromUriStringThrowsIllegalArgumentExceptionTest()
02-01-2023 10:05:29:IllegalArgument has been thrown as expected: java.lang.IllegalArgumentException: "uriTemplate" parameter is null.
02-01-2023 10:05:29:FINISHED TEST : fromUriStringThrowsIllegalArgumentExceptionTest()
02-01-2023 10:05:29:STARTING TEST : serializationFromResourceTest()
02-01-2023 10:05:29:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.get()
02-01-2023 10:05:29:serialization works for method get
02-01-2023 10:05:29:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.trace()
02-01-2023 10:05:29:serialization works for method trace
02-01-2023 10:05:29:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.delete()
02-01-2023 10:05:29:serialization works for method delete
02-01-2023 10:05:29:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.consumesAppJson()
02-01-2023 10:05:29:serialization works for method consumesAppJson
02-01-2023 10:05:29:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.producesSvgXml()
02-01-2023 10:05:29:serialization works for method producesSvgXml
02-01-2023 10:05:29:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.producesXml()
02-01-2023 10:05:29:serialization works for method producesXml
02-01-2023 10:05:29:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.consumesForm()
02-01-2023 10:05:29:serialization works for method consumesForm
02-01-2023 10:05:29:Serialization with #toString() of Resource method links is sucessfull
02-01-2023 10:05:29:FINISHED TEST : serializationFromResourceTest()
02-01-2023 10:05:29:STARTING TEST : fromPathThrowsIAETest()
02-01-2023 10:05:29:fromPath(null) throws IllegalArgumentException as expected
02-01-2023 10:05:29:FINISHED TEST : fromPathThrowsIAETest()
02-01-2023 10:05:29:STARTING TEST : getParamsFromBuilderTest()
02-01-2023 10:05:29:Found expected titletitle
02-01-2023 10:05:29:Found expected RELREL
02-01-2023 10:05:29:Found expected typetype
02-01-2023 10:05:29:Found expected newparamvalue
02-01-2023 10:05:29:{rel=RELREL, NEWPARAM=NEWPARAMVALUE, title=TITLETITLE, type=TYPETYPE} found as expected
02-01-2023 10:05:29:FINISHED TEST : getParamsFromBuilderTest()
02-01-2023 10:05:29:STARTING TEST : getTypeIsNullTest()
02-01-2023 10:05:29:#getType( returns null as expected
02-01-2023 10:05:29:FINISHED TEST : getTypeIsNullTest()
02-01-2023 10:05:29:STARTING TEST : fromUriTest()
02-01-2023 10:05:29:Found expected http://oracle.com:888/
02-01-2023 10:05:29:Found expected resource
02-01-2023 10:05:29:Found expected get
02-01-2023 10:05:29:Link <http://oracle.com:888/resource/GET> has been created from URI http://oracle.com:888/resource/GET
02-01-2023 10:05:29:FINISHED TEST : fromUriTest()
02-01-2023 10:05:29:STARTING TEST : valueOfThrowsIllegalArgumentExceptionTest()
02-01-2023 10:05:29:Link#vaueOf() throws IllegalArgumentException as expected
02-01-2023 10:05:29:FINISHED TEST : valueOfThrowsIllegalArgumentExceptionTest()
02-01-2023 10:05:29:STARTING TEST : getTitleIsNullTest()
02-01-2023 10:05:29:#getTitle( returns null as expected
02-01-2023 10:05:29:FINISHED TEST : getTitleIsNullTest()
02-01-2023 10:05:29:STARTING TEST : fromUriThrowsIllegalArgumentExceptionTest()
02-01-2023 10:05:29:IllegalArgument has been thrown as expected: java.lang.IllegalArgumentException: "uri" parameter is null.
02-01-2023 10:05:29:FINISHED TEST : fromUriThrowsIllegalArgumentExceptionTest()
02-01-2023 10:05:29:STARTING TEST : getParamsFromResourceTest()
{title=Title}
02-01-2023 10:05:29:Found expected Title
02-01-2023 10:05:29:{title=Title} found as expected
02-01-2023 10:05:29:FINISHED TEST : getParamsFromResourceTest()
02-01-2023 10:05:29:STARTING TEST : getUriTest()
02-01-2023 10:05:29:Original URI http://oracle.com:888/resource/get equals obtained http://oracle.com:888/resource/get
02-01-2023 10:05:29:FINISHED TEST : getUriTest()
02-01-2023 10:05:29:STARTING TEST : fromMethodTest()
02-01-2023 10:05:29:Found expected <consumesappjson>
02-01-2023 10:05:29:Link <consumesappjson> has been created
02-01-2023 10:05:29:FINISHED TEST : fromMethodTest()
02-01-2023 10:05:29:STARTING TEST : fromResourceMethodThrowsIllegalArgumentExceptionNoMethodTest()
02-01-2023 10:05:29:IllegalArgumentException has been successfully thrown
02-01-2023 10:05:29:FINISHED TEST : fromResourceMethodThrowsIllegalArgumentExceptionNoMethodTest()
02-01-2023 10:05:29:STARTING TEST : getTypeTest()
02-01-2023 10:05:29:Found expected TYPETYPE
02-01-2023 10:05:29:FINISHED TEST : getTypeTest()
02-01-2023 10:05:29:STARTING TEST : fromResourceTest()
02-01-2023 10:05:29:Found expected <resource>
02-01-2023 10:05:29:type is not in <resource> as expected
02-01-2023 10:05:29:Link <resource> has been created
02-01-2023 10:05:29:FINISHED TEST : fromResourceTest()
02-01-2023 10:05:29:STARTING TEST : fromResourceWithMediaTypeTest()
02-01-2023 10:05:29:Found expected <producesresource>
02-01-2023 10:05:29:type="text/html" is not in <producesresource> as expected
02-01-2023 10:05:29:Link <producesresource> has been created
02-01-2023 10:05:29:FINISHED TEST : fromResourceWithMediaTypeTest()
02-01-2023 10:05:29:STARTING TEST : getRelsTest()
02-01-2023 10:05:29:#getRel() return expected rels ;RELREL;REL;relrelrel;RELRELREL;
02-01-2023 10:05:29:FINISHED TEST : getRelsTest()
02-01-2023 10:05:29:STARTING TEST : fromPathWithUriTemplateParamsTest()
02-01-2023 10:05:29:fromUriBuilder(UriBuilder.fromPath( somewhere/somehow/{p1}/{p2} )) is equivalent to fromPath( somewhere/somehow/{p1}/{p2} ) The link is <somewhere/somehow/param1/param2>
02-01-2023 10:05:29:FINISHED TEST : fromPathWithUriTemplateParamsTest()
02-01-2023 10:05:29:STARTING TEST : getRelsIsEmptyTest()
02-01-2023 10:05:29:#getRel() return empty list as expected
02-01-2023 10:05:29:FINISHED TEST : getRelsIsEmptyTest()
02-01-2023 10:05:29:STARTING TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullClassTest()
02-01-2023 10:05:29:IllegalArgumentException has been successfully thrown
02-01-2023 10:05:29:FINISHED TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullClassTest()
02-01-2023 10:05:29:STARTING TEST : getRelIsEmptyListTest()
02-01-2023 10:05:29:#getRel() returns expected null
02-01-2023 10:05:29:FINISHED TEST : getRelIsEmptyListTest()
02-01-2023 10:05:29:STARTING TEST : getRelTest()
02-01-2023 10:05:29:#getRel() return expected rel
02-01-2023 10:05:29:FINISHED TEST : getRelTest()
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in ee.jakarta.tck.ws.rs.api.rs.core.link.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.configurable.JAXRSClientIT
02-01-2023 10:05:29:STARTING TEST : registerFeatureClassReturningFalseWithPriorityTest()
02-01-2023 10:05:29:Already registered 0 classes
02-01-2023 10:05:29:Already registered 0 instances
02-01-2023 10:05:29:Found 1 features
02-01-2023 10:05:29:Found 1 features
02-01-2023 10:05:29:FINISHED TEST : registerFeatureClassReturningFalseWithPriorityTest()
02-01-2023 10:05:29:STARTING TEST : registerClassContractsTest()
02-01-2023 10:05:29:Already registered 0 classes
02-01-2023 10:05:29:Already registered 0 instances
02-01-2023 10:05:29:Found 1 features
02-01-2023 10:05:29:Found 1 features
02-01-2023 10:05:29:FINISHED TEST : registerClassContractsTest()
02-01-2023 10:05:29:STARTING TEST : registerFeatureInstanceReturningFalseTest()
02-01-2023 10:05:29:Already registered 0 classes
02-01-2023 10:05:29:Already registered 0 instances
02-01-2023 10:05:29:Found 1 features
02-01-2023 10:05:29:Found 1 features
02-01-2023 10:05:29:FINISHED TEST : registerFeatureInstanceReturningFalseTest()
02-01-2023 10:05:29:STARTING TEST : registerFeatureClassReturningFalseTest()
02-01-2023 10:05:29:Already registered 0 classes
02-01-2023 10:05:29:Already registered 0 instances
02-01-2023 10:05:29:Found 1 features
02-01-2023 10:05:29:Found 1 features
02-01-2023 10:05:29:FINISHED TEST : registerFeatureClassReturningFalseTest()
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in ee.jakarta.tck.ws.rs.api.rs.core.configurable.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.configuration.JAXRSClientIT
02-01-2023 10:05:29:STARTING TEST : isRegisteredProviderRegisteredClassTest()
02-01-2023 10:05:29:Already registered 0 classes
02-01-2023 10:05:29:Already registered 0 instances
02-01-2023 10:05:29:Already registered 0 properties
02-01-2023 10:05:29:Found registered CallableProvider1 as expected on Client configuration
02-01-2023 10:05:29:Found registered CallableProvider2 as expected on WebTarget configuration
02-01-2023 10:05:29:Found registered CallableProvider1 as expected on WebTarget configuration
02-01-2023 10:05:29:FINISHED TEST : isRegisteredProviderRegisteredClassTest()
02-01-2023 10:05:29:STARTING TEST : getRuntimeTypeTest()
02-01-2023 10:05:29:Already registered 0 classes
02-01-2023 10:05:29:Already registered 0 instances
02-01-2023 10:05:29:Already registered 0 properties
02-01-2023 10:05:29:#getRuntimeType() is CLIENT as expected on Client configuration
02-01-2023 10:05:29:#getRuntimeType() is CLIENT as expected on WebTarget configuration
02-01-2023 10:05:29:FINISHED TEST : getRuntimeTypeTest()
02-01-2023 10:05:29:STARTING TEST : getContractsTest()
02-01-2023 10:05:29:Already registered 0 classes
02-01-2023 10:05:29:Already registered 0 instances
02-01-2023 10:05:29:Already registered 0 properties
02-01-2023 10:05:29:#getContracts() is interface jakarta.ws.rs.ext.MessageBodyReader as expected on Client configuration
02-01-2023 10:05:29:Found expected priority 124
02-01-2023 10:05:29:#getContracts() is interface jakarta.ws.rs.ext.MessageBodyReader as expected on WebTarget configuration
02-01-2023 10:05:29:Found expected priority 124
02-01-2023 10:05:29:FINISHED TEST : getContractsTest()
02-01-2023 10:05:29:STARTING TEST : getContractsIsNeverNullTest()
02-01-2023 10:05:29:Already registered 0 classes
02-01-2023 10:05:29:Already registered 0 instances
02-01-2023 10:05:29:Already registered 0 properties
02-01-2023 10:05:29:#getContracts() is not null as expected on Client configuration
02-01-2023 10:05:29:#getContracts() is not null as expected on WebTarget configuration
02-01-2023 10:05:29:FINISHED TEST : getContractsIsNeverNullTest()
02-01-2023 10:05:29:STARTING TEST : getClassesIsNeverNullTest()
02-01-2023 10:05:29:Already registered 0 classes
02-01-2023 10:05:29:Already registered 0 instances
02-01-2023 10:05:29:Already registered 0 properties
02-01-2023 10:05:29:#getClasses() is not null as expected on Client configuration
02-01-2023 10:05:29:#getClasses() is not null as expected on WebTarget configuration
02-01-2023 10:05:29:FINISHED TEST : getClassesIsNeverNullTest()
02-01-2023 10:05:29:STARTING TEST : getClassesTest()
02-01-2023 10:05:29:Already registered 0 classes
02-01-2023 10:05:29:Already registered 0 instances
02-01-2023 10:05:29:Already registered 0 properties
02-01-2023 10:05:29:Found 1 providers
02-01-2023 10:05:29:Found 2 providers
02-01-2023 10:05:29:FINISHED TEST : getClassesTest()
02-01-2023 10:05:29:STARTING TEST : getInstancesIsImmutableTest()
02-01-2023 10:05:29:Already registered 0 classes
02-01-2023 10:05:29:Already registered 0 instances
02-01-2023 10:05:29:Already registered 0 properties
02-01-2023 10:05:29:Found 0 providers
02-01-2023 10:05:29:Found 0 providers
02-01-2023 10:05:29:FINISHED TEST : getInstancesIsImmutableTest()
02-01-2023 10:05:29:STARTING TEST : getPropertiesIsImmutableTest()
02-01-2023 10:05:29:Already registered 0 classes
02-01-2023 10:05:29:Already registered 0 instances
02-01-2023 10:05:29:Already registered 0 properties
02-01-2023 10:05:29:Found 1  properties
02-01-2023 10:05:29:Found 2  properties
02-01-2023 10:05:29:FINISHED TEST : getPropertiesIsImmutableTest()
02-01-2023 10:05:29:STARTING TEST : getPropertyNamesTest()
02-01-2023 10:05:29:Already registered 0 classes
02-01-2023 10:05:29:Already registered 0 instances
02-01-2023 10:05:29:Already registered 0 properties
02-01-2023 10:05:29:Found 1 properties
02-01-2023 10:05:29:Found 2 properties
02-01-2023 10:05:29:FINISHED TEST : getPropertyNamesTest()
02-01-2023 10:05:29:STARTING TEST : getPropertyIsNullTest()
02-01-2023 10:05:29:Already registered 0 classes
02-01-2023 10:05:29:Already registered 0 instances
02-01-2023 10:05:29:Already registered 0 properties
02-01-2023 10:05:29:#getProperty('nonexisting') is null as expected
02-01-2023 10:05:29:#getProperty('nonexisting') is null as expected
02-01-2023 10:05:29:FINISHED TEST : getPropertyIsNullTest()
02-01-2023 10:05:29:STARTING TEST : getPropertyTest()
02-01-2023 10:05:29:Already registered 0 classes
02-01-2023 10:05:29:Already registered 0 instances
02-01-2023 10:05:29:Already registered 0 properties
02-01-2023 10:05:29:Found property0
02-01-2023 10:05:29:Found property1
02-01-2023 10:05:29:FINISHED TEST : getPropertyTest()
02-01-2023 10:05:29:STARTING TEST : getInstancesIsNeverNullTest()
02-01-2023 10:05:29:Already registered 0 classes
02-01-2023 10:05:29:Already registered 0 instances
02-01-2023 10:05:29:Already registered 0 properties
02-01-2023 10:05:29:#getInstances() is not null as expected on Client configuration
02-01-2023 10:05:29:#getInstances() is not null as expected on WebTarget configuration
02-01-2023 10:05:29:FINISHED TEST : getInstancesIsNeverNullTest()
02-01-2023 10:05:29:STARTING TEST : getPropertiesTest()
02-01-2023 10:05:29:Already registered 0 classes
02-01-2023 10:05:29:Already registered 0 instances
02-01-2023 10:05:29:Already registered 0 properties
02-01-2023 10:05:29:Found 1 properties
02-01-2023 10:05:29:Found 2 properties
02-01-2023 10:05:29:FINISHED TEST : getPropertiesTest()
02-01-2023 10:05:29:STARTING TEST : getClassesIsImmutableTest()
02-01-2023 10:05:29:Already registered 0 classes
02-01-2023 10:05:29:Already registered 0 instances
02-01-2023 10:05:29:Already registered 0 properties
02-01-2023 10:05:29:Found 0 providers
02-01-2023 10:05:29:Found 0 providers
02-01-2023 10:05:29:Found 0 providers
02-01-2023 10:05:29:FINISHED TEST : getClassesIsImmutableTest()
02-01-2023 10:05:29:STARTING TEST : getInstancesTest()
02-01-2023 10:05:29:Already registered 0 classes
02-01-2023 10:05:29:Already registered 0 instances
02-01-2023 10:05:29:Already registered 0 properties
02-01-2023 10:05:29:Found 1 providers
02-01-2023 10:05:29:Found 2 providers
02-01-2023 10:05:29:FINISHED TEST : getInstancesTest()
02-01-2023 10:05:29:STARTING TEST : isRegisteredProviderRegisteredInstanceTest()
02-01-2023 10:05:29:Already registered 0 classes
02-01-2023 10:05:29:Already registered 0 instances
02-01-2023 10:05:29:Already registered 0 properties
02-01-2023 10:05:29:Found registered CallableProvider1 as expected on Client configuration
02-01-2023 10:05:29:Found registered CallableProvider2 as expected on WebTarget configuration
02-01-2023 10:05:29:Found registered CallableProvider1 as expected on WebTarget configuration
02-01-2023 10:05:29:FINISHED TEST : isRegisteredProviderRegisteredInstanceTest()
02-01-2023 10:05:29:STARTING TEST : getPropertyNamesIsImmutableTest()
02-01-2023 10:05:29:Already registered 0 classes
02-01-2023 10:05:29:Already registered 0 instances
02-01-2023 10:05:29:Already registered 0 properties
02-01-2023 10:05:29:Found 1  properties
02-01-2023 10:05:29:Found 2  properties
02-01-2023 10:05:29:FINISHED TEST : getPropertyNamesIsImmutableTest()
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in ee.jakarta.tck.ws.rs.api.rs.core.configuration.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.variant.JAXRSClientIT
02-01-2023 10:05:29:STARTING TEST : constructorMediaStringStringThrowsIllegalArgumentExceptionTest()
02-01-2023 10:05:29:Thrown IllegalArgumentException as expected
02-01-2023 10:05:29:FINISHED TEST : constructorMediaStringStringThrowsIllegalArgumentExceptionTest()
02-01-2023 10:05:29:STARTING TEST : constructorMediaStringStringTest()
02-01-2023 10:05:29:FINISHED TEST : constructorMediaStringStringTest()
02-01-2023 10:05:29:STARTING TEST : equalsTest2()
02-01-2023 10:05:29:FINISHED TEST : equalsTest2()
02-01-2023 10:05:29:STARTING TEST : equalsTest3()
02-01-2023 10:05:29:FINISHED TEST : equalsTest3()
02-01-2023 10:05:29:STARTING TEST : encodingsTest()
02-01-2023 10:05:29:FINISHED TEST : encodingsTest()
02-01-2023 10:05:29:STARTING TEST : constructorMediaStringStringStringStringTest()
02-01-2023 10:05:29:FINISHED TEST : constructorMediaStringStringStringStringTest()
02-01-2023 10:05:29:STARTING TEST : languagesTest()
02-01-2023 10:05:29:FINISHED TEST : languagesTest()
02-01-2023 10:05:29:STARTING TEST : constructorMediaStringStringStringThrowsIllegalArgumentExceptionTest()
02-01-2023 10:05:29:Thrown IllegalArgumentException as expected
02-01-2023 10:05:29:FINISHED TEST : constructorMediaStringStringStringThrowsIllegalArgumentExceptionTest()
02-01-2023 10:05:29:STARTING TEST : constructorTest1()
02-01-2023 10:05:29:FINISHED TEST : constructorTest1()
02-01-2023 10:05:29:STARTING TEST : constructorTest2()
02-01-2023 10:05:29:FINISHED TEST : constructorTest2()
02-01-2023 10:05:29:STARTING TEST : constructorTest3()
02-01-2023 10:05:29:FINISHED TEST : constructorTest3()
02-01-2023 10:05:29:STARTING TEST : equalTest1()
02-01-2023 10:05:29:FINISHED TEST : equalTest1()
02-01-2023 10:05:29:STARTING TEST : constructorMediaStringStringStringStringThrowsIllegalArgumentExceptionTest()
02-01-2023 10:05:29:Thrown IllegalArgumentException as expected
02-01-2023 10:05:29:FINISHED TEST : constructorMediaStringStringStringStringThrowsIllegalArgumentExceptionTest()
02-01-2023 10:05:29:STARTING TEST : getLanguageStringTest()
02-01-2023 10:05:29:#getLanguageString returned exected language string
02-01-2023 10:05:29:FINISHED TEST : getLanguageStringTest()
02-01-2023 10:05:29:STARTING TEST : constructorMediaStringStringStringTest()
02-01-2023 10:05:29:FINISHED TEST : constructorMediaStringStringStringTest()
02-01-2023 10:05:29:STARTING TEST : mediaTypesTest()
02-01-2023 10:05:29: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
02-01-2023 10:05:29:STARTING TEST : wildcardTest()
02-01-2023 10:05:29:FINISHED TEST : wildcardTest()
02-01-2023 10:05:29:STARTING TEST : valueOfTest()
02-01-2023 10:05:29:FINISHED TEST : valueOfTest()
02-01-2023 10:05:29:STARTING TEST : withCharsetTest()
02-01-2023 10:05:29:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains expected character set UTF-8
02-01-2023 10:05:29:MediaType application/x-www-form-urlencoded;charset=ISO-8859-2 contains expected character set ISO-8859-2
02-01-2023 10:05:29:MediaType application/x-www-form-urlencoded;charset=UTF-16 contains expected character set UTF-16
02-01-2023 10:05:29:FINISHED TEST : withCharsetTest()
02-01-2023 10:05:29:STARTING TEST : valueOfTest1()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected
02-01-2023 10:05:29:FINISHED TEST : valueOfTest1()
02-01-2023 10:05:29:STARTING TEST : equalsTest1()
02-01-2023 10:05:29:FINISHED TEST : equalsTest1()
02-01-2023 10:05:29:STARTING TEST : equalsTest2()
02-01-2023 10:05:29:FINISHED TEST : equalsTest2()
02-01-2023 10:05:29:STARTING TEST : equalsTest3()
02-01-2023 10:05:29:FINISHED TEST : equalsTest3()
02-01-2023 10:05:29:STARTING TEST : equalsTest4()
02-01-2023 10:05:29:FINISHED TEST : equalsTest4()
02-01-2023 10:05:29:STARTING TEST : constructorTest1()
02-01-2023 10:05:29:FINISHED TEST : constructorTest1()
02-01-2023 10:05:29:STARTING TEST : constructorTest2()
02-01-2023 10:05:29:FINISHED TEST : constructorTest2()
02-01-2023 10:05:29:STARTING TEST : constructorTest3()
02-01-2023 10:05:29:FINISHED TEST : constructorTest3()
02-01-2023 10:05:29:STARTING TEST : hashCodeTest1()
02-01-2023 10:05:29:FINISHED TEST : hashCodeTest1()
02-01-2023 10:05:29:STARTING TEST : hashCodeTest2()
02-01-2023 10:05:29:FINISHED TEST : hashCodeTest2()
02-01-2023 10:05:29:STARTING TEST : hashCodeTest3()
02-01-2023 10:05:29:FINISHED TEST : hashCodeTest3()
02-01-2023 10:05:29:STARTING TEST : toStringTest()
02-01-2023 10:05:29:FINISHED TEST : toStringTest()
02-01-2023 10:05:29:STARTING TEST : withCharsetNullOrEmptyCharsetTest()
02-01-2023 10:05:29:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected
02-01-2023 10:05:29:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected
02-01-2023 10:05:29:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected
02-01-2023 10:05:29:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected
02-01-2023 10:05:29:FINISHED TEST : withCharsetNullOrEmptyCharsetTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringStringStringTest()
02-01-2023 10:05:29:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected
02-01-2023 10:05:29:MediaType application/x-www-form-urlencoded;charset=ISO-8859-2 contains character set charset=ISO-8859-2 as expected
02-01-2023 10:05:29:MediaType application/x-www-form-urlencoded;charset=UTF-16 contains character set charset=UTF-16 as expected
02-01-2023 10:05:29:FINISHED TEST : constructorStringStringStringTest()
02-01-2023 10:05:29:STARTING TEST : isCompatibleTest1()
02-01-2023 10:05:29:FINISHED TEST : isCompatibleTest1()
02-01-2023 10:05:29:STARTING TEST : isCompatibleTest2()
02-01-2023 10:05:29:FINISHED TEST : isCompatibleTest2()
02-01-2023 10:05:29:STARTING TEST : isCompatibleTest3()
02-01-2023 10:05:29:FINISHED TEST : isCompatibleTest3()
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in ee.jakarta.tck.ws.rs.api.rs.core.mediatype.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.form.JAXRSClientIT
02-01-2023 10:05:29:STARTING TEST : constructorMultivaluedMapArgTest()
02-01-2023 10:05:29:Form instance with MultivaluedMap argument sucessfully created
02-01-2023 10:05:29:FINISHED TEST : constructorMultivaluedMapArgTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringArgsTest()
02-01-2023 10:05:29:Form instance with String arguments sucessfully created
02-01-2023 10:05:29:FINISHED TEST : constructorStringArgsTest()
02-01-2023 10:05:29:STARTING TEST : paramTest()
02-01-2023 10:05:29:Form instance created
02-01-2023 10:05:29: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.linkjaxbadapter.JAXRSClientIT
02-01-2023 10:05:29:STARTING TEST : unmarshallTest()
02-01-2023 10:05:29:unmarshalled Link contains expected url, title, media type, and parameters <some://where.at:port/>; rel="Relation"; title="XTitleX"; type="application/svg+xml"; name2="val2"; name1="val1"
02-01-2023 10:05:29:FINISHED TEST : unmarshallTest()
02-01-2023 10:05:29:STARTING TEST : marshallTest()
02-01-2023 10:05:29:Marshalled Link contains expected <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<model>
    <link href="some://where.at:port/" rel="Relation" title="XTitleX" type="application/svg+xml" name2="val2" name1="val1"/>
</model>
02-01-2023 10:05:29:FINISHED TEST : marshallTest()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in ee.jakarta.tck.ws.rs.api.rs.core.linkjaxbadapter.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.linkbuilder.JAXRSClientIT
02-01-2023 10:05:29:STARTING TEST : titleTest()
02-01-2023 10:05:29:#title set expected title
02-01-2023 10:05:29:FINISHED TEST : titleTest()
02-01-2023 10:05:29:STARTING TEST : uriStringThrowsIAETest()
02-01-2023 10:05:29:#uri(nonUriString) throws IllegalArgumentException as expected
02-01-2023 10:05:29:FINISHED TEST : uriStringThrowsIAETest()
02-01-2023 10:05:29:STARTING TEST : linkLinkTest()
02-01-2023 10:05:29:Found vAlUe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected
02-01-2023 10:05:29:Found ValuEe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected
02-01-2023 10:05:29:Found VVallue in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected
02-01-2023 10:05:29:Found expected http://oracle.com:888/
02-01-2023 10:05:29:parameters and underlaying URI were copied as expected to a new link <http://oracle.com:888/>; rel="RlrL"; paRam3="VVallue"; Param1="vAlUe"; title="Ttttlll"; type="text/xml"; parAM2="ValuEe"
02-01-2023 10:05:29:FINISHED TEST : linkLinkTest()
02-01-2023 10:05:29:STARTING TEST : buildRelativizedThrowsIAEWhenNotSuppliedValuesTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected when a value has not been supplied
02-01-2023 10:05:29:FINISHED TEST : buildRelativizedThrowsIAEWhenNotSuppliedValuesTest()
02-01-2023 10:05:29:STARTING TEST : paramThrowsExceptionWhenNullValueTest()
02-01-2023 10:05:29:#param throws IllegalArgumentException as expected
02-01-2023 10:05:29:FINISHED TEST : paramThrowsExceptionWhenNullValueTest()
02-01-2023 10:05:29:STARTING TEST : paramThrowsExceptionWhenNullNameTest()
02-01-2023 10:05:29:#param throws IllegalArgumentException as expected
02-01-2023 10:05:29:FINISHED TEST : paramThrowsExceptionWhenNullNameTest()
02-01-2023 10:05:29:STARTING TEST : uriStringTest()
02-01-2023 10:05:29:#uri(String) affected link <http://oracle.com:888/> as expected
02-01-2023 10:05:29:FINISHED TEST : uriStringTest()
02-01-2023 10:05:29:STARTING TEST : baseUriStringTest()
02-01-2023 10:05:29:Created URI http://oracle.com:888/a/b/c
02-01-2023 10:05:29:Found expected http://oracle.com:888/
02-01-2023 10:05:29:FINISHED TEST : baseUriStringTest()
02-01-2023 10:05:29:STARTING TEST : uriUriTest()
02-01-2023 10:05:29:#uri(URI) affected link <http://oracle.com:888/resource/get> as expected
02-01-2023 10:05:29:FINISHED TEST : uriUriTest()
02-01-2023 10:05:29:STARTING TEST : uriBuilderTest()
02-01-2023 10:05:29:#fromUriBuilder http://oracle.com:888/resource/goto/label/ten/ contains the original http://oracle.com:888/resource/goto/label/ten/
02-01-2023 10:05:29:FINISHED TEST : uriBuilderTest()
02-01-2023 10:05:29:STARTING TEST : relMoreNamesTest()
02-01-2023 10:05:29:#rel added expected relations
02-01-2023 10:05:29:FINISHED TEST : relMoreNamesTest()
02-01-2023 10:05:29:STARTING TEST : linkStringTest()
02-01-2023 10:05:29:Found vAlUe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected
02-01-2023 10:05:29:Found ValuEe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected
02-01-2023 10:05:29:Found VVallue in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected
02-01-2023 10:05:29:Found expected http://oracle.com:888/
02-01-2023 10:05:29:parameters and underlaying URI were copied as expected to a new link <http://oracle.com:888/>; rel="RlrL"; paRam3="VVallue"; Param1="vAlUe"; title="Ttttlll"; type="text/xml"; parAM2="ValuEe"
02-01-2023 10:05:29:FINISHED TEST : linkStringTest()
02-01-2023 10:05:29:STARTING TEST : buildObjectsTest()
02-01-2023 10:05:29:#build() finished building a link and returned the instance <http://oracle.com:888/p1/p2/p3>
02-01-2023 10:05:29:FINISHED TEST : buildObjectsTest()
02-01-2023 10:05:29:STARTING TEST : buildNoArgsThrowsUriBuilderExceptionTest()
02-01-2023 10:05:29:#build() throw UriBuilderException as expected
02-01-2023 10:05:29:FINISHED TEST : buildNoArgsThrowsUriBuilderExceptionTest()
02-01-2023 10:05:29:STARTING TEST : typeTest()
02-01-2023 10:05:29:#type set correct types
02-01-2023 10:05:29:FINISHED TEST : typeTest()
02-01-2023 10:05:29:STARTING TEST : baseUriURITest()
02-01-2023 10:05:29:Created URI http://oracle.com:888/a/b/c
02-01-2023 10:05:29:Found expected http://oracle.com:888/
02-01-2023 10:05:29:FINISHED TEST : baseUriURITest()
02-01-2023 10:05:29:STARTING TEST : baseUriStringThrowsIAETest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected
02-01-2023 10:05:29:FINISHED TEST : baseUriStringThrowsIAETest()
02-01-2023 10:05:29:STARTING TEST : buildRelativizedThrowsUriBuilderExceptionTest()
02-01-2023 10:05:29:UriBuilderException has been thrown as expected
02-01-2023 10:05:29:FINISHED TEST : buildRelativizedThrowsUriBuilderExceptionTest()
02-01-2023 10:05:29:STARTING TEST : buildRelativizedThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected when a value has not been supplied
02-01-2023 10:05:29:FINISHED TEST : buildRelativizedThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest()
02-01-2023 10:05:29:STARTING TEST : buildRelativizedThrowsIAEWhenSuppliedValueIsNullTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected when a supplied value is null
02-01-2023 10:05:29:FINISHED TEST : buildRelativizedThrowsIAEWhenSuppliedValueIsNullTest()
02-01-2023 10:05:29:STARTING TEST : buildRelativizedDoesNotSharePrefixTest()
02-01-2023 10:05:29:Found expected a/b/c
02-01-2023 10:05:29:Found expected http://oracle.com:888/
02-01-2023 10:05:29:Found expected http://oracle.com:888/a/b/c
02-01-2023 10:05:29:When a prefix is not shared, the methods is equivalent to build() as expected
02-01-2023 10:05:29:FINISHED TEST : buildRelativizedDoesNotSharePrefixTest()
02-01-2023 10:05:29:STARTING TEST : buildThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected when a value has not been supplied
02-01-2023 10:05:29:FINISHED TEST : buildThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest()
02-01-2023 10:05:29:STARTING TEST : linkStringThrowsIAETest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected
02-01-2023 10:05:29:FINISHED TEST : linkStringThrowsIAETest()
02-01-2023 10:05:29:STARTING TEST : baseUriIsNotJustBaseURITest()
02-01-2023 10:05:29:Created URI http://oracle.com:888/a/b/c
02-01-2023 10:05:29:Found expected http://oracle.com:888/
02-01-2023 10:05:29:FINISHED TEST : baseUriIsNotJustBaseURITest()
02-01-2023 10:05:29:STARTING TEST : baseUriIsNotJustBaseStringTest()
02-01-2023 10:05:29:Created URI http://oracle.com:888/a/b/c
02-01-2023 10:05:29:Found expected http://oracle.com:888/
02-01-2023 10:05:29:FINISHED TEST : baseUriIsNotJustBaseStringTest()
02-01-2023 10:05:29:STARTING TEST : baseUriIsIgnoredURITest()
02-01-2023 10:05:29:Created URI http://oracle.com:888/resource/something
02-01-2023 10:05:29:Found expected http://oracle.com:888/
02-01-2023 10:05:29:The base uri http://ignored.com has been ignored as expected
02-01-2023 10:05:29:FINISHED TEST : baseUriIsIgnoredURITest()
02-01-2023 10:05:29:STARTING TEST : relTest()
02-01-2023 10:05:29:#rel added expected relations
02-01-2023 10:05:29:FINISHED TEST : relTest()
02-01-2023 10:05:29:STARTING TEST : buildNoArgTest()
02-01-2023 10:05:29:#build() finished building a link and returned the instance
02-01-2023 10:05:29:FINISHED TEST : buildNoArgTest()
02-01-2023 10:05:29:STARTING TEST : buildObjectsThrowsUriBuilderExceptionTest()
02-01-2023 10:05:29:#build(someNonURIObjects) throw UriBuilderException as expected
02-01-2023 10:05:29:FINISHED TEST : buildObjectsThrowsUriBuilderExceptionTest()
02-01-2023 10:05:29:STARTING TEST : baseUriIsIgnoredStringTest()
02-01-2023 10:05:29:Created URI http://oracle.com:888/resource/something
02-01-2023 10:05:29:Found expected http://oracle.com:888/
02-01-2023 10:05:29:The base uri http://ignored.com has been ignored as expected
02-01-2023 10:05:29:FINISHED TEST : baseUriIsIgnoredStringTest()
02-01-2023 10:05:29:STARTING TEST : buildRelativizedTest()
02-01-2023 10:05:29:Found expected a/b/c
02-01-2023 10:05:29:Absolute http://oracle.com:888/ has not been found as expected in link <a/b/c>
02-01-2023 10:05:29:FINISHED TEST : buildRelativizedTest()
02-01-2023 10:05:29:STARTING TEST : paramTest()
02-01-2023 10:05:29:Found param1value1 in map {param1=param1value1, param2=param1value2} as expected
02-01-2023 10:05:29:Found param1value2 in map {param1=param1value1, param2=param1value2} as expected
02-01-2023 10:05:29:#param set correct parameters
02-01-2023 10:05:29:FINISHED TEST : paramTest()
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in ee.jakarta.tck.ws.rs.api.rs.core.linkbuilder.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.cachecontrol.JAXRSClientIT
02-01-2023 10:05:29:STARTING TEST : valueOfTest()
02-01-2023 10:05:29:FINISHED TEST : valueOfTest()
02-01-2023 10:05:29:STARTING TEST : noStoreTest()
02-01-2023 10:05:29:FINISHED TEST : noStoreTest()
02-01-2023 10:05:29:STARTING TEST : valueOfTest1()
02-01-2023 10:05:29:FINISHED TEST : valueOfTest1()
02-01-2023 10:05:29:STARTING TEST : revalidateTest()
02-01-2023 10:05:29:FINISHED TEST : revalidateTest()
02-01-2023 10:05:29:STARTING TEST : maxAgeTest()
02-01-2023 10:05:29:FINISHED TEST : maxAgeTest()
02-01-2023 10:05:29:STARTING TEST : equalsTest()
02-01-2023 10:05:29:FINISHED TEST : equalsTest()
02-01-2023 10:05:29:STARTING TEST : getExtensionTest()
02-01-2023 10:05:29:FINISHED TEST : getExtensionTest()
02-01-2023 10:05:29:STARTING TEST : toStringTest()
02-01-2023 10:05:29:FINISHED TEST : toStringTest()
02-01-2023 10:05:29:STARTING TEST : noCacheTest()
02-01-2023 10:05:29:FINISHED TEST : noCacheTest()
02-01-2023 10:05:29:STARTING TEST : noTransformTest()
02-01-2023 10:05:29:FINISHED TEST : noTransformTest()
02-01-2023 10:05:29:STARTING TEST : sMaxAgeTest()
02-01-2023 10:05:29:FINISHED TEST : sMaxAgeTest()
02-01-2023 10:05:29:STARTING TEST : proxyRevalidateTest()
02-01-2023 10:05:29:FINISHED TEST : proxyRevalidateTest()
02-01-2023 10:05:29:STARTING TEST : emptyConstructorTest()
02-01-2023 10:05:29:FINISHED TEST : emptyConstructorTest()
02-01-2023 10:05:29:STARTING TEST : privateTest()
02-01-2023 10:05:29:FINISHED TEST : privateTest()
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in ee.jakarta.tck.ws.rs.api.rs.core.cachecontrol.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.newcookie.JAXRSClientIT
02-01-2023 10:05:29:STARTING TEST : parseTest1()
02-01-2023 10:05:29:FINISHED TEST : parseTest1()
02-01-2023 10:05:29:STARTING TEST : parseTest2()
02-01-2023 10:05:29:FINISHED TEST : parseTest2()
02-01-2023 10:05:29:STARTING TEST : parseTest3()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected
02-01-2023 10:05:29:FINISHED TEST : parseTest3()
02-01-2023 10:05:29:STARTING TEST : constructorTest1()
02-01-2023 10:05:29:FINISHED TEST : constructorTest1()
02-01-2023 10:05:29:STARTING TEST : constructorTest2()
02-01-2023 10:05:29:FINISHED TEST : constructorTest2()
02-01-2023 10:05:29:STARTING TEST : constructorTest3()
02-01-2023 10:05:29:FINISHED TEST : constructorTest3()
02-01-2023 10:05:29:STARTING TEST : constructorTest4()
02-01-2023 10:05:29:FINISHED TEST : constructorTest4()
02-01-2023 10:05:29:STARTING TEST : constructorTest5()
02-01-2023 10:05:29:FINISHED TEST : constructorTest5()
02-01-2023 10:05:29:STARTING TEST : constructorTest6()
02-01-2023 10:05:29:FINISHED TEST : constructorTest6()
02-01-2023 10:05:29:STARTING TEST : constructorTest7()
02-01-2023 10:05:29:FINISHED TEST : constructorTest7()
02-01-2023 10:05:29:STARTING TEST : constructorTest8()
02-01-2023 10:05:29:FINISHED TEST : constructorTest8()
02-01-2023 10:05:29:STARTING TEST : constructorTest9()
02-01-2023 10:05:29:FINISHED TEST : constructorTest9()
02-01-2023 10:05:29:STARTING TEST : equalsTest()
02-01-2023 10:05:29:FINISHED TEST : equalsTest()
02-01-2023 10:05:29:STARTING TEST : toCookieTest()
02-01-2023 10:05:29:FINISHED TEST : toCookieTest()
02-01-2023 10:05:29:STARTING TEST : toStringTest()
02-01-2023 10:05:29:FINISHED TEST : toStringTest()
02-01-2023 10:05:29:STARTING TEST : constructorTest10()
02-01-2023 10:05:29:FINISHED TEST : constructorTest10()
02-01-2023 10:05:29:STARTING TEST : constructorTest11()
02-01-2023 10:05:29:FINISHED TEST : constructorTest11()
02-01-2023 10:05:29:STARTING TEST : constructorTest12()
02-01-2023 10:05:29:FINISHED TEST : constructorTest12()
02-01-2023 10:05:29:STARTING TEST : constructorTest13()
02-01-2023 10:05:29:FINISHED TEST : constructorTest13()
02-01-2023 10:05:29:STARTING TEST : constructorTest14()
02-01-2023 10:05:29:FINISHED TEST : constructorTest14()
02-01-2023 10:05:29:STARTING TEST : constructorTest15()
02-01-2023 10:05:29:FINISHED TEST : constructorTest15()
02-01-2023 10:05:29:STARTING TEST : constructorTest16()
02-01-2023 10:05:29:FINISHED TEST : constructorTest16()
02-01-2023 10:05:29:STARTING TEST : constructorTest17()
02-01-2023 10:05:29:FINISHED TEST : constructorTest17()
02-01-2023 10:05:29:STARTING TEST : constructorTest18()
02-01-2023 10:05:29:FINISHED TEST : constructorTest18()
02-01-2023 10:05:29:STARTING TEST : constructorTest19()
02-01-2023 10:05:29:FINISHED TEST : constructorTest19()
02-01-2023 10:05:29:STARTING TEST : constructorTest20()
02-01-2023 10:05:29:FINISHED TEST : constructorTest20()
02-01-2023 10:05:29:STARTING TEST : constructorTest21()
02-01-2023 10:05:29:FINISHED TEST : constructorTest21()
02-01-2023 10:05:29:STARTING TEST : constructorTest22()
02-01-2023 10:05:29:FINISHED TEST : constructorTest22()
02-01-2023 10:05:29:STARTING TEST : constructorTest23()
02-01-2023 10:05:29:FINISHED TEST : constructorTest23()
02-01-2023 10:05:29:STARTING TEST : constructorTest24()
02-01-2023 10:05:29:FINISHED TEST : constructorTest24()
02-01-2023 10:05:29:STARTING TEST : constructorTest25()
02-01-2023 10:05:29: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.uribuilder.JAXRSClientIT
02-01-2023 10:05:29:STARTING TEST : resolveTemplateStringObjectBooleanSlashNotEncodedTest()
02-01-2023 10:05:29:Got expected template {v}/{w}/{x}/{y}/{w}
02-01-2023 10:05:29:FINISHED TEST : resolveTemplateStringObjectBooleanSlashNotEncodedTest()
02-01-2023 10:05:29:STARTING TEST : toTemplateTest()
02-01-2023 10:05:29:Got expected template {v}/{w}/{x}/{y}/{w}
02-01-2023 10:05:29:FINISHED TEST : toTemplateTest()
02-01-2023 10:05:29:STARTING TEST : replacePathTest1()
02-01-2023 10:05:29:FINISHED TEST : replacePathTest1()
02-01-2023 10:05:29:STARTING TEST : replacePathTest2()
02-01-2023 10:05:29:FINISHED TEST : replacePathTest2()
02-01-2023 10:05:29:STARTING TEST : replacePathTest3()
02-01-2023 10:05:29:FINISHED TEST : replacePathTest3()
02-01-2023 10:05:29:STARTING TEST : resolveTemplatesMapThrowsIAEOnNullNameTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null.
02-01-2023 10:05:29:FINISHED TEST : resolveTemplatesMapThrowsIAEOnNullNameTest()
02-01-2023 10:05:29:STARTING TEST : uriStringTest()
02-01-2023 10:05:29:FINISHED TEST : uriStringTest()
02-01-2023 10:05:29:STARTING TEST : fromMethodThrowsIllegalArgumentExceptionWhenNoPathTest()
02-01-2023 10:05:29: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.
02-01-2023 10:05:29:FINISHED TEST : fromMethodThrowsIllegalArgumentExceptionWhenNoPathTest()
02-01-2023 10:05:29:STARTING TEST : uriStringThrowsIAEWhenNoUriTest()
02-01-2023 10:05:29:#IllegalArgumentException has been thrown as expected for #uri(noURI)
02-01-2023 10:05:29:FINISHED TEST : uriStringThrowsIAEWhenNoUriTest()
02-01-2023 10:05:29:STARTING TEST : resolveTemplatesMapBooleanSlashNotEncodedTest()
02-01-2023 10:05:29:FINISHED TEST : resolveTemplatesMapBooleanSlashNotEncodedTest()
02-01-2023 10:05:29:STARTING TEST : fromLinkTest()
02-01-2023 10:05:29:URI fromLink is equal to the expected URI
02-01-2023 10:05:29:FINISHED TEST : fromLinkTest()
02-01-2023 10:05:29:STARTING TEST : buildObjectsBooleanThrowsIAEWhenNoValueSuppliedTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: The template variable 'w' has no value
02-01-2023 10:05:29:FINISHED TEST : buildObjectsBooleanThrowsIAEWhenNoValueSuppliedTest()
02-01-2023 10:05:29:STARTING TEST : resolveTemplateFromEncodedPercentEncodedTest()
02-01-2023 10:05:29:FINISHED TEST : resolveTemplateFromEncodedPercentEncodedTest()
02-01-2023 10:05:29:STARTING TEST : uriTest1()
02-01-2023 10:05:29:FINISHED TEST : uriTest1()
02-01-2023 10:05:29:STARTING TEST : resolveTemplatesFromEncodedPercentEncodedTest()
02-01-2023 10:05:29:FINISHED TEST : resolveTemplatesFromEncodedPercentEncodedTest()
02-01-2023 10:05:29:STARTING TEST : replaceQueryParamTest1()
02-01-2023 10:05:29:FINISHED TEST : replaceQueryParamTest1()
02-01-2023 10:05:29:STARTING TEST : replaceQueryParamTest2()
02-01-2023 10:05:29:FINISHED TEST : replaceQueryParamTest2()
02-01-2023 10:05:29:STARTING TEST : replaceQueryParamTest3()
02-01-2023 10:05:29:FINISHED TEST : replaceQueryParamTest3()
02-01-2023 10:05:29:STARTING TEST : schemeTest1()
02-01-2023 10:05:29:FINISHED TEST : schemeTest1()
02-01-2023 10:05:29:STARTING TEST : schemeTest2()
02-01-2023 10:05:29:FINISHED TEST : schemeTest2()
02-01-2023 10:05:29:STARTING TEST : buildFromMapWithBooleanSlashEncodedTest()
02-01-2023 10:05:29:FINISHED TEST : buildFromMapWithBooleanSlashEncodedTest()
02-01-2023 10:05:29:STARTING TEST : buildFromMapTest1()
02-01-2023 10:05:29:FINISHED TEST : buildFromMapTest1()
02-01-2023 10:05:29:STARTING TEST : buildFromMapTest2()
02-01-2023 10:05:29:FINISHED TEST : buildFromMapTest2()
02-01-2023 10:05:29:STARTING TEST : buildFromMapTest3()
02-01-2023 10:05:29:FINISHED TEST : buildFromMapTest3()
02-01-2023 10:05:29:STARTING TEST : buildFromMapTest4()
02-01-2023 10:05:29:FINISHED TEST : buildFromMapTest4()
02-01-2023 10:05:29:STARTING TEST : buildFromMapTest5()
02-01-2023 10:05:29:FINISHED TEST : buildFromMapTest5()
02-01-2023 10:05:29:STARTING TEST : fragmentTest1()
02-01-2023 10:05:29:FINISHED TEST : fragmentTest1()
02-01-2023 10:05:29:STARTING TEST : resolveTemplatesMapThrowsIAEOnNullValueTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null.
02-01-2023 10:05:29:FINISHED TEST : resolveTemplatesMapThrowsIAEOnNullValueTest()
02-01-2023 10:05:29:STARTING TEST : hostTest1()
02-01-2023 10:05:29:FINISHED TEST : hostTest1()
02-01-2023 10:05:29:STARTING TEST : hostTest2()
02-01-2023 10:05:29:FINISHED TEST : hostTest2()
02-01-2023 10:05:29:STARTING TEST : fromMethodThrowsIllegalArgumentExceptionWhenMorePathsTest()
02-01-2023 10:05:29:IllegalArgumentException has been sucessfully thrown java.lang.IllegalArgumentException
02-01-2023 10:05:29:FINISHED TEST : fromMethodThrowsIllegalArgumentExceptionWhenMorePathsTest()
02-01-2023 10:05:29:STARTING TEST : userInfoTest()
foo:foo
foo:foo
02-01-2023 10:05:29:FINISHED TEST : userInfoTest()
02-01-2023 10:05:29:STARTING TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullValueTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "value" parameter is null.
02-01-2023 10:05:29:FINISHED TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullValueTest()
02-01-2023 10:05:29:STARTING TEST : resolveTemplateStringObjectBooleanSlashEncodedTest()
02-01-2023 10:05:29:Got expected template {v}/{w}/{x}/{y}/{w}
02-01-2023 10:05:29:FINISHED TEST : resolveTemplateStringObjectBooleanSlashEncodedTest()
02-01-2023 10:05:29:STARTING TEST : buildTest1()
02-01-2023 10:05:29:FINISHED TEST : buildTest1()
02-01-2023 10:05:29:STARTING TEST : buildTest2()
02-01-2023 10:05:29:FINISHED TEST : buildTest2()
02-01-2023 10:05:29:STARTING TEST : buildFromMapWithBooleanSlashNotEncodedTest()
02-01-2023 10:05:29:FINISHED TEST : buildFromMapWithBooleanSlashNotEncodedTest()
02-01-2023 10:05:29:STARTING TEST : pathTest0()
02-01-2023 10:05:29:FINISHED TEST : pathTest0()
02-01-2023 10:05:29:STARTING TEST : pathTest1()
02-01-2023 10:05:29:FINISHED TEST : pathTest1()
02-01-2023 10:05:29:STARTING TEST : pathTest2()
02-01-2023 10:05:29:FINISHED TEST : pathTest2()
02-01-2023 10:05:29:STARTING TEST : pathTest3()
02-01-2023 10:05:29:FINISHED TEST : pathTest3()
02-01-2023 10:05:29:STARTING TEST : pathTest4()
02-01-2023 10:05:29:FINISHED TEST : pathTest4()
02-01-2023 10:05:29:STARTING TEST : pathTest5()
02-01-2023 10:05:29:FINISHED TEST : pathTest5()
02-01-2023 10:05:29:STARTING TEST : pathTest6()
02-01-2023 10:05:29:FINISHED TEST : pathTest6()
02-01-2023 10:05:29:STARTING TEST : pathTest7()
02-01-2023 10:05:29:FINISHED TEST : pathTest7()
02-01-2023 10:05:29:STARTING TEST : pathTest8()
02-01-2023 10:05:29:FINISHED TEST : pathTest8()
02-01-2023 10:05:29:STARTING TEST : pathTest9()
02-01-2023 10:05:29:FINISHED TEST : pathTest9()
02-01-2023 10:05:29:STARTING TEST : resolveTemplateStringObjectThrowsIAEOnNullValueTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "value" parameter is null.
02-01-2023 10:05:29:FINISHED TEST : resolveTemplateStringObjectThrowsIAEOnNullValueTest()
02-01-2023 10:05:29:STARTING TEST : resolveTemplatesMapBooleanThrowsIAEOnNullNameTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null.
02-01-2023 10:05:29:FINISHED TEST : resolveTemplatesMapBooleanThrowsIAEOnNullNameTest()
02-01-2023 10:05:29:STARTING TEST : templateTest1()
02-01-2023 10:05:29:FINISHED TEST : templateTest1()
02-01-2023 10:05:29:STARTING TEST : templateTest2()
02-01-2023 10:05:29:FINISHED TEST : templateTest2()
02-01-2023 10:05:29:STARTING TEST : uriTest()
02-01-2023 10:05:29: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
02-01-2023 10:05:29:FINISHED TEST : uriTest()
02-01-2023 10:05:29:STARTING TEST : resolveTemplateFromEncodedThrowsNullOnNullValueTest()
02-01-2023 10:05:29:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: "value" parameter is null.
02-01-2023 10:05:29:FINISHED TEST : resolveTemplateFromEncodedThrowsNullOnNullValueTest()
02-01-2023 10:05:29:STARTING TEST : resolveTemplateFromEncodedThrowsNullOnNullNameTest()
02-01-2023 10:05:29:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: "name" parameter is null.
02-01-2023 10:05:29:FINISHED TEST : resolveTemplateFromEncodedThrowsNullOnNullNameTest()
02-01-2023 10:05:29:STARTING TEST : resolveTemplatesMapBooleanThrowsIAEOnNullMapTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "templateValues" parameter is null.
02-01-2023 10:05:29:FINISHED TEST : resolveTemplatesMapBooleanThrowsIAEOnNullMapTest()
02-01-2023 10:05:29:STARTING TEST : uriStringThrowsIAEWhenNullTest()
02-01-2023 10:05:29:#IllegalArgumentException has been thrown as expected for #uri(null)
02-01-2023 10:05:29:FINISHED TEST : uriStringThrowsIAEWhenNullTest()
02-01-2023 10:05:29:STARTING TEST : replaceQueryTest1()
02-01-2023 10:05:29:FINISHED TEST : replaceQueryTest1()
02-01-2023 10:05:29:STARTING TEST : replaceQueryTest2()
02-01-2023 10:05:29:FINISHED TEST : replaceQueryTest2()
02-01-2023 10:05:29:STARTING TEST : replaceQueryTest3()
02-01-2023 10:05:29:FINISHED TEST : replaceQueryTest3()
02-01-2023 10:05:29:STARTING TEST : resolveTemplatesFromEncodedTest()
02-01-2023 10:05:29:FINISHED TEST : resolveTemplatesFromEncodedTest()
02-01-2023 10:05:29:STARTING TEST : resolveTemplatesFromEncodedThrowsNullOnNullValueTest()
02-01-2023 10:05:29:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null.
02-01-2023 10:05:29:FINISHED TEST : resolveTemplatesFromEncodedThrowsNullOnNullValueTest()
02-01-2023 10:05:29:STARTING TEST : uriBuilderExceptionTest1()
02-01-2023 10:05:29:FINISHED TEST : uriBuilderExceptionTest1()
02-01-2023 10:05:29:STARTING TEST : uriBuilderExceptionTest2()
02-01-2023 10:05:29:FINISHED TEST : uriBuilderExceptionTest2()
02-01-2023 10:05:29:STARTING TEST : uriBuilderExceptionTest3()
02-01-2023 10:05:29:FINISHED TEST : uriBuilderExceptionTest3()
02-01-2023 10:05:29:STARTING TEST : uriBuilderExceptionTest4()
02-01-2023 10:05:29:FINISHED TEST : uriBuilderExceptionTest4()
02-01-2023 10:05:29:STARTING TEST : resolveTemplatesFromEncodedThrowsNullOnNullNameTest()
02-01-2023 10:05:29:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null.
02-01-2023 10:05:29:FINISHED TEST : resolveTemplatesFromEncodedThrowsNullOnNullNameTest()
02-01-2023 10:05:29:STARTING TEST : replaceMatrixParamTest1()
02-01-2023 10:05:29:FINISHED TEST : replaceMatrixParamTest1()
02-01-2023 10:05:29:STARTING TEST : replaceMatrixParamTest2()
02-01-2023 10:05:29:FINISHED TEST : replaceMatrixParamTest2()
02-01-2023 10:05:29:STARTING TEST : replaceMatrixParamTest3()
02-01-2023 10:05:29:FINISHED TEST : replaceMatrixParamTest3()
02-01-2023 10:05:29:STARTING TEST : replaceMatrixParamTest4()
02-01-2023 10:05:29:FINISHED TEST : replaceMatrixParamTest4()
02-01-2023 10:05:29:STARTING TEST : buildObjectsBooleanEncodedTest()
02-01-2023 10:05:29:FINISHED TEST : buildObjectsBooleanEncodedTest()
02-01-2023 10:05:29:STARTING TEST : schemeSpecificPartTest1()
02-01-2023 10:05:29:FINISHED TEST : schemeSpecificPartTest1()
02-01-2023 10:05:29:STARTING TEST : fromLinkThrowsIllegalArgumentExceptionTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected
02-01-2023 10:05:29:FINISHED TEST : fromLinkThrowsIllegalArgumentExceptionTest()
02-01-2023 10:05:29:STARTING TEST : replaceMatrixTest1()
02-01-2023 10:05:29:FINISHED TEST : replaceMatrixTest1()
02-01-2023 10:05:29:STARTING TEST : replaceMatrixTest2()
02-01-2023 10:05:29:FINISHED TEST : replaceMatrixTest2()
02-01-2023 10:05:29:STARTING TEST : replaceMatrixTest3()
02-01-2023 10:05:29:FINISHED TEST : replaceMatrixTest3()
02-01-2023 10:05:29:STARTING TEST : segmentTest1()
02-01-2023 10:05:29:FINISHED TEST : segmentTest1()
02-01-2023 10:05:29:STARTING TEST : segmentTest2()
02-01-2023 10:05:29:FINISHED TEST : segmentTest2()
02-01-2023 10:05:29:STARTING TEST : segmentTest3()
02-01-2023 10:05:29:FINISHED TEST : segmentTest3()
02-01-2023 10:05:29:STARTING TEST : fromResourceTest1()
02-01-2023 10:05:29:FINISHED TEST : fromResourceTest1()
02-01-2023 10:05:29:STARTING TEST : fromResourceTest2()
02-01-2023 10:05:29:FINISHED TEST : fromResourceTest2()
02-01-2023 10:05:29:STARTING TEST : resolveTemplatesFromEncodedThrowsNullOnNullMapTest()
02-01-2023 10:05:29:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: "templateValues" parameter is null.
02-01-2023 10:05:29:FINISHED TEST : resolveTemplatesFromEncodedThrowsNullOnNullMapTest()
02-01-2023 10:05:29:STARTING TEST : schemeSpecificPartTest()
02-01-2023 10:05:29:FINISHED TEST : schemeSpecificPartTest()
02-01-2023 10:05:29:STARTING TEST : matrixParamTest1()
02-01-2023 10:05:29:FINISHED TEST : matrixParamTest1()
02-01-2023 10:05:29:STARTING TEST : matrixParamTest2()
02-01-2023 10:05:29:FINISHED TEST : matrixParamTest2()
02-01-2023 10:05:29:STARTING TEST : matrixParamTest3()
02-01-2023 10:05:29:FINISHED TEST : matrixParamTest3()
02-01-2023 10:05:29:STARTING TEST : resolveTemplatesMapBooleanSlashEncodedTest()
02-01-2023 10:05:29:FINISHED TEST : resolveTemplatesMapBooleanSlashEncodedTest()
02-01-2023 10:05:29:STARTING TEST : fromUriTest1()
02-01-2023 10:05:29:FINISHED TEST : fromUriTest1()
02-01-2023 10:05:29:STARTING TEST : fromUriTest2()
02-01-2023 10:05:29:FINISHED TEST : fromUriTest2()
02-01-2023 10:05:29:STARTING TEST : fromUriTest3()
02-01-2023 10:05:29:FINISHED TEST : fromUriTest3()
02-01-2023 10:05:29:STARTING TEST : fromUriTest4()
02-01-2023 10:05:29:FINISHED TEST : fromUriTest4()
02-01-2023 10:05:29:STARTING TEST : pathTest10()
02-01-2023 10:05:29:FINISHED TEST : pathTest10()
02-01-2023 10:05:29:STARTING TEST : pathTest11()
02-01-2023 10:05:29:FINISHED TEST : pathTest11()
02-01-2023 10:05:29:STARTING TEST : pathTest12()
02-01-2023 10:05:29:FINISHED TEST : pathTest12()
02-01-2023 10:05:29:STARTING TEST : pathTest13()
02-01-2023 10:05:29:FINISHED TEST : pathTest13()
02-01-2023 10:05:29:STARTING TEST : resolveTemplatesMapBooleanThrowsIAEOnNullValueTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null.
02-01-2023 10:05:29:FINISHED TEST : resolveTemplatesMapBooleanThrowsIAEOnNullValueTest()
02-01-2023 10:05:29:STARTING TEST : resolveTemplateStringObjectTest()
02-01-2023 10:05:29:Got expected template {v}/{w}/{x}/{y}/{w}
02-01-2023 10:05:29:FINISHED TEST : resolveTemplateStringObjectTest()
02-01-2023 10:05:29:STARTING TEST : fromMethodTest()
02-01-2023 10:05:29:URI fromMethod is equal to the expected URI /sub
02-01-2023 10:05:29:FINISHED TEST : fromMethodTest()
02-01-2023 10:05:29:STARTING TEST : portTest1()
02-01-2023 10:05:29:FINISHED TEST : portTest1()
02-01-2023 10:05:29:STARTING TEST : portTest2()
02-01-2023 10:05:29:FINISHED TEST : portTest2()
02-01-2023 10:05:29:STARTING TEST : pathTest()
02-01-2023 10:05:29:FINISHED TEST : pathTest()
02-01-2023 10:05:29:STARTING TEST : resolveTemplateStringObjectThrowsIAEOnNullNameTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "name" parameter is null.
02-01-2023 10:05:29:FINISHED TEST : resolveTemplateStringObjectThrowsIAEOnNullNameTest()
02-01-2023 10:05:29:STARTING TEST : fromEncodedTest1()
02-01-2023 10:05:29:FINISHED TEST : fromEncodedTest1()
02-01-2023 10:05:29:STARTING TEST : fromEncodedTest2()
02-01-2023 10:05:29:FINISHED TEST : fromEncodedTest2()
02-01-2023 10:05:29:STARTING TEST : fromEncodedTest3()
02-01-2023 10:05:29:FINISHED TEST : fromEncodedTest3()
02-01-2023 10:05:29:STARTING TEST : buildFromMapWithBooleanThrowsIAEWhenNullValueTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected
02-01-2023 10:05:29:FINISHED TEST : buildFromMapWithBooleanThrowsIAEWhenNullValueTest()
02-01-2023 10:05:29:STARTING TEST : buildObjectsBooleanNotEncodedTest()
02-01-2023 10:05:29:FINISHED TEST : buildObjectsBooleanNotEncodedTest()
02-01-2023 10:05:29:STARTING TEST : resolveTemplateFromEncodedTest()
02-01-2023 10:05:29:FINISHED TEST : resolveTemplateFromEncodedTest()
02-01-2023 10:05:29:STARTING TEST : queryParamTest1()
02-01-2023 10:05:29:FINISHED TEST : queryParamTest1()
02-01-2023 10:05:29:STARTING TEST : queryParamTest2()
02-01-2023 10:05:29:FINISHED TEST : queryParamTest2()
02-01-2023 10:05:29:STARTING TEST : queryParamTest3()
02-01-2023 10:05:29:FINISHED TEST : queryParamTest3()
02-01-2023 10:05:29:STARTING TEST : queryParamTest4()
02-01-2023 10:05:29:FINISHED TEST : queryParamTest4()
02-01-2023 10:05:29:STARTING TEST : queryParamTest5()
02-01-2023 10:05:29:FINISHED TEST : queryParamTest5()
02-01-2023 10:05:29:STARTING TEST : buildObjectsBooleanThrowsIAEWhenValueIsNullTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: The template variable 'w' has no value
02-01-2023 10:05:29:FINISHED TEST : buildObjectsBooleanThrowsIAEWhenValueIsNullTest()
02-01-2023 10:05:29:STARTING TEST : fromPathTest1()
02-01-2023 10:05:29:FINISHED TEST : fromPathTest1()
02-01-2023 10:05:29:STARTING TEST : fromPathTest2()
02-01-2023 10:05:29:FINISHED TEST : fromPathTest2()
02-01-2023 10:05:29:STARTING TEST : buildFromMapWithBooleanThrowsIAEWhenNoSuppliedValueTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected
02-01-2023 10:05:29:FINISHED TEST : buildFromMapWithBooleanThrowsIAEWhenNoSuppliedValueTest()
02-01-2023 10:05:29:STARTING TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullNameTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "name" parameter is null.
02-01-2023 10:05:29:FINISHED TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullNameTest()
02-01-2023 10:05:29:STARTING TEST : cloneTest1()
02-01-2023 10:05:29:FINISHED TEST : cloneTest1()
02-01-2023 10:05:29:STARTING TEST : resolveTemplatesMapTest()
02-01-2023 10:05:29:FINISHED TEST : resolveTemplatesMapTest()
02-01-2023 10:05:29:STARTING TEST : buildFromEncodedMapTest1()
02-01-2023 10:05:29:FINISHED TEST : buildFromEncodedMapTest1()
02-01-2023 10:05:29:STARTING TEST : buildFromEncodedMapTest2()
02-01-2023 10:05:29:FINISHED TEST : buildFromEncodedMapTest2()
02-01-2023 10:05:29:STARTING TEST : buildFromEncodedMapTest3()
02-01-2023 10:05:29:FINISHED TEST : buildFromEncodedMapTest3()
02-01-2023 10:05:29:STARTING TEST : buildFromEncodedMapTest4()
02-01-2023 10:05:29:FINISHED TEST : buildFromEncodedMapTest4()
02-01-2023 10:05:29:STARTING TEST : buildFromEncodedMapTest5()
02-01-2023 10:05:29:FINISHED TEST : buildFromEncodedMapTest5()
[WARNING] Tests run: 126, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.099 s - in ee.jakarta.tck.ws.rs.api.rs.core.uribuilder.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.responsestatustype.JAXRSClientIT
02-01-2023 10:05:29:STARTING TEST : familyOfTest()
02-01-2023 10:05:29:#familyOf() returned expected Family for given statuses
02-01-2023 10:05:29:FINISHED TEST : familyOfTest()
02-01-2023 10:05:29:STARTING TEST : getStatusCodeTest()
02-01-2023 10:05:29:Found expected status code 200 for status 200
02-01-2023 10:05:29:Found expected status code 201 for status 201
02-01-2023 10:05:29:Found expected status code 202 for status 202
02-01-2023 10:05:29:Found expected status code 204 for status 204
02-01-2023 10:05:29:Found expected status code 205 for status 205
02-01-2023 10:05:29:Found expected status code 206 for status 206
02-01-2023 10:05:29:Found expected status code 301 for status 301
02-01-2023 10:05:29:Found expected status code 302 for status 302
02-01-2023 10:05:29:Found expected status code 303 for status 303
02-01-2023 10:05:29:Found expected status code 304 for status 304
02-01-2023 10:05:29:Found expected status code 305 for status 305
02-01-2023 10:05:29:Found expected status code 307 for status 307
02-01-2023 10:05:29:Found expected status code 400 for status 400
02-01-2023 10:05:29:Found expected status code 401 for status 401
02-01-2023 10:05:29:Found expected status code 402 for status 402
02-01-2023 10:05:29:Found expected status code 403 for status 403
02-01-2023 10:05:29:Found expected status code 404 for status 404
02-01-2023 10:05:29:Found expected status code 405 for status 405
02-01-2023 10:05:29:Found expected status code 406 for status 406
02-01-2023 10:05:29:Found expected status code 407 for status 407
02-01-2023 10:05:29:Found expected status code 408 for status 408
02-01-2023 10:05:29:Found expected status code 409 for status 409
02-01-2023 10:05:29:Found expected status code 410 for status 410
02-01-2023 10:05:29:Found expected status code 411 for status 411
02-01-2023 10:05:29:Found expected status code 412 for status 412
02-01-2023 10:05:29:Found expected status code 413 for status 413
02-01-2023 10:05:29:Found expected status code 414 for status 414
02-01-2023 10:05:29:Found expected status code 415 for status 415
02-01-2023 10:05:29:Found expected status code 416 for status 416
02-01-2023 10:05:29:Found expected status code 417 for status 417
02-01-2023 10:05:29:Found expected status code 500 for status 500
02-01-2023 10:05:29:Found expected status code 501 for status 501
02-01-2023 10:05:29:Found expected status code 502 for status 502
02-01-2023 10:05:29:Found expected status code 503 for status 503
02-01-2023 10:05:29:Found expected status code 504 for status 504
02-01-2023 10:05:29:Found expected status code 505 for status 505
02-01-2023 10:05:29:FINISHED TEST : getStatusCodeTest()
02-01-2023 10:05:29:STARTING TEST : getFamilyTest()
02-01-2023 10:05:29:Found expected family SUCCESSFUL for status 200
02-01-2023 10:05:29:Found expected family SUCCESSFUL for status 201
02-01-2023 10:05:29:Found expected family SUCCESSFUL for status 202
02-01-2023 10:05:29:Found expected family SUCCESSFUL for status 204
02-01-2023 10:05:29:Found expected family SUCCESSFUL for status 205
02-01-2023 10:05:29:Found expected family SUCCESSFUL for status 206
02-01-2023 10:05:29:Found expected family REDIRECTION for status 301
02-01-2023 10:05:29:Found expected family REDIRECTION for status 302
02-01-2023 10:05:29:Found expected family REDIRECTION for status 303
02-01-2023 10:05:29:Found expected family REDIRECTION for status 304
02-01-2023 10:05:29:Found expected family REDIRECTION for status 305
02-01-2023 10:05:29:Found expected family REDIRECTION for status 307
02-01-2023 10:05:29:Found expected family CLIENT_ERROR for status 400
02-01-2023 10:05:29:Found expected family CLIENT_ERROR for status 401
02-01-2023 10:05:29:Found expected family CLIENT_ERROR for status 402
02-01-2023 10:05:29:Found expected family CLIENT_ERROR for status 403
02-01-2023 10:05:29:Found expected family CLIENT_ERROR for status 404
02-01-2023 10:05:29:Found expected family CLIENT_ERROR for status 405
02-01-2023 10:05:29:Found expected family CLIENT_ERROR for status 406
02-01-2023 10:05:29:Found expected family CLIENT_ERROR for status 407
02-01-2023 10:05:29:Found expected family CLIENT_ERROR for status 408
02-01-2023 10:05:29:Found expected family CLIENT_ERROR for status 409
02-01-2023 10:05:29:Found expected family CLIENT_ERROR for status 410
02-01-2023 10:05:29:Found expected family CLIENT_ERROR for status 411
02-01-2023 10:05:29:Found expected family CLIENT_ERROR for status 412
02-01-2023 10:05:29:Found expected family CLIENT_ERROR for status 413
02-01-2023 10:05:29:Found expected family CLIENT_ERROR for status 414
02-01-2023 10:05:29:Found expected family CLIENT_ERROR for status 415
02-01-2023 10:05:29:Found expected family CLIENT_ERROR for status 416
02-01-2023 10:05:29:Found expected family CLIENT_ERROR for status 417
02-01-2023 10:05:29:Found expected family SERVER_ERROR for status 500
02-01-2023 10:05:29:Found expected family SERVER_ERROR for status 501
02-01-2023 10:05:29:Found expected family SERVER_ERROR for status 502
02-01-2023 10:05:29:Found expected family SERVER_ERROR for status 503
02-01-2023 10:05:29:Found expected family SERVER_ERROR for status 504
02-01-2023 10:05:29:Found expected family SERVER_ERROR for status 505
02-01-2023 10:05:29:FINISHED TEST : getFamilyTest()
02-01-2023 10:05:29:STARTING TEST : getReasonPhraseTest()
02-01-2023 10:05:29:Found expected phrase OK for status 200
02-01-2023 10:05:29:Found expected phrase Created for status 201
02-01-2023 10:05:29:Found expected phrase Accepted for status 202
02-01-2023 10:05:29:Found expected phrase No Content for status 204
02-01-2023 10:05:29:Found expected phrase Reset Content for status 205
02-01-2023 10:05:29:Found expected phrase Partial Content for status 206
02-01-2023 10:05:29:Found expected phrase Moved Permanently for status 301
02-01-2023 10:05:29:Found expected phrase Found for status 302
02-01-2023 10:05:29:Found expected phrase See Other for status 303
02-01-2023 10:05:29:Found expected phrase Not Modified for status 304
02-01-2023 10:05:29:Found expected phrase Use Proxy for status 305
02-01-2023 10:05:29:Found expected phrase Temporary Redirect for status 307
02-01-2023 10:05:29:Found expected phrase Bad Request for status 400
02-01-2023 10:05:29:Found expected phrase Unauthorized for status 401
02-01-2023 10:05:29:Found expected phrase Payment Required for status 402
02-01-2023 10:05:29:Found expected phrase Forbidden for status 403
02-01-2023 10:05:29:Found expected phrase Not Found for status 404
02-01-2023 10:05:29:Found expected phrase Method Not Allowed for status 405
02-01-2023 10:05:29:Found expected phrase Not Acceptable for status 406
02-01-2023 10:05:29:Found expected phrase Proxy Authentication Required for status 407
02-01-2023 10:05:29:Found expected phrase Request Timeout for status 408
02-01-2023 10:05:29:Found expected phrase Conflict for status 409
02-01-2023 10:05:29:Found expected phrase Gone for status 410
02-01-2023 10:05:29:Found expected phrase Length Required for status 411
02-01-2023 10:05:29:Found expected phrase Precondition Failed for status 412
02-01-2023 10:05:29:Found expected phrase Request Entity Too Large for status 413
02-01-2023 10:05:29:Found expected phrase Request-URI Too Long for status 414
02-01-2023 10:05:29:Found expected phrase Unsupported Media Type for status 415
02-01-2023 10:05:29:Found expected phrase Requested Range Not Satisfiable for status 416
02-01-2023 10:05:29:Found expected phrase Expectation Failed for status 417
02-01-2023 10:05:29:Found expected phrase Internal Server Error for status 500
02-01-2023 10:05:29:Found expected phrase Not Implemented for status 501
02-01-2023 10:05:29:Found expected phrase Bad Gateway for status 502
02-01-2023 10:05:29:Found expected phrase Service Unavailable for status 503
02-01-2023 10:05:29:Found expected phrase Gateway Timeout for status 504
02-01-2023 10:05:29:Found expected phrase HTTP Version Not Supported for status 505
02-01-2023 10:05:29: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.entitytag.JAXRSClientIT
02-01-2023 10:05:29:STARTING TEST : valueOfTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected
02-01-2023 10:05:29:FINISHED TEST : valueOfTest()
02-01-2023 10:05:29:STARTING TEST : valueOfTest1()
02-01-2023 10:05:29:FINISHED TEST : valueOfTest1()
02-01-2023 10:05:29:STARTING TEST : constructorTest1()
02-01-2023 10:05:29:FINISHED TEST : constructorTest1()
02-01-2023 10:05:29:STARTING TEST : constructorTest2()
02-01-2023 10:05:29:FINISHED TEST : constructorTest2()
02-01-2023 10:05:29:STARTING TEST : equalsTest()
02-01-2023 10:05:29:FINISHED TEST : equalsTest()
02-01-2023 10:05:29:STARTING TEST : toStringTest()
"cts test Strong EntityTag test".
W/"cts test Weak EntityTag test".

02-01-2023 10:05:29:FINISHED TEST : toStringTest()
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in ee.jakarta.tck.ws.rs.api.rs.core.entitytag.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.generictype.JAXRSClientIT
02-01-2023 10:05:29:STARTING TEST : constructorWithTypeTest()
02-01-2023 10:05:29:Succesfully created GenericType<ArrayList<String>>(Type) instance
02-01-2023 10:05:29:FINISHED TEST : constructorWithTypeTest()
02-01-2023 10:05:29:STARTING TEST : constructorProtectedTest()
02-01-2023 10:05:29:Succesfully created GenericType<TreeSet<String>>(){} instance
02-01-2023 10:05:29:FINISHED TEST : constructorProtectedTest()
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
02-01-2023 10:05:29:STARTING TEST : equalsTest()
02-01-2023 10:05:29:The tested GenericType<TreeSet<String>> instances are equal
02-01-2023 10:05:29:FINISHED TEST : equalsTest()
02-01-2023 10:05:29:STARTING TEST : toStringTest()
02-01-2023 10:05:29:Both GenericType instances have the same toString() GenericType{java.util.TreeSet<java.lang.String>}
02-01-2023 10:05:29:FINISHED TEST : toStringTest()
02-01-2023 10:05:29:STARTING TEST : hashCodeTest()
02-01-2023 10:05:29:Both GenericType instances have the same hashCode()
02-01-2023 10:05:29:FINISHED TEST : hashCodeTest()
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in ee.jakarta.tck.ws.rs.api.rs.core.generictype.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.multivaluedmap.JAXRSClientIT
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
02-01-2023 10:05:29:STARTING TEST : addAllListEmptyReturnsImmediatellyTest()
02-01-2023 10:05:29:Method did return immediatelly for empty array
02-01-2023 10:05:29:FINISHED TEST : addAllListEmptyReturnsImmediatellyTest()
02-01-2023 10:05:29:STARTING TEST : addAllValuesEmptyReturnsImmediatellyTest()
02-01-2023 10:05:29:Method did return immediatelly for empty array
02-01-2023 10:05:29:FINISHED TEST : addAllValuesEmptyReturnsImmediatellyTest()
02-01-2023 10:05:29:STARTING TEST : getFirstWhenEmptyTest()
02-01-2023 10:05:29:FINISHED TEST : getFirstWhenEmptyTest()
02-01-2023 10:05:29:STARTING TEST : getFirstWhenSingleItemTest()
02-01-2023 10:05:29:FINISHED TEST : getFirstWhenSingleItemTest()
02-01-2023 10:05:29:STARTING TEST : addAllValuesThrowNPETest()
02-01-2023 10:05:29:NullPointerException has been thrown as expected
02-01-2023 10:05:29:FINISHED TEST : addAllValuesThrowNPETest()
02-01-2023 10:05:29:STARTING TEST : addAllValuesNullKeyTest()
02-01-2023 10:05:29:All values have been added for null key
02-01-2023 10:05:29:FINISHED TEST : addAllValuesNullKeyTest()
02-01-2023 10:05:29:STARTING TEST : addAllListThrowNPETest()
02-01-2023 10:05:29:NullPointerException has been thrown as expected
02-01-2023 10:05:29:FINISHED TEST : addAllListThrowNPETest()
02-01-2023 10:05:29:STARTING TEST : addFirstTest()
02-01-2023 10:05:29:#addFirst added new item to a first position
02-01-2023 10:05:29:FINISHED TEST : addFirstTest()
02-01-2023 10:05:29:STARTING TEST : putSingleTest()
02-01-2023 10:05:29:FINISHED TEST : putSingleTest()
02-01-2023 10:05:29:STARTING TEST : getFirstWhenMoreItemsTest()
02-01-2023 10:05:29:FINISHED TEST : getFirstWhenMoreItemsTest()
02-01-2023 10:05:29:STARTING TEST : getFirstWhenFirstErasedTest()
02-01-2023 10:05:29:FINISHED TEST : getFirstWhenFirstErasedTest()
02-01-2023 10:05:29:STARTING TEST : getFirstWhenListClearedTest()
02-01-2023 10:05:29:FINISHED TEST : getFirstWhenListClearedTest()
02-01-2023 10:05:29:STARTING TEST : equalsIgnoreValueOrderTest()
02-01-2023 10:05:29:#equalsIgnoreValueOrder compared maps {key0=[key0, key1, key2]} and {key0=[key2, key0, key1]} as expected
02-01-2023 10:05:29:FINISHED TEST : equalsIgnoreValueOrderTest()
02-01-2023 10:05:29:STARTING TEST : addAllListNullKeyTest()
02-01-2023 10:05:29:All values have been added for null key
02-01-2023 10:05:29:FINISHED TEST : addAllListNullKeyTest()
02-01-2023 10:05:29:STARTING TEST : addAllValuesTest()
02-01-2023 10:05:29:All values have been added for key key0
02-01-2023 10:05:29:FINISHED TEST : addAllValuesTest()
02-01-2023 10:05:29:STARTING TEST : getFirstWhenKeyIsNullTest()
02-01-2023 10:05:29:FINISHED TEST : getFirstWhenKeyIsNullTest()
02-01-2023 10:05:29:STARTING TEST : addAllListTest()
02-01-2023 10:05:29:All values have been added for key key0
02-01-2023 10:05:29:FINISHED TEST : addAllListTest()
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in ee.jakarta.tck.ws.rs.api.rs.core.multivaluedmap.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.nocontentexception.JAXRSClientIT
02-01-2023 10:05:29:STARTING TEST : constructorNullStringTest()
02-01-2023 10:05:29:The exception contains expected #getMessage()
02-01-2023 10:05:29:FINISHED TEST : constructorNullStringTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringThrowableTest()
02-01-2023 10:05:29:The exception contains expected #getMessage()
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:The exception contains expected #getMessage()
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:The exception contains expected #getMessage()
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:The exception contains expected #getMessage()
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:The exception contains expected #getMessage()
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:The exception contains expected #getMessage()
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:The exception contains expected #getMessage()
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:The exception contains expected #getMessage()
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:FINISHED TEST : constructorStringThrowableTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringTest()
02-01-2023 10:05:29:The exception contains expected #getMessage()
02-01-2023 10:05:29:FINISHED TEST : constructorStringTest()
02-01-2023 10:05:29:STARTING TEST : constructorThrowableTest()
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29: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.abstractmultivaluedmap.JAXRSClientIT
02-01-2023 10:05:29:STARTING TEST : constructorTest()
02-01-2023 10:05:29:Found key key with following values:
02-01-2023 10:05:29:value1 value2 value3
02-01-2023 10:05:29:FINISHED TEST : constructorTest()
02-01-2023 10:05:29:STARTING TEST : keySetTest()
02-01-2023 10:05:29:#keySet returns correct values
02-01-2023 10:05:29:FINISHED TEST : keySetTest()
02-01-2023 10:05:29:STARTING TEST : addAllThrowsNPETest()
02-01-2023 10:05:29:NullPointerException has been thrown as expected java.lang.NullPointerException: Supplied array of values must not be null.
02-01-2023 10:05:29:FINISHED TEST : addAllThrowsNPETest()
02-01-2023 10:05:29:STARTING TEST : addNullValuesTest()
02-01-2023 10:05:29:Given key key2 does not contain following values as expected:
02-01-2023 10:05:29:null
02-01-2023 10:05:29:Given key key3 does not contain following values as expected:
02-01-2023 10:05:29:null
02-01-2023 10:05:29:FINISHED TEST : addNullValuesTest()
02-01-2023 10:05:29:STARTING TEST : putSingleNullValueTest()
02-01-2023 10:05:29:Given key key does not contain following values as expected:
02-01-2023 10:05:29:null
02-01-2023 10:05:29:#putSingle(key, null) did replaced the values as expected
02-01-2023 10:05:29:FINISHED TEST : putSingleNullValueTest()
02-01-2023 10:05:29:STARTING TEST : entrySetTest()
02-01-2023 10:05:29:#entrySet() has correct values
02-01-2023 10:05:29:FINISHED TEST : entrySetTest()
02-01-2023 10:05:29:STARTING TEST : clearTest()
02-01-2023 10:05:29:Given key key does not contain following values as expected:
02-01-2023 10:05:29:value1 value2 value3
02-01-2023 10:05:29:FINISHED TEST : clearTest()
02-01-2023 10:05:29:STARTING TEST : addTest()
02-01-2023 10:05:29:Found key key2 with following values:
02-01-2023 10:05:29:value4 value5
02-01-2023 10:05:29:FINISHED TEST : addTest()
02-01-2023 10:05:29:STARTING TEST : containsKeyTest()
02-01-2023 10:05:29:#containsKey found non-null key and also the null key
02-01-2023 10:05:29:FINISHED TEST : containsKeyTest()
02-01-2023 10:05:29:STARTING TEST : putAllTest()
02-01-2023 10:05:29:Found key key with following values:
02-01-2023 10:05:29:value1 value2 value3
02-01-2023 10:05:29:Found key key2 with following values:
02-01-2023 10:05:29:value1 value2 value3
02-01-2023 10:05:29:#putAll() put all the values of both keys
02-01-2023 10:05:29:FINISHED TEST : putAllTest()
02-01-2023 10:05:29:STARTING TEST : isEmptyTest()
02-01-2023 10:05:29:#isEmpty returns correct values
02-01-2023 10:05:29:FINISHED TEST : isEmptyTest()
02-01-2023 10:05:29:STARTING TEST : putTest()
02-01-2023 10:05:29:Found key key with following values:
02-01-2023 10:05:29:value1 value2 value3
02-01-2023 10:05:29:#put() put the value
02-01-2023 10:05:29:FINISHED TEST : putTest()
02-01-2023 10:05:29:STARTING TEST : addFirstNullTest()
02-01-2023 10:05:29:Found key key with following values:
02-01-2023 10:05:29:value1 value2 value3
02-01-2023 10:05:29:Given key key does not contain following values as expected:
02-01-2023 10:05:29:null
02-01-2023 10:05:29:FINISHED TEST : addFirstNullTest()
02-01-2023 10:05:29:STARTING TEST : getTest()
02-01-2023 10:05:29:#get() is sucessfull
02-01-2023 10:05:29:FINISHED TEST : getTest()
02-01-2023 10:05:29:STARTING TEST : addFirstTest()
02-01-2023 10:05:29:Found first item value4
02-01-2023 10:05:29:FINISHED TEST : addFirstTest()
02-01-2023 10:05:29:STARTING TEST : putSingleTest()
02-01-2023 10:05:29:Found key key with following values:
02-01-2023 10:05:29:value5
02-01-2023 10:05:29:Given key key does not contain following values as expected:
02-01-2023 10:05:29:value1 value2 value3
02-01-2023 10:05:29:#putSingle() sucessfully replaced the values by a new one
02-01-2023 10:05:29:FINISHED TEST : putSingleTest()
02-01-2023 10:05:29:STARTING TEST : addAllListNullValuesTest()
02-01-2023 10:05:29:Found key key with following values:
02-01-2023 10:05:29:value1 value2 value3
02-01-2023 10:05:29:Found key key with following values:
02-01-2023 10:05:29:value4
02-01-2023 10:05:29:Given key key does not contain following values as expected:
02-01-2023 10:05:29:null
02-01-2023 10:05:29:FINISHED TEST : addAllListNullValuesTest()
02-01-2023 10:05:29:STARTING TEST : equalsTest()
02-01-2023 10:05:29:#equals() is delegated to underlaying map
02-01-2023 10:05:29:FINISHED TEST : equalsTest()
02-01-2023 10:05:29:STARTING TEST : addAllListThrowsNPETest()
02-01-2023 10:05:29:NullPointerException has been thrown as expected java.lang.NullPointerException: Supplied list of values must not be null.
02-01-2023 10:05:29:FINISHED TEST : addAllListThrowsNPETest()
02-01-2023 10:05:29:STARTING TEST : toStringTest()
02-01-2023 10:05:29:#toString returned {key=[value1, value2, value3]}
02-01-2023 10:05:29:FINISHED TEST : toStringTest()
02-01-2023 10:05:29:STARTING TEST : sizeTest()
02-01-2023 10:05:29:#size() returns correct values
02-01-2023 10:05:29:FINISHED TEST : sizeTest()
02-01-2023 10:05:29:STARTING TEST : equalsIgnoreValueOrderTest()
02-01-2023 10:05:29:#equalsIgnoreValueOrder compared maps {key=[value1, value2, value3]} and {key=[value3, value1, value2]} as expected
02-01-2023 10:05:29:FINISHED TEST : equalsIgnoreValueOrderTest()
02-01-2023 10:05:29:STARTING TEST : addAllEmptyValuesTest()
02-01-2023 10:05:29:Found key key with following values:
02-01-2023 10:05:29:value1 value2 value3
02-01-2023 10:05:29:FINISHED TEST : addAllEmptyValuesTest()
02-01-2023 10:05:29:STARTING TEST : removeTest()
02-01-2023 10:05:29:Given key key does not contain following values as expected:
02-01-2023 10:05:29:value1 value2 value3
02-01-2023 10:05:29:Found key key2 with following values:
02-01-2023 10:05:29:value4
02-01-2023 10:05:29:#removeTest(key) removed the correct key and the value as expected
02-01-2023 10:05:29:FINISHED TEST : removeTest()
02-01-2023 10:05:29:STARTING TEST : addAllNullValuesTest()
02-01-2023 10:05:29:Found key key with following values:
02-01-2023 10:05:29:value1 value2 value3
02-01-2023 10:05:29:Found key key with following values:
02-01-2023 10:05:29:value4
02-01-2023 10:05:29:Given key key does not contain following values as expected:
02-01-2023 10:05:29:null
02-01-2023 10:05:29:FINISHED TEST : addAllNullValuesTest()
02-01-2023 10:05:29:STARTING TEST : hashCodeTest()
02-01-2023 10:05:29:#hashCode() is delegated to underlaying map
02-01-2023 10:05:29:FINISHED TEST : hashCodeTest()
02-01-2023 10:05:29:STARTING TEST : addNullKeyTest()
02-01-2023 10:05:29:Found key null with following values:
02-01-2023 10:05:29:value4
02-01-2023 10:05:29:FINISHED TEST : addNullKeyTest()
02-01-2023 10:05:29:STARTING TEST : addAllValuesTest()
02-01-2023 10:05:29:Found key key with following values:
02-01-2023 10:05:29:value1 value2 value3
02-01-2023 10:05:29:Found key key with following values:
02-01-2023 10:05:29:value4 value5
02-01-2023 10:05:29:FINISHED TEST : addAllValuesTest()
02-01-2023 10:05:29:STARTING TEST : addAllListEmptyValuesTest()
02-01-2023 10:05:29:Found key key with following values:
02-01-2023 10:05:29:value1 value2 value3
02-01-2023 10:05:29:FINISHED TEST : addAllListEmptyValuesTest()
02-01-2023 10:05:29:STARTING TEST : valuesTest()
02-01-2023 10:05:29:#values returned 2 lists
02-01-2023 10:05:29:FINISHED TEST : valuesTest()
02-01-2023 10:05:29:STARTING TEST : containsValueTest()
02-01-2023 10:05:29:#containsValue() found list of items as expected
02-01-2023 10:05:29:FINISHED TEST : containsValueTest()
02-01-2023 10:05:29:STARTING TEST : addAllListTest()
02-01-2023 10:05:29:Found key key with following values:
02-01-2023 10:05:29:value1 value2 value3
02-01-2023 10:05:29:Found key key with following values:
02-01-2023 10:05:29:value4 value5
02-01-2023 10:05:29:FINISHED TEST : addAllListTest()
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in ee.jakarta.tck.ws.rs.api.rs.core.abstractmultivaluedmap.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.cookie.JAXRSClientIT
02-01-2023 10:05:29:STARTING TEST : parseTest1()
02-01-2023 10:05:29:FINISHED TEST : parseTest1()
02-01-2023 10:05:29:STARTING TEST : parseTest2()
02-01-2023 10:05:29:FINISHED TEST : parseTest2()
02-01-2023 10:05:29:STARTING TEST : parseTest3()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected
02-01-2023 10:05:29:FINISHED TEST : parseTest3()
02-01-2023 10:05:29:STARTING TEST : constructorTest1()
02-01-2023 10:05:29:FINISHED TEST : constructorTest1()
02-01-2023 10:05:29:STARTING TEST : constructorTest2()
02-01-2023 10:05:29:FINISHED TEST : constructorTest2()
02-01-2023 10:05:29:STARTING TEST : constructorTest3()
02-01-2023 10:05:29:FINISHED TEST : constructorTest3()
02-01-2023 10:05:29:STARTING TEST : constructorTest4()
02-01-2023 10:05:29:FINISHED TEST : constructorTest4()
02-01-2023 10:05:29:STARTING TEST : constructorTest5()
02-01-2023 10:05:29:FINISHED TEST : constructorTest5()
02-01-2023 10:05:29:STARTING TEST : equalsTest()
02-01-2023 10:05:29:FINISHED TEST : equalsTest()
02-01-2023 10:05:29:STARTING TEST : toStringTest()
02-01-2023 10:05:29:FINISHED TEST : toStringTest()
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in ee.jakarta.tck.ws.rs.api.rs.core.cookie.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.multivaluedhashmap.JAXRSClientIT
02-01-2023 10:05:29:STARTING TEST : constructorWithCapacityAndLoadThrowsExceptionForLoadTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected
02-01-2023 10:05:29:FINISHED TEST : constructorWithCapacityAndLoadThrowsExceptionForLoadTest()
02-01-2023 10:05:29:STARTING TEST : constructorWithSingleValuedMapTest()
02-01-2023 10:05:29:Found key key with following values:
02-01-2023 10:05:29:value1
02-01-2023 10:05:29:Found key key with following values:
02-01-2023 10:05:29:value1
02-01-2023 10:05:29:FINISHED TEST : constructorWithSingleValuedMapTest()
02-01-2023 10:05:29:STARTING TEST : constructorWithCapacityAndLoadTest()
02-01-2023 10:05:29:Found key key with following values:
02-01-2023 10:05:29:value1 value2 value3
02-01-2023 10:05:29:For given key the map does not contain following values as expected:
02-01-2023 10:05:29:value4 value5
02-01-2023 10:05:29:FINISHED TEST : constructorWithCapacityAndLoadTest()
02-01-2023 10:05:29:STARTING TEST : constructorWithMapThrowsNPETest()
02-01-2023 10:05:29:NullPointerException has been thrown as expected
02-01-2023 10:05:29:FINISHED TEST : constructorWithMapThrowsNPETest()
02-01-2023 10:05:29:STARTING TEST : defaultConstructorTest()
02-01-2023 10:05:29:Found key key with following values:
02-01-2023 10:05:29:value1 value2 value3
02-01-2023 10:05:29:For given key the map does not contain following values as expected:
02-01-2023 10:05:29:value4 value5
02-01-2023 10:05:29:FINISHED TEST : defaultConstructorTest()
02-01-2023 10:05:29:STARTING TEST : constructorWithMapTest()
02-01-2023 10:05:29:Found key key with following values:
02-01-2023 10:05:29:value1 value2 value3
02-01-2023 10:05:29:Found key key with following values:
02-01-2023 10:05:29:value1 value2 value3
02-01-2023 10:05:29:Found key key with following values:
02-01-2023 10:05:29:value1 value2 value3
02-01-2023 10:05:29:FINISHED TEST : constructorWithMapTest()
02-01-2023 10:05:29:STARTING TEST : constructorWithInitialCapacityTest()
02-01-2023 10:05:29:Found key key with following values:
02-01-2023 10:05:29:value1 value2 value3
02-01-2023 10:05:29:For given key the map does not contain following values as expected:
02-01-2023 10:05:29:value4 value5
02-01-2023 10:05:29:FINISHED TEST : constructorWithInitialCapacityTest()
02-01-2023 10:05:29:STARTING TEST : constructorWithSingleValuedMapThrowsNPETest()
02-01-2023 10:05:29:NullPointerException has been thrown as expected
02-01-2023 10:05:29:FINISHED TEST : constructorWithSingleValuedMapThrowsNPETest()
02-01-2023 10:05:29:STARTING TEST : constructorWithInitialCapacityThrowsIllegalArgumentExceptionTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected
02-01-2023 10:05:29:FINISHED TEST : constructorWithInitialCapacityThrowsIllegalArgumentExceptionTest()
02-01-2023 10:05:29:STARTING TEST : constructorWithCapacityAndLoadThrowsExceptionForCapacityTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected
02-01-2023 10:05:29:FINISHED TEST : constructorWithCapacityAndLoadThrowsExceptionForCapacityTest()
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in ee.jakarta.tck.ws.rs.api.rs.core.multivaluedhashmap.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.genericentity.JAXRSClientIT
02-01-2023 10:05:29:STARTING TEST : getEntityTest()
02-01-2023 10:05:29:Entity has been retrieved
02-01-2023 10:05:29:FINISHED TEST : getEntityTest()
02-01-2023 10:05:29:STARTING TEST : singleArgumentConstructorTest()
02-01-2023 10:05:29:Expected IllegalArgumentException thrown: The entity must not be null
02-01-2023 10:05:29:GenericEntity<Map<String, List<Long>>> instance created
02-01-2023 10:05:29:FINISHED TEST : singleArgumentConstructorTest()
02-01-2023 10:05:29:STARTING TEST : constructorWith1ArgTest()
02-01-2023 10:05:29:GenericEntity<List<String>>(List) instance created
02-01-2023 10:05:29:FINISHED TEST : constructorWith1ArgTest()
02-01-2023 10:05:29:STARTING TEST : constructorWith2ArgsTest()
02-01-2023 10:05:29:GenericEntity<List<String>>(List, Type) instance created
02-01-2023 10:05:29:FINISHED TEST : constructorWith2ArgsTest()
02-01-2023 10:05:29:STARTING TEST : constructorTest1()
02-01-2023 10:05:29:Expected IllegalArgumentException thrown: Arguments must not be null.
02-01-2023 10:05:29:FINISHED TEST : constructorTest1()
02-01-2023 10:05:29:STARTING TEST : constructorTest2()
02-01-2023 10:05:29:Expected IllegalArgumentException thrown: Arguments must not be null.
02-01-2023 10:05:29:FINISHED TEST : constructorTest2()
02-01-2023 10:05:29:STARTING TEST : equalsTest()
02-01-2023 10:05:29:The tested GenericEntity<TreeSet<String>> instances are equal
02-01-2023 10:05:29:FINISHED TEST : equalsTest()
02-01-2023 10:05:29:STARTING TEST : toStringTest()
02-01-2023 10:05:29:Both GenericEntity instances have the same toString() GenericEntity{[], java.util.TreeSet<java.lang.String>}
02-01-2023 10:05:29:FINISHED TEST : toStringTest()
02-01-2023 10:05:29:STARTING TEST : getTypeTest()
02-01-2023 10:05:29:Test passed.  getType return correctly: java.util.List<java.lang.String>
getType return correctly: java.util.List<java.lang.String>
02-01-2023 10:05:29:FINISHED TEST : getTypeTest()
02-01-2023 10:05:29:STARTING TEST : hashCodeTest()
02-01-2023 10:05:29:Both GenericEntity instances have the same hashCode()
02-01-2023 10:05:29:FINISHED TEST : hashCodeTest()
02-01-2023 10:05:29:STARTING TEST : getRawTypeTest()
02-01-2023 10:05:29:Test passed. getType return correctly: class java.util.ArrayList
getType return correctly: class java.util.ArrayList
02-01-2023 10:05:29:FINISHED TEST : getRawTypeTest()
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in ee.jakarta.tck.ws.rs.api.rs.core.genericentity.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.variantlistbuilder.JAXRSClientIT
02-01-2023 10:05:29:STARTING TEST : languageTest()
02-01-2023 10:05:29:FINISHED TEST : languageTest()
02-01-2023 10:05:29:STARTING TEST : encodingTest()
02-01-2023 10:05:29:FINISHED TEST : encodingTest()
02-01-2023 10:05:29:STARTING TEST : complexTest()
02-01-2023 10:05:29:FINISHED TEST : complexTest()
02-01-2023 10:05:29:STARTING TEST : mediaTypesTest1()
02-01-2023 10:05:29:FINISHED TEST : mediaTypesTest1()
02-01-2023 10:05:29:STARTING TEST : mediaTypesTest2()
02-01-2023 10:05:29:FINISHED TEST : mediaTypesTest2()
02-01-2023 10:05:29:STARTING TEST : newInstanceTest()
02-01-2023 10:05:29:FINISHED TEST : newInstanceTest()
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in ee.jakarta.tck.ws.rs.api.rs.core.variantlistbuilder.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.notsupportedexception.JAXRSClientIT
02-01-2023 10:05:29:STARTING TEST : constructorTest()
02-01-2023 10:05:29:response contains expected Unsupported Media Type status
02-01-2023 10:05:29:FINISHED TEST : constructorTest()
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in ee.jakarta.tck.ws.rs.api.rs.notsupportedexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.bindingpriority.JAXRSClientIT
02-01-2023 10:05:29:STARTING TEST : checkBindingPriorityLowerRegisteredFirstTest()
02-01-2023 10:05:29:FINISHED TEST : checkBindingPriorityLowerRegisteredFirstTest()
02-01-2023 10:05:29:STARTING TEST : checkBindingPriorityHigherRegisteredFirstTest()
02-01-2023 10:05:29:FINISHED TEST : checkBindingPriorityHigherRegisteredFirstTest()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in ee.jakarta.tck.ws.rs.api.rs.bindingpriority.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.readerinterceptorcontext.JAXRSClientIT
02-01-2023 10:05:29:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:29:STARTING TEST : getHeadersHeadersSetTest()
02-01-2023 10:05:29:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
02-01-2023 10:05:29:###############################
02-01-2023 10:05:29:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:29:  TRACE: [WIRE] - << OPERATION: GETHEADERS
02-01-2023 10:05:29:  TRACE: [WIRE] - << Property0: any
02-01-2023 10:05:29:  TRACE: [WIRE] - << Property1: any
02-01-2023 10:05:29:  TRACE: [WIRE] - << Property2: any
02-01-2023 10:05:29:  TRACE: [WIRE] - << Property3: any
02-01-2023 10:05:29:  TRACE: [WIRE] - << Property4: any
02-01-2023 10:05:29:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:29:  TRACE: [WIRE] - << Entity
02-01-2023 10:05:29:FINISHED TEST : getHeadersHeadersSetTest()
02-01-2023 10:05:29:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:29:STARTING TEST : setInputStreamTest()
02-01-2023 10:05:29:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
02-01-2023 10:05:29:###############################
02-01-2023 10:05:29:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:29:  TRACE: [WIRE] - << OPERATION: SETINPUTSTREAM
02-01-2023 10:05:29:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:29:  TRACE: [WIRE] - << Entity
02-01-2023 10:05:29:FINISHED TEST : setInputStreamTest()
02-01-2023 10:05:29:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:29:STARTING TEST : getHeadersOperationSetTest()
02-01-2023 10:05:29:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
02-01-2023 10:05:29:###############################
02-01-2023 10:05:29:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:29:  TRACE: [WIRE] - << OPERATION: GETHEADERS
02-01-2023 10:05:29:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:29:  TRACE: [WIRE] - << Entity
02-01-2023 10:05:29:FINISHED TEST : getHeadersOperationSetTest()
02-01-2023 10:05:29:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:29:STARTING TEST : getHeadersIsMutableTest()
02-01-2023 10:05:29:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
02-01-2023 10:05:29:###############################
02-01-2023 10:05:29:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:29:  TRACE: [WIRE] - << OPERATION: GETHEADERSISMUTABLE
02-01-2023 10:05:29:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:29:  TRACE: [WIRE] - << Entity
02-01-2023 10:05:29:FINISHED TEST : getHeadersIsMutableTest()
02-01-2023 10:05:29:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:29:STARTING TEST : proceedThrowsWebApplicationExceptionTest()
02-01-2023 10:05:29:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
02-01-2023 10:05:29:###############################
02-01-2023 10:05:29:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:29:  TRACE: [WIRE] - << OPERATION: PROCEEDTHROWSWEBAPPEXCEPTION
02-01-2023 10:05:29:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:29:  TRACE: [WIRE] - << Entity
02-01-2023 10:05:29:WebApplicationException has been thrown as expected WebApplicationException has been thrown as expected
02-01-2023 10:05:29:FINISHED TEST : proceedThrowsWebApplicationExceptionTest()
02-01-2023 10:05:29:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:29:STARTING TEST : getInputStreamTest()
02-01-2023 10:05:29:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
02-01-2023 10:05:29:###############################
02-01-2023 10:05:29:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:29:  TRACE: [WIRE] - << OPERATION: GETINPUTSTREAM
02-01-2023 10:05:29:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:29:  TRACE: [WIRE] - << getInputStreamEntity
02-01-2023 10:05:29:FINISHED TEST : getInputStreamTest()
02-01-2023 10:05:29:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:29:STARTING TEST : proceedThrowsIOExceptionTest()
02-01-2023 10:05:29:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
02-01-2023 10:05:29:###############################
02-01-2023 10:05:29:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:29:  TRACE: [WIRE] - << OPERATION: PROCEEDTHROWSIOEXCEPTION
02-01-2023 10:05:29:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:29:  TRACE: [WIRE] - << Entity
02-01-2023 10:05:29:FINISHED TEST : proceedThrowsIOExceptionTest()
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 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
02-01-2023 10:05:29:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:29:STARTING TEST : setAnnotationsNullThrowsNPETest()
02-01-2023 10:05:29:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
02-01-2023 10:05:29:###############################
02-01-2023 10:05:29:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:29:  TRACE: [WIRE] - << OPERATION: SETANNOTATIONSNULL
02-01-2023 10:05:29:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:29:  TRACE: [WIRE] - << Entity
02-01-2023 10:05:29:FINISHED TEST : setAnnotationsNullThrowsNPETest()
02-01-2023 10:05:29:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:29:STARTING TEST : setAnnotationsTest()
02-01-2023 10:05:29:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
02-01-2023 10:05:29:###############################
02-01-2023 10:05:29:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:29:  TRACE: [WIRE] - << OPERATION: SETANNOTATIONS
02-01-2023 10:05:29:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:29:  TRACE: [WIRE] - << Entity
02-01-2023 10:05:29:FINISHED TEST : setAnnotationsTest()
02-01-2023 10:05:29:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:29:STARTING TEST : setGenericTypeTest()
02-01-2023 10:05:29:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
02-01-2023 10:05:29:###############################
02-01-2023 10:05:29:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:29:  TRACE: [WIRE] - << OPERATION: SETGENERICTYPE
02-01-2023 10:05:29:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:29:  TRACE: [WIRE] - << Entity
02-01-2023 10:05:29:FINISHED TEST : setGenericTypeTest()
02-01-2023 10:05:29:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:29:STARTING TEST : getMediaTypeTest()
02-01-2023 10:05:29:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
02-01-2023 10:05:29:###############################
02-01-2023 10:05:29:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:29:  TRACE: [WIRE] - << OPERATION: GETMEDIATYPE
02-01-2023 10:05:29:  TRACE: [WIRE] - << Content-Type: application/json
02-01-2023 10:05:29:  TRACE: [WIRE] - << Entity
02-01-2023 10:05:29:FINISHED TEST : getMediaTypeTest()
02-01-2023 10:05:29:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:29:STARTING TEST : webApplicationExceptionTest()
02-01-2023 10:05:29:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
02-01-2023 10:05:29:###############################
02-01-2023 10:05:29:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:29:  TRACE: [WIRE] - << OPERATION: WEBAPPLICATIONEXCEPTION
02-01-2023 10:05:29:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:29:  TRACE: [WIRE] - << Entity
02-01-2023 10:05:29:found expected WebApplicationException jakarta.ws.rs.WebApplicationException: HTTP 409 Conflict
02-01-2023 10:05:29:FINISHED TEST : webApplicationExceptionTest()
02-01-2023 10:05:29:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:29:STARTING TEST : setPropertyNullTest()
02-01-2023 10:05:29:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
02-01-2023 10:05:29:###############################
02-01-2023 10:05:29:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:29:  TRACE: [WIRE] - << OPERATION: SETPROPERTYNULL
02-01-2023 10:05:29:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:29:  TRACE: [WIRE] - << Entity
02-01-2023 10:05:29:FINISHED TEST : setPropertyNullTest()
02-01-2023 10:05:29:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:29:STARTING TEST : getPropertyNamesIsReadOnlyTest()
02-01-2023 10:05:29:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
02-01-2023 10:05:29:###############################
02-01-2023 10:05:29:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:29:  TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMESISREADONLY
02-01-2023 10:05:29:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:29:  TRACE: [WIRE] - << Entity
02-01-2023 10:05:29:FINISHED TEST : getPropertyNamesIsReadOnlyTest()
02-01-2023 10:05:29:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:29:STARTING TEST : ioExceptionTest()
02-01-2023 10:05:29:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
02-01-2023 10:05:29:###############################
02-01-2023 10:05:29:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:29:  TRACE: [WIRE] - << OPERATION: IOEXCEPTION
02-01-2023 10:05:29:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:29:  TRACE: [WIRE] - << Entity
02-01-2023 10:05:29:found expected IOException java.io.IOException: IOException has been thrown as expected
02-01-2023 10:05:29:FINISHED TEST : ioExceptionTest()
02-01-2023 10:05:29:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:29:STARTING TEST : getPropertyNamesTest()
02-01-2023 10:05:29:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
02-01-2023 10:05:29:###############################
02-01-2023 10:05:29:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:29:  TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMES
02-01-2023 10:05:29:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:29:  TRACE: [WIRE] - << Entity
02-01-2023 10:05:29:FINISHED TEST : getPropertyNamesTest()
02-01-2023 10:05:29:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:29:STARTING TEST : getPropertyIsNullTest()
02-01-2023 10:05:29:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
02-01-2023 10:05:29:###############################
02-01-2023 10:05:29:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:29:  TRACE: [WIRE] - << OPERATION: GETPROPERTY
02-01-2023 10:05:29:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:29:  TRACE: [WIRE] - << Entity
02-01-2023 10:05:29:FINISHED TEST : getPropertyIsNullTest()
02-01-2023 10:05:29:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:29:STARTING TEST : setMediaTypeTest()
02-01-2023 10:05:29:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
02-01-2023 10:05:29:###############################
02-01-2023 10:05:29:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:29:  TRACE: [WIRE] - << OPERATION: SETMEDIATYPE
02-01-2023 10:05:29:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:29:  TRACE: [WIRE] - << Entity
02-01-2023 10:05:29:FINISHED TEST : setMediaTypeTest()
02-01-2023 10:05:29:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:29:STARTING TEST : setTypeTest()
02-01-2023 10:05:29:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
02-01-2023 10:05:29:###############################
02-01-2023 10:05:29:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:29:  TRACE: [WIRE] - << OPERATION: SETTYPE
02-01-2023 10:05:29:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:29:  TRACE: [WIRE] - << Entity
02-01-2023 10:05:29:#setType set correct type java.io.InputStreamReader
02-01-2023 10:05:29:FINISHED TEST : setTypeTest()
02-01-2023 10:05:29:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:29:STARTING TEST : getTypeTest()
02-01-2023 10:05:29:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
02-01-2023 10:05:29:###############################
02-01-2023 10:05:29:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:29:  TRACE: [WIRE] - << OPERATION: GETTYPE
02-01-2023 10:05:29:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:29:  TRACE: [WIRE] - << Entity
02-01-2023 10:05:29:FINISHED TEST : getTypeTest()
02-01-2023 10:05:29:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:29:STARTING TEST : getAnnotationsTest()
02-01-2023 10:05:29:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
02-01-2023 10:05:29:###############################
02-01-2023 10:05:29:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:29:  TRACE: [WIRE] - << OPERATION: GETANNOTATIONS
02-01-2023 10:05:29:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:29:  TRACE: [WIRE] - << Entity
02-01-2023 10:05:29:FINISHED TEST : getAnnotationsTest()
02-01-2023 10:05:29:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:29:STARTING TEST : getGenericTypeTest()
02-01-2023 10:05:29:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
02-01-2023 10:05:29:###############################
02-01-2023 10:05:29:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:29:  TRACE: [WIRE] - << OPERATION: GETGENERICTYPE
02-01-2023 10:05:29:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:29:  TRACE: [WIRE] - << Entity
02-01-2023 10:05:29:FINISHED TEST : getGenericTypeTest()
02-01-2023 10:05:29:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:29:STARTING TEST : setPropertyTest()
02-01-2023 10:05:29:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
02-01-2023 10:05:29:###############################
02-01-2023 10:05:29:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:29:  TRACE: [WIRE] - << OPERATION: SETPROPERTY
02-01-2023 10:05:29:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:29:  TRACE: [WIRE] - << Entity
02-01-2023 10:05:29:FINISHED TEST : setPropertyTest()
02-01-2023 10:05:29:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:29:STARTING TEST : removePropertyTest()
02-01-2023 10:05:29:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
02-01-2023 10:05:29:###############################
02-01-2023 10:05:29:  TRACE: [WIRE] - << 200 OK
02-01-2023 10:05:29:  TRACE: [WIRE] - << OPERATION: REMOVEPROPERTY
02-01-2023 10:05:29:  TRACE: [WIRE] - << Content-Type: text/plain
02-01-2023 10:05:29:  TRACE: [WIRE] - << Entity
02-01-2023 10:05:29:FINISHED TEST : removePropertyTest()
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 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.setinstance.JAXRSClientIT
02-01-2023 10:05:29:STARTING TEST : checkTckRuntimeDelegateIsNotDefaultTest()
02-01-2023 10:05:29:Found org.glassfish.jersey.server.internal.RuntimeDelegateImpl
02-01-2023 10:05:29:FINISHED TEST : checkTckRuntimeDelegateIsNotDefaultTest()
02-01-2023 10:05:29:STARTING TEST : askForTckRuntimeDelegateGivenBySetInstanceTest()
02-01-2023 10:05:29:Found ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.TckRuntimeDelegate
02-01-2023 10:05:29:Found org.glassfish.jersey.server.internal.RuntimeDelegateImpl
02-01-2023 10:05:29: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.ext.runtimedelegate.create.JAXRSClientIT
02-01-2023 10:05:29:STARTING TEST : checkCreatedResponseBuilderTest()
02-01-2023 10:05:29:FINISHED TEST : checkCreatedResponseBuilderTest()
02-01-2023 10:05:29:STARTING TEST : createEndpointThrowsIllegalArgumentExceptionTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected
02-01-2023 10:05:29:FINISHED TEST : createEndpointThrowsIllegalArgumentExceptionTest()
02-01-2023 10:05:29:STARTING TEST : checkCreatedHeaderDelegateNewCookieTest()
02-01-2023 10:05:29:FINISHED TEST : checkCreatedHeaderDelegateNewCookieTest()
02-01-2023 10:05:29:STARTING TEST : checkCreatedHeaderDelegateMediaTypeTest()
02-01-2023 10:05:29:FINISHED TEST : checkCreatedHeaderDelegateMediaTypeTest()
02-01-2023 10:05:29:STARTING TEST : checkCreatedUriBuilderTest()
02-01-2023 10:05:29:FINISHED TEST : checkCreatedUriBuilderTest()
02-01-2023 10:05:29:STARTING TEST : createHeaderDelegateThrowsIllegalArgumentExceptionTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected
02-01-2023 10:05:29:FINISHED TEST : createHeaderDelegateThrowsIllegalArgumentExceptionTest()
02-01-2023 10:05:29:STARTING TEST : checkCreatedHeaderDelegateNullPointerTest()
02-01-2023 10:05:29:FINISHED TEST : checkCreatedHeaderDelegateNullPointerTest()
02-01-2023 10:05:29:STARTING TEST : checkCreatedHeaderDelegateEntityTagTest()
02-01-2023 10:05:29:FINISHED TEST : checkCreatedHeaderDelegateEntityTagTest()
02-01-2023 10:05:29:STARTING TEST : createEndpointTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: No container provider supports the type interface com.sun.net.httpserver.HttpHandler
02-01-2023 10:05:29:FINISHED TEST : createEndpointTest()
02-01-2023 10:05:29:STARTING TEST : checkCreatedVariantListBuilderTest()
02-01-2023 10:05:29:FINISHED TEST : checkCreatedVariantListBuilderTest()
02-01-2023 10:05:29:STARTING TEST : checkCreatedHeaderDelegateCookieTest()
02-01-2023 10:05:29:FINISHED TEST : checkCreatedHeaderDelegateCookieTest()
02-01-2023 10:05:29:STARTING TEST : checkCreatedHeaderDelegateCacheControlTest()
02-01-2023 10:05:29:FINISHED TEST : checkCreatedHeaderDelegateCacheControlTest()
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.create.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.notfoundexception.JAXRSClientIT
02-01-2023 10:05:29:STARTING TEST : constructorResponseThrowableTest()
02-01-2023 10:05:29:response contains expected Not Found status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:response contains expected Not Found status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:response contains expected Not Found status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:response contains expected Not Found status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:FINISHED TEST : constructorResponseThrowableTest()
02-01-2023 10:05:29:STARTING TEST : constructorTest()
02-01-2023 10:05:29:response contains expected Not Found status
02-01-2023 10:05:29:FINISHED TEST : constructorTest()
02-01-2023 10:05:29:STARTING TEST : constructorResponseTest()
02-01-2023 10:05:29:response contains expected Not Found status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:FINISHED TEST : constructorResponseTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringResponseThrowableTest()
02-01-2023 10:05:29:response contains expected Not Found status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK NotFoundException description
02-01-2023 10:05:29:response contains expected Not Found status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK NotFoundException description
02-01-2023 10:05:29:response contains expected Not Found status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK NotFoundException description
02-01-2023 10:05:29:response contains expected Not Found status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK NotFoundException description
02-01-2023 10:05:29:FINISHED TEST : constructorStringResponseThrowableTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringResponseTest()
02-01-2023 10:05:29:response contains expected Not Found status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:found expected getMessage()= TCK NotFoundException description
02-01-2023 10:05:29:FINISHED TEST : constructorStringResponseTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringThrowableTest()
02-01-2023 10:05:29:response contains expected Not Found status
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK NotFoundException description
02-01-2023 10:05:29:response contains expected Not Found status
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK NotFoundException description
02-01-2023 10:05:29:response contains expected Not Found status
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK NotFoundException description
02-01-2023 10:05:29:response contains expected Not Found status
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK NotFoundException description
02-01-2023 10:05:29:FINISHED TEST : constructorStringThrowableTest()
02-01-2023 10:05:29:STARTING TEST : constructorResponseThrowsExceptionTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Bad Request
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Unauthorized
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Payment Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Forbidden
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Method Not Allowed
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Acceptable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request Timeout
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Conflict
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Gone
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Length Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Precondition Failed
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Expectation Failed
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Precondition Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Too Many Requests
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Internal Server Error
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Implemented
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Bad Gateway
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Service Unavailable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required
02-01-2023 10:05:29:FINISHED TEST : constructorResponseThrowsExceptionTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringResponseThrowableThrowsExceptionTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Bad Request
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Unauthorized
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Payment Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Forbidden
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Method Not Allowed
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Acceptable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request Timeout
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Conflict
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Gone
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Length Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Precondition Failed
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Expectation Failed
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Precondition Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Too Many Requests
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Internal Server Error
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Implemented
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Bad Gateway
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Service Unavailable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required
02-01-2023 10:05:29:FINISHED TEST : constructorStringResponseThrowableThrowsExceptionTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringTest()
02-01-2023 10:05:29:response contains expected Not Found status
02-01-2023 10:05:29:found expected getMessage()= TCK NotFoundException description
02-01-2023 10:05:29:FINISHED TEST : constructorStringTest()
02-01-2023 10:05:29:STARTING TEST : constructorThrowableTest()
02-01-2023 10:05:29:response contains expected Not Found status
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:response contains expected Not Found status
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:response contains expected Not Found status
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:response contains expected Not Found status
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:FINISHED TEST : constructorThrowableTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringResponseThrowsIAETest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Bad Request
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Unauthorized
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Payment Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Forbidden
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Method Not Allowed
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Acceptable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request Timeout
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Conflict
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Gone
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Length Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Precondition Failed
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Expectation Failed
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Precondition Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Too Many Requests
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Internal Server Error
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Implemented
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Bad Gateway
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Service Unavailable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required
02-01-2023 10:05:29:FINISHED TEST : constructorStringResponseThrowsIAETest()
02-01-2023 10:05:29:STARTING TEST : constructorResponseThrowableThrowsExceptionTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Bad Request
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Unauthorized
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Payment Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Forbidden
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Method Not Allowed
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Acceptable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request Timeout
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Conflict
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Gone
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Length Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Precondition Failed
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Expectation Failed
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Precondition Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Too Many Requests
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Internal Server Error
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Implemented
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Bad Gateway
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Service Unavailable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required
02-01-2023 10:05:29:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest()
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in ee.jakarta.tck.ws.rs.api.rs.notfoundexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.clienterrorexception.JAXRSClientIT
02-01-2023 10:05:29:STARTING TEST : constructorStatusThrowableThrowsExceptionTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Internal Server Error
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Implemented
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Bad Gateway
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Service Unavailable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required
02-01-2023 10:05:29:FINISHED TEST : constructorStatusThrowableThrowsExceptionTest()
02-01-2023 10:05:29:STARTING TEST : constructorResponseThrowableTest()
02-01-2023 10:05:29:Response of the exception contains expected status Bad Request
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Bad Request
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Bad Request
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Bad Request
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Unauthorized
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Unauthorized
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Unauthorized
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Unauthorized
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Payment Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Payment Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Payment Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Payment Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Forbidden
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Forbidden
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Forbidden
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Forbidden
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Not Found
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Not Found
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Not Found
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Not Found
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Method Not Allowed
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Method Not Allowed
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Method Not Allowed
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Method Not Allowed
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Not Acceptable
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Not Acceptable
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Not Acceptable
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Not Acceptable
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Proxy Authentication Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Proxy Authentication Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Proxy Authentication Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Proxy Authentication Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Request Timeout
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Request Timeout
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Request Timeout
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Request Timeout
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Conflict
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Conflict
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Conflict
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Conflict
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Gone
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Gone
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Gone
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Gone
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Length Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Length Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Length Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Length Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Failed
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Failed
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Failed
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Failed
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Request Entity Too Large
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Request Entity Too Large
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Request Entity Too Large
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Request Entity Too Large
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Request-URI Too Long
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Request-URI Too Long
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Request-URI Too Long
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Request-URI Too Long
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Unsupported Media Type
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Unsupported Media Type
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Unsupported Media Type
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Unsupported Media Type
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Requested Range Not Satisfiable
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Requested Range Not Satisfiable
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Requested Range Not Satisfiable
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Requested Range Not Satisfiable
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Expectation Failed
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Expectation Failed
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Expectation Failed
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Expectation Failed
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Too Many Requests
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Too Many Requests
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Too Many Requests
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Too Many Requests
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Request Header Fields Too Large
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Request Header Fields Too Large
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Request Header Fields Too Large
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Request Header Fields Too Large
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Unavailable For Legal Reasons
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Unavailable For Legal Reasons
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Unavailable For Legal Reasons
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Unavailable For Legal Reasons
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:FINISHED TEST : constructorResponseThrowableTest()
02-01-2023 10:05:29:STARTING TEST : constructorResponseTest()
02-01-2023 10:05:29:Response of the exception contains expected status Bad Request
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:Response of the exception contains expected status Unauthorized
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:Response of the exception contains expected status Payment Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:Response of the exception contains expected status Forbidden
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:Response of the exception contains expected status Not Found
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:Response of the exception contains expected status Method Not Allowed
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:Response of the exception contains expected status Not Acceptable
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:Response of the exception contains expected status Proxy Authentication Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:Response of the exception contains expected status Request Timeout
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:Response of the exception contains expected status Conflict
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:Response of the exception contains expected status Gone
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:Response of the exception contains expected status Length Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Failed
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:Response of the exception contains expected status Request Entity Too Large
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:Response of the exception contains expected status Request-URI Too Long
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:Response of the exception contains expected status Unsupported Media Type
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:Response of the exception contains expected status Requested Range Not Satisfiable
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:Response of the exception contains expected status Expectation Failed
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:Response of the exception contains expected status Too Many Requests
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:Response of the exception contains expected status Request Header Fields Too Large
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:Response of the exception contains expected status Unavailable For Legal Reasons
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:FINISHED TEST : constructorResponseTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringResponseThrowableThrowsIAETest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Internal Server Error
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Implemented
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Bad Gateway
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Service Unavailable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required
02-01-2023 10:05:29:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest()
02-01-2023 10:05:29:STARTING TEST : constructorStringResponseThrowableTest()
02-01-2023 10:05:29:Response of the exception contains expected status Bad Request
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Bad Request
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Bad Request
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Bad Request
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unauthorized
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unauthorized
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unauthorized
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unauthorized
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Payment Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Payment Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Payment Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Payment Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Forbidden
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Forbidden
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Forbidden
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Forbidden
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Not Found
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Not Found
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Not Found
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Not Found
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Method Not Allowed
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Method Not Allowed
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Method Not Allowed
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Method Not Allowed
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Not Acceptable
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Not Acceptable
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Not Acceptable
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Not Acceptable
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Proxy Authentication Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Proxy Authentication Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Proxy Authentication Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Proxy Authentication Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Timeout
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Timeout
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Timeout
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Timeout
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Conflict
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Conflict
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Conflict
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Conflict
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Gone
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Gone
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Gone
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Gone
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Length Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Length Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Length Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Length Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Failed
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Failed
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Failed
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Failed
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Entity Too Large
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Entity Too Large
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Entity Too Large
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Entity Too Large
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request-URI Too Long
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request-URI Too Long
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request-URI Too Long
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request-URI Too Long
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unsupported Media Type
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unsupported Media Type
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unsupported Media Type
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unsupported Media Type
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Requested Range Not Satisfiable
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Requested Range Not Satisfiable
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Requested Range Not Satisfiable
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Requested Range Not Satisfiable
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Expectation Failed
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Expectation Failed
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Expectation Failed
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Expectation Failed
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Too Many Requests
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Too Many Requests
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Too Many Requests
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Too Many Requests
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Header Fields Too Large
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Header Fields Too Large
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Header Fields Too Large
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Header Fields Too Large
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unavailable For Legal Reasons
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unavailable For Legal Reasons
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unavailable For Legal Reasons
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unavailable For Legal Reasons
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:FINISHED TEST : constructorStringResponseThrowableTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringIntNotValidStatusThrowableThrowsIAETest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status -1
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status 999
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status -2147483648
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status 2147483647
02-01-2023 10:05:29:FINISHED TEST : constructorStringIntNotValidStatusThrowableThrowsIAETest()
02-01-2023 10:05:29:STARTING TEST : constructorStringResponseTest()
02-01-2023 10:05:29:Response of the exception contains expected status Bad Request
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unauthorized
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Payment Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Forbidden
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Not Found
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Method Not Allowed
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Not Acceptable
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Proxy Authentication Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Timeout
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Conflict
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Gone
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Length Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Failed
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Entity Too Large
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request-URI Too Long
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unsupported Media Type
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Requested Range Not Satisfiable
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Expectation Failed
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Required
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Too Many Requests
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Header Fields Too Large
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unavailable For Legal Reasons
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:FINISHED TEST : constructorStringResponseTest()
02-01-2023 10:05:29:STARTING TEST : constructorStatusTest()
02-01-2023 10:05:29:Response of the exception contains expected status Bad Request
02-01-2023 10:05:29:Response of the exception contains expected status Unauthorized
02-01-2023 10:05:29:Response of the exception contains expected status Payment Required
02-01-2023 10:05:29:Response of the exception contains expected status Forbidden
02-01-2023 10:05:29:Response of the exception contains expected status Not Found
02-01-2023 10:05:29:Response of the exception contains expected status Method Not Allowed
02-01-2023 10:05:29:Response of the exception contains expected status Not Acceptable
02-01-2023 10:05:29:Response of the exception contains expected status Proxy Authentication Required
02-01-2023 10:05:29:Response of the exception contains expected status Request Timeout
02-01-2023 10:05:29:Response of the exception contains expected status Conflict
02-01-2023 10:05:29:Response of the exception contains expected status Gone
02-01-2023 10:05:29:Response of the exception contains expected status Length Required
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Failed
02-01-2023 10:05:29:Response of the exception contains expected status Request Entity Too Large
02-01-2023 10:05:29:Response of the exception contains expected status Request-URI Too Long
02-01-2023 10:05:29:Response of the exception contains expected status Unsupported Media Type
02-01-2023 10:05:29:Response of the exception contains expected status Requested Range Not Satisfiable
02-01-2023 10:05:29:Response of the exception contains expected status Expectation Failed
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Required
02-01-2023 10:05:29:Response of the exception contains expected status Too Many Requests
02-01-2023 10:05:29:Response of the exception contains expected status Request Header Fields Too Large
02-01-2023 10:05:29:Response of the exception contains expected status Unavailable For Legal Reasons
02-01-2023 10:05:29:FINISHED TEST : constructorStatusTest()
02-01-2023 10:05:29:STARTING TEST : constructorIntThrowableThrowsExceptionTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Internal Server Error
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Implemented
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Bad Gateway
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Service Unavailable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required
02-01-2023 10:05:29:FINISHED TEST : constructorIntThrowableThrowsExceptionTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringIntThrowsIAETest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Internal Server Error
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Implemented
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Bad Gateway
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Service Unavailable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required
02-01-2023 10:05:29:FINISHED TEST : constructorStringIntThrowsIAETest()
02-01-2023 10:05:29:STARTING TEST : constructorStringIntNotValidStatusThrowsExceptionTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status -1
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status 999
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status -2147483648
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status 2147483647
02-01-2023 10:05:29:FINISHED TEST : constructorStringIntNotValidStatusThrowsExceptionTest()
02-01-2023 10:05:29:STARTING TEST : constructorStatusThrowsExceptionTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Internal Server Error
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Implemented
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Bad Gateway
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Service Unavailable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required
02-01-2023 10:05:29:FINISHED TEST : constructorStatusThrowsExceptionTest()
02-01-2023 10:05:29:STARTING TEST : constructorStatusNullThrowableThrowsExceptionTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for null status
02-01-2023 10:05:29:FINISHED TEST : constructorStatusNullThrowableThrowsExceptionTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringIntThrowableTest()
02-01-2023 10:05:29:Response of the exception contains expected status Bad Request
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Bad Request
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Bad Request
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Bad Request
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unauthorized
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unauthorized
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unauthorized
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unauthorized
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Payment Required
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Payment Required
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Payment Required
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Payment Required
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Forbidden
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Forbidden
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Forbidden
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Forbidden
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Not Found
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Not Found
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Not Found
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Not Found
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Method Not Allowed
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Method Not Allowed
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Method Not Allowed
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Method Not Allowed
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Not Acceptable
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Not Acceptable
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Not Acceptable
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Not Acceptable
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Proxy Authentication Required
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Proxy Authentication Required
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Proxy Authentication Required
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Proxy Authentication Required
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Timeout
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Timeout
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Timeout
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Timeout
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Conflict
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Conflict
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Conflict
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Conflict
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Gone
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Gone
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Gone
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Gone
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Length Required
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Length Required
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Length Required
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Length Required
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Failed
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Failed
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Failed
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Failed
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Entity Too Large
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Entity Too Large
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Entity Too Large
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Entity Too Large
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request-URI Too Long
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request-URI Too Long
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request-URI Too Long
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request-URI Too Long
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unsupported Media Type
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unsupported Media Type
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unsupported Media Type
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unsupported Media Type
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Requested Range Not Satisfiable
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Requested Range Not Satisfiable
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Requested Range Not Satisfiable
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Requested Range Not Satisfiable
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Expectation Failed
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Expectation Failed
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Expectation Failed
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Expectation Failed
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Required
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Required
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Required
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Required
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Too Many Requests
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Too Many Requests
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Too Many Requests
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Too Many Requests
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Header Fields Too Large
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Header Fields Too Large
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Header Fields Too Large
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Header Fields Too Large
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unavailable For Legal Reasons
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unavailable For Legal Reasons
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unavailable For Legal Reasons
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unavailable For Legal Reasons
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:FINISHED TEST : constructorStringIntThrowableTest()
02-01-2023 10:05:29:STARTING TEST : constructorStatusNullThrowsExceptionTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for null status
02-01-2023 10:05:29:FINISHED TEST : constructorStatusNullThrowsExceptionTest()
02-01-2023 10:05:29:STARTING TEST : constructorIntTest()
02-01-2023 10:05:29:Response of the exception contains expected status Bad Request
02-01-2023 10:05:29:Response of the exception contains expected status Unauthorized
02-01-2023 10:05:29:Response of the exception contains expected status Payment Required
02-01-2023 10:05:29:Response of the exception contains expected status Forbidden
02-01-2023 10:05:29:Response of the exception contains expected status Not Found
02-01-2023 10:05:29:Response of the exception contains expected status Method Not Allowed
02-01-2023 10:05:29:Response of the exception contains expected status Not Acceptable
02-01-2023 10:05:29:Response of the exception contains expected status Proxy Authentication Required
02-01-2023 10:05:29:Response of the exception contains expected status Request Timeout
02-01-2023 10:05:29:Response of the exception contains expected status Conflict
02-01-2023 10:05:29:Response of the exception contains expected status Gone
02-01-2023 10:05:29:Response of the exception contains expected status Length Required
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Failed
02-01-2023 10:05:29:Response of the exception contains expected status Request Entity Too Large
02-01-2023 10:05:29:Response of the exception contains expected status Request-URI Too Long
02-01-2023 10:05:29:Response of the exception contains expected status Unsupported Media Type
02-01-2023 10:05:29:Response of the exception contains expected status Requested Range Not Satisfiable
02-01-2023 10:05:29:Response of the exception contains expected status Expectation Failed
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Required
02-01-2023 10:05:29:Response of the exception contains expected status Too Many Requests
02-01-2023 10:05:29:Response of the exception contains expected status Request Header Fields Too Large
02-01-2023 10:05:29:Response of the exception contains expected status Unavailable For Legal Reasons
02-01-2023 10:05:29:FINISHED TEST : constructorIntTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringStatusThrowableThrowsIAETest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Internal Server Error
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Implemented
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Bad Gateway
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Service Unavailable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required
02-01-2023 10:05:29:FINISHED TEST : constructorStringStatusThrowableThrowsIAETest()
02-01-2023 10:05:29:STARTING TEST : constructorStringIntThrowableThrowsIAETest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Internal Server Error
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Implemented
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Bad Gateway
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Service Unavailable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required
02-01-2023 10:05:29:FINISHED TEST : constructorStringIntThrowableThrowsIAETest()
02-01-2023 10:05:29:STARTING TEST : constructorStringIntTest()
02-01-2023 10:05:29:Response of the exception contains expected status Bad Request
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unauthorized
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Payment Required
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Forbidden
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Not Found
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Method Not Allowed
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Not Acceptable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Proxy Authentication Required
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Timeout
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Conflict
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Gone
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Length Required
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Failed
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Entity Too Large
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request-URI Too Long
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unsupported Media Type
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Requested Range Not Satisfiable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Expectation Failed
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Required
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Too Many Requests
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Header Fields Too Large
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unavailable For Legal Reasons
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:FINISHED TEST : constructorStringIntTest()
02-01-2023 10:05:29:STARTING TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status -1
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status 999
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status -2147483648
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status 2147483647
02-01-2023 10:05:29:FINISHED TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringStatusThrowsIAETest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Internal Server Error
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Implemented
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Bad Gateway
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Service Unavailable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required
02-01-2023 10:05:29:FINISHED TEST : constructorStringStatusThrowsIAETest()
02-01-2023 10:05:29:STARTING TEST : constructorIntNotValidStatusThrowsExceptionTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status -1
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status 999
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status -2147483648
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status 2147483647
02-01-2023 10:05:29:FINISHED TEST : constructorIntNotValidStatusThrowsExceptionTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringStatusNullThrowableThrowsIAETest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for null status
02-01-2023 10:05:29:FINISHED TEST : constructorStringStatusNullThrowableThrowsIAETest()
02-01-2023 10:05:29:STARTING TEST : constructorResponseThrowsExceptionTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Internal Server Error
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Implemented
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Bad Gateway
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Service Unavailable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required
02-01-2023 10:05:29:FINISHED TEST : constructorResponseThrowsExceptionTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringStatusTest()
02-01-2023 10:05:29:Response of the exception contains expected status Bad Request
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unauthorized
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Payment Required
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Forbidden
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Not Found
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Method Not Allowed
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Not Acceptable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Proxy Authentication Required
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Timeout
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Conflict
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Gone
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Length Required
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Failed
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Entity Too Large
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request-URI Too Long
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unsupported Media Type
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Requested Range Not Satisfiable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Expectation Failed
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Required
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Too Many Requests
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Header Fields Too Large
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unavailable For Legal Reasons
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:FINISHED TEST : constructorStringStatusTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringStatusThrowableTest()
02-01-2023 10:05:29:Response of the exception contains expected status Bad Request
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Bad Request
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Bad Request
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Bad Request
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unauthorized
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unauthorized
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unauthorized
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unauthorized
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Payment Required
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Payment Required
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Payment Required
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Payment Required
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Forbidden
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Forbidden
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Forbidden
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Forbidden
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Not Found
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Not Found
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Not Found
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Not Found
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Method Not Allowed
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Method Not Allowed
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Method Not Allowed
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Method Not Allowed
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Not Acceptable
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Not Acceptable
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Not Acceptable
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Not Acceptable
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Proxy Authentication Required
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Proxy Authentication Required
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Proxy Authentication Required
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Proxy Authentication Required
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Timeout
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Timeout
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Timeout
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Timeout
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Conflict
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Conflict
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Conflict
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Conflict
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Gone
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Gone
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Gone
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Gone
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Length Required
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Length Required
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Length Required
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Length Required
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Failed
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Failed
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Failed
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Failed
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Entity Too Large
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Entity Too Large
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Entity Too Large
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Entity Too Large
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request-URI Too Long
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request-URI Too Long
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request-URI Too Long
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request-URI Too Long
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unsupported Media Type
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unsupported Media Type
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unsupported Media Type
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unsupported Media Type
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Requested Range Not Satisfiable
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Requested Range Not Satisfiable
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Requested Range Not Satisfiable
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Requested Range Not Satisfiable
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Expectation Failed
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Expectation Failed
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Expectation Failed
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Expectation Failed
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Required
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Required
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Required
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Required
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Too Many Requests
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Too Many Requests
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Too Many Requests
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Too Many Requests
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Header Fields Too Large
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Header Fields Too Large
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Header Fields Too Large
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Request Header Fields Too Large
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unavailable For Legal Reasons
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unavailable For Legal Reasons
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unavailable For Legal Reasons
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:Response of the exception contains expected status Unavailable For Legal Reasons
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK ClientErrorException description
02-01-2023 10:05:29:FINISHED TEST : constructorStringStatusThrowableTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringStatusNullThrowsIAETest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for null status
02-01-2023 10:05:29:FINISHED TEST : constructorStringStatusNullThrowsIAETest()
02-01-2023 10:05:29:STARTING TEST : constructorIntThrowableTest()
02-01-2023 10:05:29:Response of the exception contains expected status Bad Request
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Bad Request
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Bad Request
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Bad Request
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Unauthorized
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Unauthorized
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Unauthorized
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Unauthorized
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Payment Required
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Payment Required
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Payment Required
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Payment Required
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Forbidden
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Forbidden
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Forbidden
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Forbidden
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Not Found
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Not Found
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Not Found
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Not Found
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Method Not Allowed
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Method Not Allowed
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Method Not Allowed
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Method Not Allowed
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Not Acceptable
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Not Acceptable
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Not Acceptable
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Not Acceptable
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Proxy Authentication Required
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Proxy Authentication Required
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Proxy Authentication Required
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Proxy Authentication Required
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Request Timeout
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Request Timeout
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Request Timeout
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Request Timeout
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Conflict
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Conflict
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Conflict
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Conflict
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Gone
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Gone
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Gone
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Gone
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Length Required
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Length Required
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Length Required
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Length Required
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Failed
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Failed
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Failed
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Failed
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Request Entity Too Large
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Request Entity Too Large
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Request Entity Too Large
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Request Entity Too Large
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Request-URI Too Long
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Request-URI Too Long
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Request-URI Too Long
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Request-URI Too Long
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Unsupported Media Type
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Unsupported Media Type
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Unsupported Media Type
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Unsupported Media Type
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Requested Range Not Satisfiable
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Requested Range Not Satisfiable
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Requested Range Not Satisfiable
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Requested Range Not Satisfiable
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Expectation Failed
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Expectation Failed
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Expectation Failed
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Expectation Failed
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Required
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Required
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Required
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Required
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Too Many Requests
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Too Many Requests
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Too Many Requests
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Too Many Requests
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Request Header Fields Too Large
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Request Header Fields Too Large
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Request Header Fields Too Large
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Request Header Fields Too Large
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Unavailable For Legal Reasons
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Unavailable For Legal Reasons
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Unavailable For Legal Reasons
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Unavailable For Legal Reasons
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:FINISHED TEST : constructorIntThrowableTest()
02-01-2023 10:05:29:STARTING TEST : constructorIntThrowsExceptionTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Internal Server Error
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Implemented
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Bad Gateway
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Service Unavailable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required
02-01-2023 10:05:29:FINISHED TEST : constructorIntThrowsExceptionTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringResponseThrowsIEATest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Internal Server Error
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Implemented
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Bad Gateway
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Service Unavailable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required
02-01-2023 10:05:29:FINISHED TEST : constructorStringResponseThrowsIEATest()
02-01-2023 10:05:29:STARTING TEST : constructorResponseThrowableThrowsExceptionTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Internal Server Error
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Implemented
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Bad Gateway
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Service Unavailable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required
02-01-2023 10:05:29:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest()
02-01-2023 10:05:29:STARTING TEST : constructorStatusThrowableTest()
02-01-2023 10:05:29:Response of the exception contains expected status Bad Request
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Bad Request
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Bad Request
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Bad Request
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Unauthorized
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Unauthorized
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Unauthorized
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Unauthorized
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Payment Required
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Payment Required
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Payment Required
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Payment Required
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Forbidden
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Forbidden
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Forbidden
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Forbidden
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Not Found
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Not Found
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Not Found
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Not Found
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Method Not Allowed
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Method Not Allowed
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Method Not Allowed
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Method Not Allowed
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Not Acceptable
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Not Acceptable
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Not Acceptable
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Not Acceptable
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Proxy Authentication Required
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Proxy Authentication Required
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Proxy Authentication Required
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Proxy Authentication Required
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Request Timeout
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Request Timeout
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Request Timeout
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Request Timeout
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Conflict
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Conflict
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Conflict
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Conflict
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Gone
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Gone
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Gone
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Gone
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Length Required
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Length Required
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Length Required
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Length Required
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Failed
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Failed
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Failed
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Failed
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Request Entity Too Large
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Request Entity Too Large
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Request Entity Too Large
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Request Entity Too Large
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Request-URI Too Long
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Request-URI Too Long
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Request-URI Too Long
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Request-URI Too Long
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Unsupported Media Type
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Unsupported Media Type
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Unsupported Media Type
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Unsupported Media Type
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Requested Range Not Satisfiable
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Requested Range Not Satisfiable
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Requested Range Not Satisfiable
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Requested Range Not Satisfiable
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Expectation Failed
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Expectation Failed
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Expectation Failed
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Expectation Failed
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Required
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Required
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Required
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Precondition Required
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Too Many Requests
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Too Many Requests
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Too Many Requests
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Too Many Requests
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Request Header Fields Too Large
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Request Header Fields Too Large
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Request Header Fields Too Large
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Request Header Fields Too Large
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:Response of the exception contains expected status Unavailable For Legal Reasons
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:Response of the exception contains expected status Unavailable For Legal Reasons
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:Response of the exception contains expected status Unavailable For Legal Reasons
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:Response of the exception contains expected status Unavailable For Legal Reasons
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:FINISHED TEST : constructorStatusThrowableTest()
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in ee.jakarta.tck.ws.rs.api.rs.clienterrorexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.notallowedexception.JAXRSClientIT
02-01-2023 10:05:29:STARTING TEST : constructorResponseThrowableTest()
02-01-2023 10:05:29:response contains expected Method Not Allowed status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:response contains expected Method Not Allowed status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:response contains expected Method Not Allowed status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:response contains expected Method Not Allowed status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:FINISHED TEST : constructorResponseThrowableTest()
02-01-2023 10:05:29:STARTING TEST : constructorResponseTest()
02-01-2023 10:05:29:response contains expected Method Not Allowed status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:FINISHED TEST : constructorResponseTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringResponseThrowableTest()
02-01-2023 10:05:29:response contains expected Method Not Allowed status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK NotAllowedException description
02-01-2023 10:05:29:response contains expected Method Not Allowed status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK NotAllowedException description
02-01-2023 10:05:29:response contains expected Method Not Allowed status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK NotAllowedException description
02-01-2023 10:05:29:response contains expected Method Not Allowed status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK NotAllowedException description
02-01-2023 10:05:29:FINISHED TEST : constructorStringResponseThrowableTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringThrowableStringsThrowsIAETest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for null methods
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for null methods
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for null methods
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for null methods
02-01-2023 10:05:29:FINISHED TEST : constructorStringThrowableStringsThrowsIAETest()
02-01-2023 10:05:29:STARTING TEST : constructorStringResponseTest()
02-01-2023 10:05:29:response contains expected Method Not Allowed status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:found expected getMessage()= TCK NotAllowedException description
02-01-2023 10:05:29:FINISHED TEST : constructorStringResponseTest()
02-01-2023 10:05:29:STARTING TEST : constructorResponseDoesNotThrowWhenNoAllowHeaderTest()
02-01-2023 10:05:29:response contains expected Method Not Allowed status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:FINISHED TEST : constructorResponseDoesNotThrowWhenNoAllowHeaderTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringStringStringsThrowsNPETest()
02-01-2023 10:05:29:NullPointerException has been thrown as expected, for null method
02-01-2023 10:05:29:FINISHED TEST : constructorStringStringStringsThrowsNPETest()
02-01-2023 10:05:29:STARTING TEST : constructorResponseThrowableThrowsIAEWhenNoAllowHeaderTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for when no allow http header
02-01-2023 10:05:29:FINISHED TEST : constructorResponseThrowableThrowsIAEWhenNoAllowHeaderTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringThrowableStringsTest()
02-01-2023 10:05:29:response contains expected Method Not Allowed status
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK NotAllowedException description
02-01-2023 10:05:29:response contains expected Method Not Allowed status
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK NotAllowedException description
02-01-2023 10:05:29:response contains expected Method Not Allowed status
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK NotAllowedException description
02-01-2023 10:05:29:response contains expected Method Not Allowed status
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK NotAllowedException description
02-01-2023 10:05:29:FINISHED TEST : constructorStringThrowableStringsTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringResponseThrowableThrowsIAEWhenNoAllowHeaderTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for when no allow http header
02-01-2023 10:05:29:FINISHED TEST : constructorStringResponseThrowableThrowsIAEWhenNoAllowHeaderTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringResponseDoesNotThrowWhenNoAllowHeaderTest()
02-01-2023 10:05:29:response contains expected Method Not Allowed status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:found expected getMessage()= TCK NotAllowedException description
02-01-2023 10:05:29:FINISHED TEST : constructorStringResponseDoesNotThrowWhenNoAllowHeaderTest()
02-01-2023 10:05:29:STARTING TEST : constructorThrowableStringThrowsIAETest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for null methods
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for null methods
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for null methods
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for null methods
02-01-2023 10:05:29:FINISHED TEST : constructorThrowableStringThrowsIAETest()
02-01-2023 10:05:29:STARTING TEST : constructorStringThrowsNPETest()
02-01-2023 10:05:29:NullPointerException has been thrown as expected, for null method
02-01-2023 10:05:29:FINISHED TEST : constructorStringThrowsNPETest()
02-01-2023 10:05:29:STARTING TEST : constructorResponseThrowsExceptionTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Bad Request
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Unauthorized
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Payment Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Forbidden
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Found
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Acceptable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request Timeout
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Conflict
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Gone
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Length Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Precondition Failed
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Expectation Failed
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Precondition Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Too Many Requests
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Internal Server Error
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Implemented
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Bad Gateway
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Service Unavailable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required
02-01-2023 10:05:29:FINISHED TEST : constructorResponseThrowsExceptionTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringStringStringsTest()
02-01-2023 10:05:29:response contains expected Method Not Allowed status
02-01-2023 10:05:29:found expected getMessage()= TCK NotAllowedException description
02-01-2023 10:05:29:FINISHED TEST : constructorStringStringStringsTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringResponseThrowableThrowsExceptionTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Bad Request
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Unauthorized
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Payment Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Forbidden
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Found
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Acceptable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request Timeout
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Conflict
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Gone
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Length Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Precondition Failed
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Expectation Failed
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Precondition Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Too Many Requests
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Internal Server Error
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Implemented
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Bad Gateway
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Service Unavailable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required
02-01-2023 10:05:29:FINISHED TEST : constructorStringResponseThrowableThrowsExceptionTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringTest()
02-01-2023 10:05:29:response contains expected Method Not Allowed status
02-01-2023 10:05:29:FINISHED TEST : constructorStringTest()
02-01-2023 10:05:29:STARTING TEST : constructorThrowableStringTest()
02-01-2023 10:05:29:response contains expected Method Not Allowed status
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:response contains expected Method Not Allowed status
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:response contains expected Method Not Allowed status
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:response contains expected Method Not Allowed status
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:FINISHED TEST : constructorThrowableStringTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringResponseThrowsIAETest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Bad Request
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Unauthorized
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Payment Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Forbidden
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Found
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Acceptable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request Timeout
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Conflict
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Gone
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Length Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Precondition Failed
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Expectation Failed
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Precondition Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Too Many Requests
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Internal Server Error
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Implemented
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Bad Gateway
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Service Unavailable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required
02-01-2023 10:05:29:FINISHED TEST : constructorStringResponseThrowsIAETest()
02-01-2023 10:05:29:STARTING TEST : constructorResponseThrowableThrowsExceptionTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Bad Request
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Unauthorized
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Payment Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Forbidden
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Found
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Acceptable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request Timeout
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Conflict
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Gone
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Length Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Precondition Failed
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Expectation Failed
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Precondition Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Too Many Requests
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Internal Server Error
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Implemented
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Bad Gateway
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Service Unavailable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required
02-01-2023 10:05:29:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest()
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in ee.jakarta.tck.ws.rs.api.rs.notallowedexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.badrequestexception.JAXRSClientIT
02-01-2023 10:05:29:STARTING TEST : constructorResponseThrowableTest()
02-01-2023 10:05:29:response contains expected Bad Request status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:response contains expected Bad Request status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:response contains expected Bad Request status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:response contains expected Bad Request status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:FINISHED TEST : constructorResponseThrowableTest()
02-01-2023 10:05:29:STARTING TEST : constructorTest()
02-01-2023 10:05:29:response contains expected Bad Request status
02-01-2023 10:05:29:FINISHED TEST : constructorTest()
02-01-2023 10:05:29:STARTING TEST : constructorResponseTest()
02-01-2023 10:05:29:response contains expected Bad Request status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:FINISHED TEST : constructorResponseTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringRequestThrowableThrowsIAETest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status OK as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Created as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Accepted as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status No Content as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Reset Content as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Partial Content as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Multiple Choices as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Moved Permanently as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Found as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status See Other as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Not Modified as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Use Proxy as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Temporary Redirect as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Permanent Redirect as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Unauthorized as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Payment Required as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Forbidden as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Not Found as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Method Not Allowed as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Not Acceptable as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Request Timeout as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Conflict as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Gone as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Length Required as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Precondition Failed as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Request Entity Too Large as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Request-URI Too Long as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Unsupported Media Type as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Expectation Failed as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Precondition Required as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Too Many Requests as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Internal Server Error as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Not Implemented as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Bad Gateway as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Service Unavailable as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Gateway Timeout as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Network Authentication Required as expected
02-01-2023 10:05:29:FINISHED TEST : constructorStringRequestThrowableThrowsIAETest()
02-01-2023 10:05:29:STARTING TEST : constructorStringResponseTest()
02-01-2023 10:05:29:response contains expected Bad Request status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:found expected getMessage()= TCK BadRequestException description
02-01-2023 10:05:29:FINISHED TEST : constructorStringResponseTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringThrowableTest()
02-01-2023 10:05:29:found expected getMessage()= TCK BadRequestException description
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:response contains expected Bad Request status
02-01-2023 10:05:29:found expected getMessage()= TCK BadRequestException description
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:response contains expected Bad Request status
02-01-2023 10:05:29:found expected getMessage()= TCK BadRequestException description
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:response contains expected Bad Request status
02-01-2023 10:05:29:found expected getMessage()= TCK BadRequestException description
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:response contains expected Bad Request status
02-01-2023 10:05:29:FINISHED TEST : constructorStringThrowableTest()
02-01-2023 10:05:29:STARTING TEST : constructorResponseThrowsExceptionTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status OK as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Created as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Accepted as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status No Content as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Reset Content as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Partial Content as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Multiple Choices as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Moved Permanently as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Found as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status See Other as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Not Modified as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Use Proxy as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Temporary Redirect as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Permanent Redirect as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Unauthorized as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Payment Required as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Forbidden as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Not Found as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Method Not Allowed as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Not Acceptable as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Request Timeout as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Conflict as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Gone as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Length Required as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Precondition Failed as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Request Entity Too Large as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Request-URI Too Long as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Unsupported Media Type as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Expectation Failed as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Precondition Required as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Too Many Requests as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Internal Server Error as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Not Implemented as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Bad Gateway as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Service Unavailable as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Gateway Timeout as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Network Authentication Required as expected
02-01-2023 10:05:29:FINISHED TEST : constructorResponseThrowsExceptionTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringTest()
02-01-2023 10:05:29:found expected getMessage()= TCK BadRequestException description
02-01-2023 10:05:29:response contains expected Bad Request status
02-01-2023 10:05:29:FINISHED TEST : constructorStringTest()
02-01-2023 10:05:29:STARTING TEST : constructorThrowableTest()
02-01-2023 10:05:29:response contains expected Bad Request status
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:response contains expected Bad Request status
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:response contains expected Bad Request status
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:response contains expected Bad Request status
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:FINISHED TEST : constructorThrowableTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringRequestThrowableTest()
02-01-2023 10:05:29:found expected getMessage()= TCK BadRequestException description
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:response contains expected Bad Request status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:found expected getMessage()= TCK BadRequestException description
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:response contains expected Bad Request status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:found expected getMessage()= TCK BadRequestException description
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:response contains expected Bad Request status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:found expected getMessage()= TCK BadRequestException description
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:response contains expected Bad Request status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:FINISHED TEST : constructorStringRequestThrowableTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringResponseThrowsIEATest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status OK as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Created as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Accepted as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status No Content as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Reset Content as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Partial Content as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Multiple Choices as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Moved Permanently as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Found as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status See Other as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Not Modified as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Use Proxy as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Temporary Redirect as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Permanent Redirect as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Unauthorized as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Payment Required as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Forbidden as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Not Found as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Method Not Allowed as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Not Acceptable as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Request Timeout as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Conflict as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Gone as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Length Required as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Precondition Failed as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Request Entity Too Large as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Request-URI Too Long as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Unsupported Media Type as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Expectation Failed as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Precondition Required as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Too Many Requests as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Internal Server Error as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Not Implemented as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Bad Gateway as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Service Unavailable as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Gateway Timeout as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Network Authentication Required as expected
02-01-2023 10:05:29:FINISHED TEST : constructorStringResponseThrowsIEATest()
02-01-2023 10:05:29:STARTING TEST : constructorResponseThrowableThrowsExceptionTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status OK as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Created as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Accepted as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status No Content as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Reset Content as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Partial Content as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Multiple Choices as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Moved Permanently as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Found as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status See Other as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Not Modified as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Use Proxy as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Temporary Redirect as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Permanent Redirect as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Unauthorized as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Payment Required as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Forbidden as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Not Found as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Method Not Allowed as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Not Acceptable as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Request Timeout as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Conflict as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Gone as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Length Required as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Precondition Failed as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Request Entity Too Large as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Request-URI Too Long as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Unsupported Media Type as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Expectation Failed as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Precondition Required as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Too Many Requests as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Internal Server Error as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Not Implemented as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Bad Gateway as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Service Unavailable as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Gateway Timeout as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected
02-01-2023 10:05:29:IllegalArgumentException has been thrown for status Network Authentication Required as expected
02-01-2023 10:05:29: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.badrequestexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.notauthorizedexception.JAXRSClientIT
02-01-2023 10:05:29:STARTING TEST : constructorObjectsTest()
02-01-2023 10:05:29:response contains expected Unauthorized status
02-01-2023 10:05:29:FINISHED TEST : constructorObjectsTest()
02-01-2023 10:05:29:STARTING TEST : constructorResponseThrowableTest()
02-01-2023 10:05:29:response contains expected Unauthorized status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:response contains expected Unauthorized status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:response contains expected Unauthorized status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:response contains expected Unauthorized status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:FINISHED TEST : constructorResponseThrowableTest()
02-01-2023 10:05:29:STARTING TEST : constructorResponseTest()
02-01-2023 10:05:29:response contains expected Unauthorized status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:FINISHED TEST : constructorResponseTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringResponseThrowableThrowsIAETest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Bad Request
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Payment Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Forbidden
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Found
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Method Not Allowed
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Acceptable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request Timeout
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Conflict
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Gone
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Length Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Precondition Failed
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Expectation Failed
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Precondition Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Too Many Requests
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Internal Server Error
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Implemented
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Bad Gateway
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Service Unavailable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required
02-01-2023 10:05:29:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest()
02-01-2023 10:05:29:STARTING TEST : constructorStringResponseThrowableTest()
02-01-2023 10:05:29:response contains expected Unauthorized status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK NotAuthorizedException description
02-01-2023 10:05:29:response contains expected Unauthorized status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK NotAuthorizedException description
02-01-2023 10:05:29:response contains expected Unauthorized status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK NotAuthorizedException description
02-01-2023 10:05:29:response contains expected Unauthorized status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK NotAuthorizedException description
02-01-2023 10:05:29:FINISHED TEST : constructorStringResponseThrowableTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringResponseTest()
02-01-2023 10:05:29:response contains expected Unauthorized status
02-01-2023 10:05:29:Found expected http Host header
02-01-2023 10:05:29:found expected getMessage()= TCK NotAuthorizedException description
02-01-2023 10:05:29:FINISHED TEST : constructorStringResponseTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringResponseThrowsExceptionTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Bad Request
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Payment Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Forbidden
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Found
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Method Not Allowed
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Acceptable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request Timeout
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Conflict
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Gone
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Length Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Precondition Failed
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Expectation Failed
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Precondition Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Too Many Requests
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Internal Server Error
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Implemented
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Bad Gateway
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Service Unavailable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required
02-01-2023 10:05:29:FINISHED TEST : constructorStringResponseThrowsExceptionTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringObjectsThrowsNPEWhenNullTest()
02-01-2023 10:05:29:NullPointerException has been thrown as expected for null challenge
02-01-2023 10:05:29:FINISHED TEST : constructorStringObjectsThrowsNPEWhenNullTest()
02-01-2023 10:05:29:STARTING TEST : constructorThrowableObjectTest()
02-01-2023 10:05:29:response contains expected Unauthorized status
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:response contains expected Unauthorized status
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:response contains expected Unauthorized status
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:response contains expected Unauthorized status
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:FINISHED TEST : constructorThrowableObjectTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringThrowableObjectsTest()
02-01-2023 10:05:29:response contains expected Unauthorized status
02-01-2023 10:05:29:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:29:found expected getMessage()= TCK NotAuthorizedException description
02-01-2023 10:05:29:response contains expected Unauthorized status
02-01-2023 10:05:29:getCause contains expected java.io.IOException
02-01-2023 10:05:29:found expected getMessage()= TCK NotAuthorizedException description
02-01-2023 10:05:29:response contains expected Unauthorized status
02-01-2023 10:05:29:getCause contains expected java.lang.Error
02-01-2023 10:05:29:found expected getMessage()= TCK NotAuthorizedException description
02-01-2023 10:05:29:response contains expected Unauthorized status
02-01-2023 10:05:29:getCause contains expected java.lang.Throwable
02-01-2023 10:05:29:found expected getMessage()= TCK NotAuthorizedException description
02-01-2023 10:05:29:FINISHED TEST : constructorStringThrowableObjectsTest()
02-01-2023 10:05:29:STARTING TEST : constructorStringObjectsTest()
02-01-2023 10:05:29:response contains expected Unauthorized status
02-01-2023 10:05:29:found expected getMessage()= TCK NotAuthorizedException description
02-01-2023 10:05:29:FINISHED TEST : constructorStringObjectsTest()
02-01-2023 10:05:29:STARTING TEST : constructorResponseThrowsExceptionTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Bad Request
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Payment Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Forbidden
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Found
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Method Not Allowed
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Acceptable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request Timeout
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Conflict
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Gone
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Length Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Precondition Failed
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Expectation Failed
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Precondition Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Too Many Requests
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Internal Server Error
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Implemented
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Bad Gateway
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Service Unavailable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required
02-01-2023 10:05:29:FINISHED TEST : constructorResponseThrowsExceptionTest()
02-01-2023 10:05:29:STARTING TEST : constructorObjectsThrowsNPEWhenNullTest()
02-01-2023 10:05:29:NullPointerException has been thrown as expected for null challenge
02-01-2023 10:05:29:FINISHED TEST : constructorObjectsThrowsNPEWhenNullTest()
02-01-2023 10:05:29:STARTING TEST : constructorResponseThrowableThrowsExceptionTest()
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Bad Request
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Payment Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Forbidden
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Found
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Method Not Allowed
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Acceptable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request Timeout
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Conflict
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Gone
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Length Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Precondition Failed
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Expectation Failed
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Precondition Required
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Too Many Requests
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Internal Server Error
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Not Implemented
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Bad Gateway
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Service Unavailable
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
02-01-2023 10:05:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required
02-01-2023 10:05:29:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest()
WAITING:[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in ee.jakarta.tck.ws.rs.api.rs.notauthorizedexception.JAXRSClientIT
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.serviceunavailableexception.JAXRSClientIT
02-01-2023 10:05:30:STARTING TEST : constructorTest()
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:Found expected retry time null
02-01-2023 10:05:30:#hasRetryAfter returned expected false value
02-01-2023 10:05:30: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.runtimetype.JAXRSClientIT
02-01-2023 10:05:30:STARTING TEST : valueOfTest()
02-01-2023 10:05:30:#valueOf( CLIENT ) equals CLIENT as expected
02-01-2023 10:05:30:#valueOf( SERVER ) equals SERVER as expected
02-01-2023 10:05:30:FINISHED TEST : valueOfTest()
02-01-2023 10:05:30:STARTING TEST : valuesTest()
02-01-2023 10:05:30:Found CLIENT in valus() CLIENT, SERVER
02-01-2023 10:05:30:Found SERVER in valus() CLIENT, SERVER
02-01-2023 10:05:30:FINISHED TEST : valuesTest()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in ee.jakarta.tck.ws.rs.api.rs.runtimetype.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.notacceptableexception.JAXRSClientIT
02-01-2023 10:05:30:STARTING TEST : constructorResponseThrowableTest()
02-01-2023 10:05:30:response contains expected Not Acceptable status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Not Acceptable status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Not Acceptable status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Not Acceptable status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:FINISHED TEST : constructorResponseThrowableTest()
02-01-2023 10:05:30:STARTING TEST : constructorTest()
02-01-2023 10:05:30:response contains expected Not Acceptable status
02-01-2023 10:05:30:FINISHED TEST : constructorTest()
02-01-2023 10:05:30:STARTING TEST : constructorResponseTest()
02-01-2023 10:05:30:response contains expected Not Acceptable status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:FINISHED TEST : constructorResponseTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringResponseThrowableTest()
02-01-2023 10:05:30:response contains expected Not Acceptable status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:found expected getMessage()= TCK NotAcceptableException description
02-01-2023 10:05:30:response contains expected Not Acceptable status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:found expected getMessage()= TCK NotAcceptableException description
02-01-2023 10:05:30:response contains expected Not Acceptable status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:found expected getMessage()= TCK NotAcceptableException description
02-01-2023 10:05:30:response contains expected Not Acceptable status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:found expected getMessage()= TCK NotAcceptableException description
02-01-2023 10:05:30:FINISHED TEST : constructorStringResponseThrowableTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringResponseTest()
02-01-2023 10:05:30:response contains expected Not Acceptable status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK NotAcceptableException description
02-01-2023 10:05:30:FINISHED TEST : constructorStringResponseTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringThrowableTest()
02-01-2023 10:05:30:response contains expected Not Acceptable status
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:found expected getMessage()= TCK NotAcceptableException description
02-01-2023 10:05:30:response contains expected Not Acceptable status
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:found expected getMessage()= TCK NotAcceptableException description
02-01-2023 10:05:30:response contains expected Not Acceptable status
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:found expected getMessage()= TCK NotAcceptableException description
02-01-2023 10:05:30:response contains expected Not Acceptable status
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:found expected getMessage()= TCK NotAcceptableException description
02-01-2023 10:05:30:FINISHED TEST : constructorStringThrowableTest()
02-01-2023 10:05:30:STARTING TEST : constructorResponseThrowsExceptionTest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status OK as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Created as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Accepted as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status No Content as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Reset Content as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Partial Content as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Multiple Choices as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Moved Permanently as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Found as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status See Other as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Not Modified as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Use Proxy as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Temporary Redirect as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Permanent Redirect as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Bad Request as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Unauthorized as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Payment Required as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Forbidden as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Not Found as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Method Not Allowed as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Request Timeout as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Conflict as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Gone as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Length Required as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Precondition Failed as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Request Entity Too Large as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Request-URI Too Long as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Unsupported Media Type as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Expectation Failed as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Precondition Required as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Too Many Requests as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Internal Server Error as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Not Implemented as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Bad Gateway as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Service Unavailable as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Gateway Timeout as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Network Authentication Required as expected
02-01-2023 10:05:30:FINISHED TEST : constructorResponseThrowsExceptionTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringTest()
02-01-2023 10:05:30:response contains expected Not Acceptable status
02-01-2023 10:05:30:found expected getMessage()= TCK NotAcceptableException description
02-01-2023 10:05:30:FINISHED TEST : constructorStringTest()
02-01-2023 10:05:30:STARTING TEST : constructorThrowableTest()
02-01-2023 10:05:30:response contains expected Not Acceptable status
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Not Acceptable status
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Not Acceptable status
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Not Acceptable status
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:FINISHED TEST : constructorThrowableTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringResponseThrowsIAETest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status OK as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Created as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Accepted as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status No Content as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Reset Content as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Partial Content as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Multiple Choices as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Moved Permanently as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Found as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status See Other as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Not Modified as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Use Proxy as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Temporary Redirect as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Permanent Redirect as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Bad Request as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Unauthorized as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Payment Required as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Forbidden as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Not Found as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Method Not Allowed as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Request Timeout as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Conflict as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Gone as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Length Required as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Precondition Failed as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Request Entity Too Large as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Request-URI Too Long as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Unsupported Media Type as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Expectation Failed as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Precondition Required as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Too Many Requests as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Internal Server Error as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Not Implemented as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Bad Gateway as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Service Unavailable as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Gateway Timeout as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Network Authentication Required as expected
02-01-2023 10:05:30:FINISHED TEST : constructorStringResponseThrowsIAETest()
02-01-2023 10:05:30:STARTING TEST : constructorResponseThrowableThrowsIAETest()
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status OK
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Created
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Accepted
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status No Content
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Reset Content
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Partial Content
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Multiple Choices
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Moved Permanently
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Found
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status See Other
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Not Modified
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Use Proxy
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Bad Request
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Unauthorized
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Payment Required
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Forbidden
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Not Found
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Request Timeout
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Conflict
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Gone
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Length Required
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Precondition Failed
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Expectation Failed
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Precondition Required
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Too Many Requests
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Internal Server Error
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Not Implemented
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Bad Gateway
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Service Unavailable
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required
02-01-2023 10:05:30:FINISHED TEST : constructorResponseThrowableThrowsIAETest()
02-01-2023 10:05:30:STARTING TEST : constructorResponseThrowableThrowsExceptionTest()
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status OK
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Created
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Accepted
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status No Content
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Reset Content
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Partial Content
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Multiple Choices
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Moved Permanently
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Found
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status See Other
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Not Modified
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Use Proxy
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Bad Request
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Unauthorized
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Payment Required
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Forbidden
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Not Found
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Request Timeout
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Conflict
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Gone
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Length Required
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Precondition Failed
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Expectation Failed
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Precondition Required
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Too Many Requests
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Internal Server Error
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Not Implemented
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Bad Gateway
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Service Unavailable
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required
02-01-2023 10:05:30:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest()
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in ee.jakarta.tck.ws.rs.api.rs.notacceptableexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.processingexception.JAXRSClientIT
02-01-2023 10:05:30:STARTING TEST : constructorWithRuntimeExceptionNullMessageTest()
02-01-2023 10:05:30:FINISHED TEST : constructorWithRuntimeExceptionNullMessageTest()
02-01-2023 10:05:30:STARTING TEST : constructorWithNullThrowableTest()
02-01-2023 10:05:30:FINISHED TEST : constructorWithNullThrowableTest()
02-01-2023 10:05:30:STARTING TEST : constructorWithCheckedExceptionNullMessageTest()
02-01-2023 10:05:30:FINISHED TEST : constructorWithCheckedExceptionNullMessageTest()
02-01-2023 10:05:30:STARTING TEST : constructorWithNullThrowableNullMessageTest()
02-01-2023 10:05:30:FINISHED TEST : constructorWithNullThrowableNullMessageTest()
02-01-2023 10:05:30:STARTING TEST : constructorWithNullMessageTest()
02-01-2023 10:05:30:FINISHED TEST : constructorWithNullMessageTest()
02-01-2023 10:05:30:STARTING TEST : constructorWithNullThrowableNotNullMessageTest()
02-01-2023 10:05:30:FINISHED TEST : constructorWithNullThrowableNotNullMessageTest()
02-01-2023 10:05:30:STARTING TEST : constructorWithCheckedExceptionAndNotNullMessageTest()
02-01-2023 10:05:30:FINISHED TEST : constructorWithCheckedExceptionAndNotNullMessageTest()
02-01-2023 10:05:30:STARTING TEST : constructorWithRuntimeExceptionAndNotNullMessageTest()
02-01-2023 10:05:30:FINISHED TEST : constructorWithRuntimeExceptionAndNotNullMessageTest()
02-01-2023 10:05:30:STARTING TEST : constructorWithNotNullMessageTest()
02-01-2023 10:05:30:FINISHED TEST : constructorWithNotNullMessageTest()
02-01-2023 10:05:30:STARTING TEST : constructorWithCheckedExceptionTest()
02-01-2023 10:05:30:FINISHED TEST : constructorWithCheckedExceptionTest()
02-01-2023 10:05:30:STARTING TEST : constructorWithRuntimeExceptionTest()
02-01-2023 10:05:30: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.webapplicationexceptiontest.JAXRSClientIT
02-01-2023 10:05:30:STARTING TEST : constructorStringNullStatusThrowsIAETest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected when null Status
02-01-2023 10:05:30:FINISHED TEST : constructorStringNullStatusThrowsIAETest()
02-01-2023 10:05:30:STARTING TEST : constructorStringThrowableStatusTest()
02-01-2023 10:05:30:response contains expected OK status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected OK status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected OK status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected OK status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Created status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Created status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Created status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Created status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Accepted status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Accepted status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Accepted status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Accepted status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected No Content status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected No Content status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected No Content status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected No Content status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Reset Content status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Reset Content status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Reset Content status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Reset Content status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Partial Content status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Partial Content status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Partial Content status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Partial Content status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Multiple Choices status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Multiple Choices status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Multiple Choices status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Multiple Choices status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Moved Permanently status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Moved Permanently status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Moved Permanently status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Moved Permanently status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Found status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Found status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Found status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Found status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected See Other status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected See Other status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected See Other status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected See Other status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Not Modified status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Not Modified status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Not Modified status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Not Modified status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Use Proxy status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Use Proxy status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Use Proxy status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Use Proxy status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Temporary Redirect status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Temporary Redirect status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Temporary Redirect status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Temporary Redirect status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Permanent Redirect status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Permanent Redirect status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Permanent Redirect status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Permanent Redirect status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Bad Request status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Bad Request status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Bad Request status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Bad Request status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Unauthorized status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Unauthorized status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Unauthorized status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Unauthorized status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Payment Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Payment Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Payment Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Payment Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Forbidden status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Forbidden status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Forbidden status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Forbidden status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Not Found status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Not Found status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Not Found status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Not Found status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Method Not Allowed status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Method Not Allowed status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Method Not Allowed status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Method Not Allowed status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Not Acceptable status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Not Acceptable status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Not Acceptable status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Not Acceptable status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Proxy Authentication Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Proxy Authentication Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Proxy Authentication Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Proxy Authentication Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Request Timeout status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Request Timeout status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Request Timeout status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Request Timeout status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Conflict status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Conflict status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Conflict status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Conflict status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Gone status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Gone status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Gone status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Gone status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Length Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Length Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Length Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Length Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Precondition Failed status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Precondition Failed status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Precondition Failed status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Precondition Failed status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Request Entity Too Large status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Request Entity Too Large status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Request Entity Too Large status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Request Entity Too Large status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Request-URI Too Long status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Request-URI Too Long status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Request-URI Too Long status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Request-URI Too Long status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Unsupported Media Type status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Unsupported Media Type status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Unsupported Media Type status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Unsupported Media Type status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Requested Range Not Satisfiable status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Requested Range Not Satisfiable status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Requested Range Not Satisfiable status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Requested Range Not Satisfiable status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Expectation Failed status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Expectation Failed status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Expectation Failed status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Expectation Failed status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Precondition Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Precondition Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Precondition Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Precondition Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Too Many Requests status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Too Many Requests status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Too Many Requests status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Too Many Requests status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Request Header Fields Too Large status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Request Header Fields Too Large status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Request Header Fields Too Large status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Request Header Fields Too Large status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Unavailable For Legal Reasons status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Unavailable For Legal Reasons status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Unavailable For Legal Reasons status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Unavailable For Legal Reasons status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:FINISHED TEST : constructorStringThrowableStatusTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringResponseTest()
02-01-2023 10:05:30:response contains expected OK status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Created status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Accepted status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected No Content status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Reset Content status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Partial Content status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Multiple Choices status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Moved Permanently status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Found status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected See Other status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Not Modified status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Use Proxy status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Temporary Redirect status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Permanent Redirect status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Bad Request status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Unauthorized status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Payment Required status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Forbidden status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Not Found status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Method Not Allowed status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Not Acceptable status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Proxy Authentication Required status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Request Timeout status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Conflict status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Gone status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Length Required status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Precondition Failed status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Request Entity Too Large status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Request-URI Too Long status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Unsupported Media Type status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Requested Range Not Satisfiable status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Expectation Failed status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Precondition Required status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Too Many Requests status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Request Header Fields Too Large status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Unavailable For Legal Reasons status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:FINISHED TEST : constructorStringResponseTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringThrowableResponseTest()
02-01-2023 10:05:30:response contains expected OK status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected OK status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected OK status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected OK status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Created status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Created status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Created status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Created status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Accepted status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Accepted status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Accepted status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Accepted status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected No Content status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected No Content status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected No Content status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected No Content status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Reset Content status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Reset Content status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Reset Content status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Reset Content status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Partial Content status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Partial Content status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Partial Content status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Partial Content status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Multiple Choices status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Multiple Choices status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Multiple Choices status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Multiple Choices status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Moved Permanently status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Moved Permanently status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Moved Permanently status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Moved Permanently status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Found status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Found status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Found status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Found status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected See Other status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected See Other status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected See Other status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected See Other status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Not Modified status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Not Modified status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Not Modified status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Not Modified status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Use Proxy status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Use Proxy status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Use Proxy status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Use Proxy status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Temporary Redirect status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Temporary Redirect status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Temporary Redirect status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Temporary Redirect status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Permanent Redirect status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Permanent Redirect status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Permanent Redirect status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Permanent Redirect status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Bad Request status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Bad Request status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Bad Request status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Bad Request status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Unauthorized status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Unauthorized status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Unauthorized status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Unauthorized status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Payment Required status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Payment Required status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Payment Required status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Payment Required status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Forbidden status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Forbidden status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Forbidden status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Forbidden status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Not Found status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Not Found status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Not Found status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Not Found status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Method Not Allowed status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Method Not Allowed status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Method Not Allowed status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Method Not Allowed status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Not Acceptable status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Not Acceptable status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Not Acceptable status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Not Acceptable status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Proxy Authentication Required status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Proxy Authentication Required status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Proxy Authentication Required status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Proxy Authentication Required status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Request Timeout status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Request Timeout status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Request Timeout status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Request Timeout status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Conflict status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Conflict status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Conflict status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Conflict status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Gone status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Gone status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Gone status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Gone status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Length Required status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Length Required status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Length Required status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Length Required status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Precondition Failed status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Precondition Failed status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Precondition Failed status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Precondition Failed status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Request Entity Too Large status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Request Entity Too Large status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Request Entity Too Large status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Request Entity Too Large status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Request-URI Too Long status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Request-URI Too Long status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Request-URI Too Long status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Request-URI Too Long status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Unsupported Media Type status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Unsupported Media Type status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Unsupported Media Type status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Unsupported Media Type status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Requested Range Not Satisfiable status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Requested Range Not Satisfiable status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Requested Range Not Satisfiable status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Requested Range Not Satisfiable status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Expectation Failed status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Expectation Failed status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Expectation Failed status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Expectation Failed status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Precondition Required status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Precondition Required status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Precondition Required status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Precondition Required status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Too Many Requests status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Too Many Requests status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Too Many Requests status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Too Many Requests status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Request Header Fields Too Large status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Request Header Fields Too Large status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Request Header Fields Too Large status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Request Header Fields Too Large status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Unavailable For Legal Reasons status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Unavailable For Legal Reasons status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Unavailable For Legal Reasons status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Unavailable For Legal Reasons status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:FINISHED TEST : constructorStringThrowableResponseTest()
02-01-2023 10:05:30:STARTING TEST : statusNullTest()
02-01-2023 10:05:30:FINISHED TEST : statusNullTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringNullResponseTest()
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:FINISHED TEST : constructorStringNullResponseTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringIntTest()
02-01-2023 10:05:30:response contains expected OK status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Created status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Accepted status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected No Content status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Reset Content status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Partial Content status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Multiple Choices status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Moved Permanently status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Found status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected See Other status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Not Modified status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Use Proxy status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Temporary Redirect status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Permanent Redirect status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Bad Request status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Unauthorized status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Payment Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Forbidden status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Not Found status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Method Not Allowed status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Not Acceptable status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Proxy Authentication Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Request Timeout status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Conflict status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Gone status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Length Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Precondition Failed status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Request Entity Too Large status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Request-URI Too Long status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Unsupported Media Type status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Requested Range Not Satisfiable status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Expectation Failed status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Precondition Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Too Many Requests status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Request Header Fields Too Large status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Unavailable For Legal Reasons status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:FINISHED TEST : constructorStringIntTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringThrowableTest()
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:FINISHED TEST : constructorStringThrowableTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringThrowableNullResponseTest()
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:FINISHED TEST : constructorStringThrowableNullResponseTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringStatusTest()
02-01-2023 10:05:30:response contains expected OK status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Created status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Accepted status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected No Content status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Reset Content status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Partial Content status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Multiple Choices status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Moved Permanently status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Found status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected See Other status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Not Modified status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Use Proxy status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Temporary Redirect status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Permanent Redirect status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Bad Request status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Unauthorized status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Payment Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Forbidden status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Not Found status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Method Not Allowed status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Not Acceptable status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Proxy Authentication Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Request Timeout status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Conflict status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Gone status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Length Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Precondition Failed status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Request Entity Too Large status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Request-URI Too Long status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Unsupported Media Type status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Requested Range Not Satisfiable status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Expectation Failed status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Precondition Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Too Many Requests status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Request Header Fields Too Large status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Unavailable For Legal Reasons status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:FINISHED TEST : constructorStringStatusTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringTest()
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:FINISHED TEST : constructorStringTest()
02-01-2023 10:05:30:STARTING TEST : throwableStatusTest1()
02-01-2023 10:05:30:FINISHED TEST : throwableStatusTest1()
02-01-2023 10:05:30:STARTING TEST : constructorStringThrowableIntTest()
02-01-2023 10:05:30:response contains expected OK status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected OK status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected OK status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected OK status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Created status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Created status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Created status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Created status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Accepted status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Accepted status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Accepted status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Accepted status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected No Content status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected No Content status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected No Content status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected No Content status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Reset Content status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Reset Content status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Reset Content status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Reset Content status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Partial Content status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Partial Content status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Partial Content status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Partial Content status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Multiple Choices status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Multiple Choices status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Multiple Choices status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Multiple Choices status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Moved Permanently status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Moved Permanently status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Moved Permanently status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Moved Permanently status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Found status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Found status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Found status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Found status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected See Other status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected See Other status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected See Other status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected See Other status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Not Modified status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Not Modified status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Not Modified status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Not Modified status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Use Proxy status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Use Proxy status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Use Proxy status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Use Proxy status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Temporary Redirect status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Temporary Redirect status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Temporary Redirect status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Temporary Redirect status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Permanent Redirect status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Permanent Redirect status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Permanent Redirect status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Permanent Redirect status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Bad Request status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Bad Request status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Bad Request status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Bad Request status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Unauthorized status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Unauthorized status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Unauthorized status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Unauthorized status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Payment Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Payment Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Payment Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Payment Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Forbidden status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Forbidden status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Forbidden status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Forbidden status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Not Found status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Not Found status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Not Found status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Not Found status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Method Not Allowed status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Method Not Allowed status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Method Not Allowed status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Method Not Allowed status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Not Acceptable status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Not Acceptable status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Not Acceptable status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Not Acceptable status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Proxy Authentication Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Proxy Authentication Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Proxy Authentication Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Proxy Authentication Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Request Timeout status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Request Timeout status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Request Timeout status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Request Timeout status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Conflict status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Conflict status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Conflict status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Conflict status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Gone status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Gone status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Gone status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Gone status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Length Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Length Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Length Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Length Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Precondition Failed status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Precondition Failed status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Precondition Failed status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Precondition Failed status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Request Entity Too Large status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Request Entity Too Large status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Request Entity Too Large status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Request Entity Too Large status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Request-URI Too Long status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Request-URI Too Long status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Request-URI Too Long status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Request-URI Too Long status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Unsupported Media Type status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Unsupported Media Type status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Unsupported Media Type status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Unsupported Media Type status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Requested Range Not Satisfiable status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Requested Range Not Satisfiable status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Requested Range Not Satisfiable status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Requested Range Not Satisfiable status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Expectation Failed status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Expectation Failed status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Expectation Failed status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Expectation Failed status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Precondition Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Precondition Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Precondition Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Precondition Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Too Many Requests status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Too Many Requests status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Too Many Requests status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Too Many Requests status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Request Header Fields Too Large status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Request Header Fields Too Large status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Request Header Fields Too Large status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Request Header Fields Too Large status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Unavailable For Legal Reasons status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Unavailable For Legal Reasons status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Unavailable For Legal Reasons status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Unavailable For Legal Reasons status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:found expected getMessage()= TCK WebApplicationException description
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:FINISHED TEST : constructorStringThrowableIntTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringThrowableNullStatusThrowsIAETest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown when null Status as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown when null Status as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown when null Status as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown when null Status as expected
02-01-2023 10:05:30:FINISHED TEST : constructorStringThrowableNullStatusThrowsIAETest()
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in ee.jakarta.tck.ws.rs.api.rs.webapplicationexceptiontest.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.internalservererrorexception.JAXRSClientIT
02-01-2023 10:05:30:STARTING TEST : constructorResponseThrowableTest()
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:FINISHED TEST : constructorResponseThrowableTest()
02-01-2023 10:05:30:STARTING TEST : constructorTest()
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:FINISHED TEST : constructorTest()
02-01-2023 10:05:30:STARTING TEST : constructorResponseTest()
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:FINISHED TEST : constructorResponseTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringResponseThrowableTest()
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:found expected getMessage()= TCK InternalServerErrorException description
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:found expected getMessage()= TCK InternalServerErrorException description
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:found expected getMessage()= TCK InternalServerErrorException description
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:found expected getMessage()= TCK InternalServerErrorException description
02-01-2023 10:05:30:FINISHED TEST : constructorStringResponseThrowableTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringResponseThrowableThrowsIEATest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Bad Request
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unauthorized
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Payment Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Forbidden
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Found
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Method Not Allowed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Acceptable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Timeout
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Conflict
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Gone
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Length Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Expectation Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Too Many Requests
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Implemented
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Bad Gateway
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Service Unavailable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Gateway Timeout
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Network Authentication Required
02-01-2023 10:05:30:FINISHED TEST : constructorStringResponseThrowableThrowsIEATest()
02-01-2023 10:05:30:STARTING TEST : constructorStringResponseTest()
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK InternalServerErrorException description
02-01-2023 10:05:30:FINISHED TEST : constructorStringResponseTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringThrowableTest()
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:found expected getMessage()= TCK InternalServerErrorException description
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:found expected getMessage()= TCK InternalServerErrorException description
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:found expected getMessage()= TCK InternalServerErrorException description
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:found expected getMessage()= TCK InternalServerErrorException description
02-01-2023 10:05:30:FINISHED TEST : constructorStringThrowableTest()
02-01-2023 10:05:30:STARTING TEST : constructorResponseThrowsExceptionTest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Bad Request
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unauthorized
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Payment Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Forbidden
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Found
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Method Not Allowed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Acceptable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Timeout
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Conflict
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Gone
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Length Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Expectation Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Too Many Requests
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Implemented
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Bad Gateway
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Service Unavailable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Gateway Timeout
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Network Authentication Required
02-01-2023 10:05:30:FINISHED TEST : constructorResponseThrowsExceptionTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringTest()
02-01-2023 10:05:30:found expected getMessage()= TCK InternalServerErrorException description
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:FINISHED TEST : constructorStringTest()
02-01-2023 10:05:30:STARTING TEST : constructorThrowableTest()
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:FINISHED TEST : constructorThrowableTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringResponseThrowsIAETest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Bad Request
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unauthorized
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Payment Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Forbidden
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Found
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Method Not Allowed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Acceptable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Timeout
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Conflict
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Gone
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Length Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Expectation Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Too Many Requests
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Implemented
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Bad Gateway
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Service Unavailable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Gateway Timeout
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Network Authentication Required
02-01-2023 10:05:30:FINISHED TEST : constructorStringResponseThrowsIAETest()
02-01-2023 10:05:30:STARTING TEST : constructorResponseThrowableThrowsExceptionTest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Bad Request
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unauthorized
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Payment Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Forbidden
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Found
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Method Not Allowed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Acceptable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Timeout
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Conflict
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Gone
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Length Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Expectation Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Too Many Requests
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Implemented
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Bad Gateway
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Service Unavailable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Gateway Timeout
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Network Authentication Required
02-01-2023 10:05:30: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.internalservererrorexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.forbiddenexception.JAXRSClientIT
02-01-2023 10:05:30:STARTING TEST : constructorResponseThrowableTest()
02-01-2023 10:05:30:response contains expected Forbidden status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Forbidden status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Forbidden status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Forbidden status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:FINISHED TEST : constructorResponseThrowableTest()
02-01-2023 10:05:30:STARTING TEST : constructorTest()
02-01-2023 10:05:30:response contains expected Forbidden status
02-01-2023 10:05:30:FINISHED TEST : constructorTest()
02-01-2023 10:05:30:STARTING TEST : constructorResponseTest()
02-01-2023 10:05:30:response contains expected Forbidden status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:FINISHED TEST : constructorResponseTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringResponseThrowableThrowsIAETest()
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status OK
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Created
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Accepted
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status No Content
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Reset Content
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Partial Content
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Multiple Choices
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Moved Permanently
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Found
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status See Other
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Not Modified
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Use Proxy
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Bad Request
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Unauthorized
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Payment Required
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Not Found
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Not Acceptable
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Request Timeout
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Conflict
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Gone
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Length Required
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Precondition Failed
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Expectation Failed
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Precondition Required
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Too Many Requests
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Internal Server Error
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Not Implemented
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Bad Gateway
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Service Unavailable
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required
02-01-2023 10:05:30:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest()
02-01-2023 10:05:30:STARTING TEST : constructorStringResponseThrowableTest()
02-01-2023 10:05:30:response contains expected Forbidden status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:found expected getMessage()= TCK ForbiddenException description
02-01-2023 10:05:30:response contains expected Forbidden status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:found expected getMessage()= TCK ForbiddenException description
02-01-2023 10:05:30:response contains expected Forbidden status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:found expected getMessage()= TCK ForbiddenException description
02-01-2023 10:05:30:response contains expected Forbidden status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:found expected getMessage()= TCK ForbiddenException description
02-01-2023 10:05:30:FINISHED TEST : constructorStringResponseThrowableTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringResponseTest()
02-01-2023 10:05:30:response contains expected Forbidden status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK ForbiddenException description
02-01-2023 10:05:30:FINISHED TEST : constructorStringResponseTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringThrowableTest()
02-01-2023 10:05:30:response contains expected Forbidden status
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:found expected getMessage()= TCK ForbiddenException description
02-01-2023 10:05:30:response contains expected Forbidden status
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:found expected getMessage()= TCK ForbiddenException description
02-01-2023 10:05:30:response contains expected Forbidden status
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:found expected getMessage()= TCK ForbiddenException description
02-01-2023 10:05:30:response contains expected Forbidden status
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:found expected getMessage()= TCK ForbiddenException description
02-01-2023 10:05:30:FINISHED TEST : constructorStringThrowableTest()
02-01-2023 10:05:30:STARTING TEST : constructorResponseThrowsExceptionTest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status OK as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Created as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Accepted as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status No Content as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Reset Content as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Partial Content as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Multiple Choices as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Moved Permanently as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Found as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status See Other as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Not Modified as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Use Proxy as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Temporary Redirect as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Permanent Redirect as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Bad Request as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Unauthorized as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Payment Required as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Not Found as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Method Not Allowed as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Not Acceptable as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Request Timeout as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Conflict as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Gone as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Length Required as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Precondition Failed as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Request Entity Too Large as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Request-URI Too Long as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Unsupported Media Type as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Expectation Failed as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Precondition Required as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Too Many Requests as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Internal Server Error as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Not Implemented as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Bad Gateway as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Service Unavailable as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Gateway Timeout as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Network Authentication Required as expected
02-01-2023 10:05:30:FINISHED TEST : constructorResponseThrowsExceptionTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringTest()
02-01-2023 10:05:30:response contains expected Forbidden status
02-01-2023 10:05:30:found expected getMessage()= TCK ForbiddenException description
02-01-2023 10:05:30:FINISHED TEST : constructorStringTest()
02-01-2023 10:05:30:STARTING TEST : constructorThrowableTest()
02-01-2023 10:05:30:response contains expected Forbidden status
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Forbidden status
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Forbidden status
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Forbidden status
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:FINISHED TEST : constructorThrowableTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringResponseThrowsIAETest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status OK as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Created as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Accepted as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status No Content as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Reset Content as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Partial Content as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Multiple Choices as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Moved Permanently as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Found as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status See Other as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Not Modified as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Use Proxy as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Temporary Redirect as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Permanent Redirect as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Bad Request as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Unauthorized as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Payment Required as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Not Found as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Method Not Allowed as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Not Acceptable as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Request Timeout as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Conflict as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Gone as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Length Required as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Precondition Failed as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Request Entity Too Large as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Request-URI Too Long as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Unsupported Media Type as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Expectation Failed as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Precondition Required as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Too Many Requests as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Internal Server Error as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Not Implemented as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Bad Gateway as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Service Unavailable as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Gateway Timeout as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected
02-01-2023 10:05:30:IllegalArgumentException has been thrown for status Network Authentication Required as expected
02-01-2023 10:05:30:FINISHED TEST : constructorStringResponseThrowsIAETest()
02-01-2023 10:05:30:STARTING TEST : constructorResponseThrowableThrowsExceptionTest()
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status OK
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Created
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Accepted
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status No Content
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Reset Content
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Partial Content
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Multiple Choices
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Moved Permanently
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Found
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status See Other
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Not Modified
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Use Proxy
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Bad Request
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Unauthorized
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Payment Required
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Not Found
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Not Acceptable
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Request Timeout
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Conflict
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Gone
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Length Required
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Precondition Failed
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Expectation Failed
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Precondition Required
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Too Many Requests
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Internal Server Error
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Not Implemented
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Bad Gateway
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Service Unavailable
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported
02-01-2023 10:05:30:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required
02-01-2023 10:05:30: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.forbiddenexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.servererrorexception.JAXRSClientIT
02-01-2023 10:05:30:STARTING TEST : constructorStatusThrowableThrowsExceptionTest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Bad Request
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unauthorized
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Payment Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Forbidden
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Found
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Method Not Allowed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Acceptable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Timeout
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Conflict
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Gone
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Length Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Expectation Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Too Many Requests
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
02-01-2023 10:05:30:FINISHED TEST : constructorStatusThrowableThrowsExceptionTest()
02-01-2023 10:05:30:STARTING TEST : constructorResponseThrowableTest()
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:FINISHED TEST : constructorResponseThrowableTest()
02-01-2023 10:05:30:STARTING TEST : constructorResponseTest()
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:FINISHED TEST : constructorResponseTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringResponseThrowableThrowsIAETest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Bad Request
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unauthorized
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Payment Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Forbidden
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Found
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Method Not Allowed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Acceptable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Timeout
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Conflict
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Gone
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Length Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Expectation Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Too Many Requests
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
02-01-2023 10:05:30:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest()
02-01-2023 10:05:30:STARTING TEST : constructorStringResponseThrowableTest()
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:FINISHED TEST : constructorStringResponseThrowableTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringStatusNullThrowableThrowsExceptionTest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for null status
02-01-2023 10:05:30:FINISHED TEST : constructorStringStatusNullThrowableThrowsExceptionTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringResponseTest()
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:FINISHED TEST : constructorStringResponseTest()
02-01-2023 10:05:30:STARTING TEST : constructorStatusTest()
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:FINISHED TEST : constructorStatusTest()
02-01-2023 10:05:30:STARTING TEST : constructorIntThrowableThrowsExceptionTest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Bad Request
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unauthorized
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Payment Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Forbidden
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Found
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Method Not Allowed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Acceptable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Timeout
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Conflict
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Gone
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Length Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Expectation Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Too Many Requests
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
02-01-2023 10:05:30:FINISHED TEST : constructorIntThrowableThrowsExceptionTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringIntThrowsIAETest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Bad Request
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unauthorized
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Payment Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Forbidden
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Found
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Method Not Allowed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Acceptable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Timeout
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Conflict
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Gone
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Length Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Expectation Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Too Many Requests
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
02-01-2023 10:05:30:FINISHED TEST : constructorStringIntThrowsIAETest()
02-01-2023 10:05:30:STARTING TEST : constructorStatusThrowsExceptionTest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Bad Request
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unauthorized
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Payment Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Forbidden
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Found
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Method Not Allowed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Acceptable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Timeout
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Conflict
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Gone
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Length Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Expectation Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Too Many Requests
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
02-01-2023 10:05:30:FINISHED TEST : constructorStatusThrowsExceptionTest()
02-01-2023 10:05:30:STARTING TEST : constructorStatusNullThrowableThrowsExceptionTest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for null status
02-01-2023 10:05:30:FINISHED TEST : constructorStatusNullThrowableThrowsExceptionTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringStatusNullThrowsExceptionTest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for null status
02-01-2023 10:05:30:FINISHED TEST : constructorStringStatusNullThrowsExceptionTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringIntThrowableTest()
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:FINISHED TEST : constructorStringIntThrowableTest()
02-01-2023 10:05:30:STARTING TEST : constructorStatusNullThrowsExceptionTest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for null status
02-01-2023 10:05:30:FINISHED TEST : constructorStatusNullThrowsExceptionTest()
02-01-2023 10:05:30:STARTING TEST : constructorIntTest()
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:FINISHED TEST : constructorIntTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringStatusThrowableThrowsIAETest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Bad Request
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unauthorized
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Payment Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Forbidden
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Found
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Method Not Allowed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Acceptable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Timeout
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Conflict
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Gone
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Length Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Expectation Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Too Many Requests
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
02-01-2023 10:05:30:FINISHED TEST : constructorStringStatusThrowableThrowsIAETest()
02-01-2023 10:05:30:STARTING TEST : constructorStringIntThrowableThrowsIAETest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Bad Request
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unauthorized
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Payment Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Forbidden
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Found
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Method Not Allowed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Acceptable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Timeout
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Conflict
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Gone
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Length Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Expectation Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Too Many Requests
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
02-01-2023 10:05:30:FINISHED TEST : constructorStringIntThrowableThrowsIAETest()
02-01-2023 10:05:30:STARTING TEST : constructorStringIntTest()
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:FINISHED TEST : constructorStringIntTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringIntNotValidStatusThrowableThrowsExceptionTest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status -1
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status 2147483647
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status -2147483648
02-01-2023 10:05:30:FINISHED TEST : constructorStringIntNotValidStatusThrowableThrowsExceptionTest()
02-01-2023 10:05:30:STARTING TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status -1
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status 2147483647
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status -2147483648
02-01-2023 10:05:30:FINISHED TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringStatusThrowsIAETest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Bad Request
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unauthorized
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Payment Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Forbidden
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Found
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Method Not Allowed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Acceptable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Timeout
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Conflict
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Gone
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Length Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Expectation Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Too Many Requests
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
02-01-2023 10:05:30:FINISHED TEST : constructorStringStatusThrowsIAETest()
02-01-2023 10:05:30:STARTING TEST : constructorIntNotValidStatusThrowsExceptionTest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status -1
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status 2147483647
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status -2147483648
02-01-2023 10:05:30:FINISHED TEST : constructorIntNotValidStatusThrowsExceptionTest()
02-01-2023 10:05:30:STARTING TEST : constructorResponseThrowsExceptionTest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Bad Request
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unauthorized
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Payment Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Forbidden
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Found
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Method Not Allowed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Acceptable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Timeout
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Conflict
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Gone
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Length Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Expectation Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Too Many Requests
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
02-01-2023 10:05:30:FINISHED TEST : constructorResponseThrowsExceptionTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringStatusTest()
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:FINISHED TEST : constructorStringStatusTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringStatusThrowableTest()
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:found expected getMessage()= TCK ServerErrorException description
02-01-2023 10:05:30:FINISHED TEST : constructorStringStatusThrowableTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringIntNotValidStatusThrowsIAETest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status -1
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status 2147483647
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status -2147483648
02-01-2023 10:05:30:FINISHED TEST : constructorStringIntNotValidStatusThrowsIAETest()
02-01-2023 10:05:30:STARTING TEST : constructorIntThrowableTest()
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:FINISHED TEST : constructorIntThrowableTest()
02-01-2023 10:05:30:STARTING TEST : constructorIntThrowsExceptionTest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Bad Request
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unauthorized
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Payment Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Forbidden
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Found
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Method Not Allowed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Acceptable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Timeout
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Conflict
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Gone
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Length Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Expectation Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Too Many Requests
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
02-01-2023 10:05:30:FINISHED TEST : constructorIntThrowsExceptionTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringResponseThrowsIAETest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Bad Request
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unauthorized
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Payment Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Forbidden
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Found
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Method Not Allowed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Acceptable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Timeout
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Conflict
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Gone
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Length Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Expectation Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Too Many Requests
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
02-01-2023 10:05:30:FINISHED TEST : constructorStringResponseThrowsIAETest()
02-01-2023 10:05:30:STARTING TEST : constructorResponseThrowableThrowsExceptionTest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Multiple Choices
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Moved Permanently
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Found
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status See Other
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Modified
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Use Proxy
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Temporary Redirect
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Permanent Redirect
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Bad Request
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unauthorized
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Payment Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Forbidden
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Found
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Method Not Allowed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Acceptable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Timeout
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Conflict
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Gone
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Length Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Expectation Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Too Many Requests
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
02-01-2023 10:05:30:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest()
02-01-2023 10:05:30:STARTING TEST : constructorStatusThrowableTest()
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Internal Server Error status
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Not Implemented status
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Bad Gateway status
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Service Unavailable status
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Gateway Timeout status
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected HTTP Version Not Supported status
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:getCause contains expected java.lang.RuntimeException
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:getCause contains expected java.io.IOException
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:getCause contains expected java.lang.Error
02-01-2023 10:05:30:response contains expected Network Authentication Required status
02-01-2023 10:05:30:getCause contains expected java.lang.Throwable
02-01-2023 10:05:30:FINISHED TEST : constructorStatusThrowableTest()
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in ee.jakarta.tck.ws.rs.api.rs.servererrorexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.redirectexception.JAXRSClientIT
02-01-2023 10:05:30:STARTING TEST : constructorResponseTest()
02-01-2023 10:05:30:response contains expected Multiple Choices status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:response contains expected Moved Permanently status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:response contains expected Found status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:response contains expected See Other status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:response contains expected Not Modified status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:response contains expected Use Proxy status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:response contains expected Temporary Redirect status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:response contains expected Permanent Redirect status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:FINISHED TEST : constructorResponseTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringResponseTest()
02-01-2023 10:05:30:response contains expected Multiple Choices status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK RedirectionException description
02-01-2023 10:05:30:response contains expected Moved Permanently status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK RedirectionException description
02-01-2023 10:05:30:response contains expected Found status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK RedirectionException description
02-01-2023 10:05:30:response contains expected See Other status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK RedirectionException description
02-01-2023 10:05:30:response contains expected Not Modified status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK RedirectionException description
02-01-2023 10:05:30:response contains expected Use Proxy status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK RedirectionException description
02-01-2023 10:05:30:response contains expected Temporary Redirect status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK RedirectionException description
02-01-2023 10:05:30:response contains expected Permanent Redirect status
02-01-2023 10:05:30:Found expected http Host header
02-01-2023 10:05:30:found expected getMessage()= TCK RedirectionException description
02-01-2023 10:05:30:FINISHED TEST : constructorStringResponseTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringStatusUriThrowsIAETest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Bad Request
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unauthorized
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Payment Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Forbidden
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Found
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Method Not Allowed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Acceptable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Timeout
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Conflict
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Gone
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Length Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Expectation Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Too Many Requests
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Internal Server Error
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Implemented
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Bad Gateway
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Service Unavailable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Gateway Timeout
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Network Authentication Required
02-01-2023 10:05:30:FINISHED TEST : constructorStringStatusUriThrowsIAETest()
02-01-2023 10:05:30:STARTING TEST : constructorStatusUriThrowsExceptionTest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Bad Request
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unauthorized
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Payment Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Forbidden
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Found
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Method Not Allowed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Acceptable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Timeout
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Conflict
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Gone
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Length Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Expectation Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Too Many Requests
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Internal Server Error
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Implemented
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Bad Gateway
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Service Unavailable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Gateway Timeout
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Network Authentication Required
02-01-2023 10:05:30:FINISHED TEST : constructorStatusUriThrowsExceptionTest()
02-01-2023 10:05:30:STARTING TEST : constructorStatusNullUriThrowsExceptionTest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for null status
02-01-2023 10:05:30:FINISHED TEST : constructorStatusNullUriThrowsExceptionTest()
02-01-2023 10:05:30:STARTING TEST : constructorIntUriThrowsExceptionTest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Bad Request
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unauthorized
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Payment Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Forbidden
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Found
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Method Not Allowed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Acceptable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Timeout
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Conflict
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Gone
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Length Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Expectation Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Too Many Requests
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Internal Server Error
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Implemented
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Bad Gateway
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Service Unavailable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Gateway Timeout
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Network Authentication Required
02-01-2023 10:05:30:FINISHED TEST : constructorIntUriThrowsExceptionTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringStatusNullUriThrowsIAETest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for null status
02-01-2023 10:05:30:FINISHED TEST : constructorStringStatusNullUriThrowsIAETest()
02-01-2023 10:05:30:STARTING TEST : constructorIntUriTest()
02-01-2023 10:05:30:response contains expected Multiple Choices status
02-01-2023 10:05:30:Found expected location http://oracle.com:888/REDIRECTIONtest
02-01-2023 10:05:30:response contains expected Moved Permanently status
02-01-2023 10:05:30:Found expected location http://oracle.com:888/REDIRECTIONtest
02-01-2023 10:05:30:response contains expected Found status
02-01-2023 10:05:30:Found expected location http://oracle.com:888/REDIRECTIONtest
02-01-2023 10:05:30:response contains expected See Other status
02-01-2023 10:05:30:Found expected location http://oracle.com:888/REDIRECTIONtest
02-01-2023 10:05:30:response contains expected Not Modified status
02-01-2023 10:05:30:Found expected location http://oracle.com:888/REDIRECTIONtest
02-01-2023 10:05:30:response contains expected Use Proxy status
02-01-2023 10:05:30:Found expected location http://oracle.com:888/REDIRECTIONtest
02-01-2023 10:05:30:response contains expected Temporary Redirect status
02-01-2023 10:05:30:Found expected location http://oracle.com:888/REDIRECTIONtest
02-01-2023 10:05:30:response contains expected Permanent Redirect status
02-01-2023 10:05:30:Found expected location http://oracle.com:888/REDIRECTIONtest
02-01-2023 10:05:30:FINISHED TEST : constructorIntUriTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringStatusUriTest()
02-01-2023 10:05:30:response contains expected Multiple Choices status
02-01-2023 10:05:30:Found expected location http://oracle.com:888/REDIRECTIONtest
02-01-2023 10:05:30:found expected getMessage()= TCK RedirectionException description
02-01-2023 10:05:30:response contains expected Moved Permanently status
02-01-2023 10:05:30:Found expected location http://oracle.com:888/REDIRECTIONtest
02-01-2023 10:05:30:found expected getMessage()= TCK RedirectionException description
02-01-2023 10:05:30:response contains expected Found status
02-01-2023 10:05:30:Found expected location http://oracle.com:888/REDIRECTIONtest
02-01-2023 10:05:30:found expected getMessage()= TCK RedirectionException description
02-01-2023 10:05:30:response contains expected See Other status
02-01-2023 10:05:30:Found expected location http://oracle.com:888/REDIRECTIONtest
02-01-2023 10:05:30:found expected getMessage()= TCK RedirectionException description
02-01-2023 10:05:30:response contains expected Not Modified status
02-01-2023 10:05:30:Found expected location http://oracle.com:888/REDIRECTIONtest
02-01-2023 10:05:30:found expected getMessage()= TCK RedirectionException description
02-01-2023 10:05:30:response contains expected Use Proxy status
02-01-2023 10:05:30:Found expected location http://oracle.com:888/REDIRECTIONtest
02-01-2023 10:05:30:found expected getMessage()= TCK RedirectionException description
02-01-2023 10:05:30:response contains expected Temporary Redirect status
02-01-2023 10:05:30:Found expected location http://oracle.com:888/REDIRECTIONtest
02-01-2023 10:05:30:found expected getMessage()= TCK RedirectionException description
02-01-2023 10:05:30:response contains expected Permanent Redirect status
02-01-2023 10:05:30:Found expected location http://oracle.com:888/REDIRECTIONtest
02-01-2023 10:05:30:found expected getMessage()= TCK RedirectionException description
02-01-2023 10:05:30:FINISHED TEST : constructorStringStatusUriTest()
02-01-2023 10:05:30:STARTING TEST : constructorIntNotValidStatusThrowsExceptionTest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status -1
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status 2147483647
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status -2147483648
02-01-2023 10:05:30:FINISHED TEST : constructorIntNotValidStatusThrowsExceptionTest()
02-01-2023 10:05:30:STARTING TEST : constructorStatusUriTest()
02-01-2023 10:05:30:response contains expected Multiple Choices status
02-01-2023 10:05:30:Found expected location http://oracle.com:888/REDIRECTIONtest
02-01-2023 10:05:30:response contains expected Moved Permanently status
02-01-2023 10:05:30:Found expected location http://oracle.com:888/REDIRECTIONtest
02-01-2023 10:05:30:response contains expected Found status
02-01-2023 10:05:30:Found expected location http://oracle.com:888/REDIRECTIONtest
02-01-2023 10:05:30:response contains expected See Other status
02-01-2023 10:05:30:Found expected location http://oracle.com:888/REDIRECTIONtest
02-01-2023 10:05:30:response contains expected Not Modified status
02-01-2023 10:05:30:Found expected location http://oracle.com:888/REDIRECTIONtest
02-01-2023 10:05:30:response contains expected Use Proxy status
02-01-2023 10:05:30:Found expected location http://oracle.com:888/REDIRECTIONtest
02-01-2023 10:05:30:response contains expected Temporary Redirect status
02-01-2023 10:05:30:Found expected location http://oracle.com:888/REDIRECTIONtest
02-01-2023 10:05:30:response contains expected Permanent Redirect status
02-01-2023 10:05:30:Found expected location http://oracle.com:888/REDIRECTIONtest
02-01-2023 10:05:30:FINISHED TEST : constructorStatusUriTest()
02-01-2023 10:05:30:STARTING TEST : constructorResponseThrowsExceptionTest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Bad Request
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unauthorized
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Payment Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Forbidden
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Found
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Method Not Allowed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Acceptable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Timeout
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Conflict
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Gone
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Length Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Expectation Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Too Many Requests
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Internal Server Error
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Implemented
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Bad Gateway
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Service Unavailable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Gateway Timeout
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Network Authentication Required
02-01-2023 10:05:30:FINISHED TEST : constructorResponseThrowsExceptionTest()
02-01-2023 10:05:30:STARTING TEST : constructorStringIntUriThrowsIAETest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Bad Request
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unauthorized
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Payment Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Forbidden
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Found
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Method Not Allowed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Acceptable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Timeout
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Conflict
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Gone
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Length Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Expectation Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Too Many Requests
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Internal Server Error
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Implemented
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Bad Gateway
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Service Unavailable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Gateway Timeout
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Network Authentication Required
02-01-2023 10:05:30:FINISHED TEST : constructorStringIntUriThrowsIAETest()
02-01-2023 10:05:30:STARTING TEST : constructorStringIntNotValidStatusThrowsIAETest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status -1
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status 2147483647
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status -2147483648
02-01-2023 10:05:30:FINISHED TEST : constructorStringIntNotValidStatusThrowsIAETest()
02-01-2023 10:05:30:STARTING TEST : constructorStringResponseThrowsIAETest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status OK
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Created
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Accepted
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status No Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Reset Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Partial Content
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Bad Request
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unauthorized
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Payment Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Forbidden
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Found
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Method Not Allowed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Acceptable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Timeout
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Conflict
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Gone
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Length Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Expectation Failed
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Precondition Required
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Too Many Requests
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Internal Server Error
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Not Implemented
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Bad Gateway
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Service Unavailable
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Gateway Timeout
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected for status Network Authentication Required
02-01-2023 10:05:30:FINISHED TEST : constructorStringResponseThrowsIAETest()
02-01-2023 10:05:30:STARTING TEST : constructorStringIntUriTest()
02-01-2023 10:05:30:response contains expected Multiple Choices status
02-01-2023 10:05:30:Found expected location http://oracle.com:888/REDIRECTIONtest
02-01-2023 10:05:30:found expected getMessage()= TCK RedirectionException description
02-01-2023 10:05:30:response contains expected Moved Permanently status
02-01-2023 10:05:30:Found expected location http://oracle.com:888/REDIRECTIONtest
02-01-2023 10:05:30:found expected getMessage()= TCK RedirectionException description
02-01-2023 10:05:30:response contains expected Found status
02-01-2023 10:05:30:Found expected location http://oracle.com:888/REDIRECTIONtest
02-01-2023 10:05:30:found expected getMessage()= TCK RedirectionException description
02-01-2023 10:05:30:response contains expected See Other status
02-01-2023 10:05:30:Found expected location http://oracle.com:888/REDIRECTIONtest
02-01-2023 10:05:30:found expected getMessage()= TCK RedirectionException description
02-01-2023 10:05:30:response contains expected Not Modified status
02-01-2023 10:05:30:Found expected location http://oracle.com:888/REDIRECTIONtest
02-01-2023 10:05:30:found expected getMessage()= TCK RedirectionException description
02-01-2023 10:05:30:response contains expected Use Proxy status
02-01-2023 10:05:30:Found expected location http://oracle.com:888/REDIRECTIONtest
02-01-2023 10:05:30:found expected getMessage()= TCK RedirectionException description
02-01-2023 10:05:30:response contains expected Temporary Redirect status
02-01-2023 10:05:30:Found expected location http://oracle.com:888/REDIRECTIONtest
02-01-2023 10:05:30:found expected getMessage()= TCK RedirectionException description
02-01-2023 10:05:30:response contains expected Permanent Redirect status
02-01-2023 10:05:30:Found expected location http://oracle.com:888/REDIRECTIONtest
02-01-2023 10:05:30:found expected getMessage()= TCK RedirectionException description
02-01-2023 10:05:30:FINISHED TEST : constructorStringIntUriTest()
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in ee.jakarta.tck.ws.rs.api.rs.redirectexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.client.client.JAXRSClientIT
02-01-2023 10:05:30:STARTING TEST : closeOnWebTargetRequestWithMediaTypeNameTest()
public org.glassfish.jersey.client.JerseyInvocation$Builder org.glassfish.jersey.client.JerseyWebTarget.request(java.lang.String[])
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnWebTargetRequestWithMediaTypeNameTest()
02-01-2023 10:05:30:STARTING TEST : closeOnWebTargetRegisterClassMapTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,java.util.Map)
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnWebTargetRegisterClassMapTest()
02-01-2023 10:05:30:STARTING TEST : closeOnClientConfigTest()
public jakarta.ws.rs.core.Configuration org.glassfish.jersey.client.JerseyClient.getConfiguration()
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnClientConfigTest()
02-01-2023 10:05:30:STARTING TEST : closeOnWebTargetPathTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.path(java.lang.String) throws java.lang.NullPointerException
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnWebTargetPathTest()
02-01-2023 10:05:30:STARTING TEST : closeOnClientRegisterObjectTest()
public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Object)
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnClientRegisterObjectTest()
02-01-2023 10:05:30:STARTING TEST : closeOnWebTargetRegisterClassTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object)
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnWebTargetRegisterClassTest()
02-01-2023 10:05:30:STARTING TEST : closeOnWebTargetQueryParamTest()
public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.queryParam(java.lang.String,java.lang.Object[])
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnWebTargetQueryParamTest()
02-01-2023 10:05:30:STARTING TEST : targetWithStringIllegalArgumentExceptionTest()
02-01-2023 10:05:30:Uri is not a valid URI as expected: java.net.URISyntaxException: Expected scheme name at index 0: :cts:8080//tck:90090//jaxrs
02-01-2023 10:05:30:IllegalArgumentException was successfully thrown for target :cts:8080//tck:90090//jaxrs  as expected
02-01-2023 10:05:30:FINISHED TEST : targetWithStringIllegalArgumentExceptionTest()
02-01-2023 10:05:30:STARTING TEST : targetWithUriBuilderNullPointerExceptionTest()
02-01-2023 10:05:30:NullPointerException was successfully thrown for null target as expected
02-01-2023 10:05:30:FINISHED TEST : targetWithUriBuilderNullPointerExceptionTest()
02-01-2023 10:05:30:STARTING TEST : closeOnWebTargetConfigTest()
public jakarta.ws.rs.core.Configuration org.glassfish.jersey.client.JerseyWebTarget.getConfiguration()
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnWebTargetConfigTest()
02-01-2023 10:05:30:STARTING TEST : closeOnWebTargetGetUriTest()
public java.net.URI org.glassfish.jersey.client.JerseyWebTarget.getUri()
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnWebTargetGetUriTest()
02-01-2023 10:05:30:STARTING TEST : closeOnWebTargetPropertyTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.property(java.lang.String,java.lang.Object)
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnWebTargetPropertyTest()
02-01-2023 10:05:30:STARTING TEST : targetWithStringNullPointerExceptionTest()
02-01-2023 10:05:30:NullPointerException was successfully thrown for null target as expected
02-01-2023 10:05:30:FINISHED TEST : targetWithStringNullPointerExceptionTest()
02-01-2023 10:05:30:STARTING TEST : closeOnClientRegisterClassWithContractsTest()
public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Class,java.lang.Class[])
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnClientRegisterClassWithContractsTest()
02-01-2023 10:05:30:STARTING TEST : closeOnClientTargetWithUriTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(java.net.URI)
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnClientTargetWithUriTest()
02-01-2023 10:05:30:STARTING TEST : closeOnWebTargetGetUriBuilderTest()
public jakarta.ws.rs.core.UriBuilder org.glassfish.jersey.client.JerseyWebTarget.getUriBuilder()
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnWebTargetGetUriBuilderTest()
02-01-2023 10:05:30:STARTING TEST : targetWithUriNullPointerExceptionTest()
02-01-2023 10:05:30:NullPointerException was successfully thrown for null target as expected
02-01-2023 10:05:30:FINISHED TEST : targetWithUriNullPointerExceptionTest()
02-01-2023 10:05:30:STARTING TEST : closeOnWebTargetRegisterObjectTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object)
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnWebTargetRegisterObjectTest()
02-01-2023 10:05:30:STARTING TEST : closeOnWebTargetRequestTest()
public org.glassfish.jersey.client.JerseyInvocation$Builder org.glassfish.jersey.client.JerseyWebTarget.request()
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnWebTargetRequestTest()
02-01-2023 10:05:30:STARTING TEST : closeOnWebTargetResolveTemplateFromEncodedTest()
public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplateFromEncoded(java.lang.String,java.lang.Object)
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnWebTargetResolveTemplateFromEncodedTest()
02-01-2023 10:05:30:STARTING TEST : targetLinkTest()
02-01-2023 10:05:30:FINISHED TEST : targetLinkTest()
02-01-2023 10:05:30:STARTING TEST : targetWithLinkNullPointerExceptionTest()
02-01-2023 10:05:30:NullPointerException was successfully thrown for null target as expected
02-01-2023 10:05:30:FINISHED TEST : targetWithLinkNullPointerExceptionTest()
02-01-2023 10:05:30:STARTING TEST : closeOnClientRegisterObjectWithPriorityTest()
public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,int)
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnClientRegisterObjectWithPriorityTest()
02-01-2023 10:05:30:STARTING TEST : targetUriBuilderTest()
02-01-2023 10:05:30:FINISHED TEST : targetUriBuilderTest()
02-01-2023 10:05:30:STARTING TEST : closeOnClientRegisterClassWithPriorityTest()
public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Class,int)
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnClientRegisterClassWithPriorityTest()
02-01-2023 10:05:30:STARTING TEST : closeOnClientRegisterClassTest()
public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Object)
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnClientRegisterClassTest()
02-01-2023 10:05:30:STARTING TEST : closeOnWebTargetMatrixParamTest()
public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.matrixParam(java.lang.String,java.lang.Object[])
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnWebTargetMatrixParamTest()
02-01-2023 10:05:30:STARTING TEST : closeOnWebTargetRegisterClassWithPriorityTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,int)
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnWebTargetRegisterClassWithPriorityTest()
02-01-2023 10:05:30:STARTING TEST : closeOnWebTargetRegisterClassWithContractsTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,java.lang.Class[])
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnWebTargetRegisterClassWithContractsTest()
02-01-2023 10:05:30:STARTING TEST : closeOnWebTargetResolveTemplatesMapBooleanTest()
public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplates(java.util.Map,boolean)
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnWebTargetResolveTemplatesMapBooleanTest()
02-01-2023 10:05:30:STARTING TEST : closeOnClientInvocationWithLinkTest()
public jakarta.ws.rs.client.Invocation$Builder org.glassfish.jersey.client.JerseyClient.invocation(jakarta.ws.rs.core.Link)
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnClientInvocationWithLinkTest()
02-01-2023 10:05:30:STARTING TEST : closeOnWebTargetRequestWithMediaTypeTest()
public org.glassfish.jersey.client.JerseyInvocation$Builder org.glassfish.jersey.client.JerseyWebTarget.request(jakarta.ws.rs.core.MediaType[])
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnWebTargetRequestWithMediaTypeTest()
02-01-2023 10:05:30:STARTING TEST : closeOnWebTargetResolveTemplateStringObjectBooleanTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplate(java.lang.String,java.lang.Object,boolean) throws java.lang.NullPointerException
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnWebTargetResolveTemplateStringObjectBooleanTest()
02-01-2023 10:05:30:STARTING TEST : closeOnWebTargetRegisterObjectWithContractsTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,java.lang.Class[])
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnWebTargetRegisterObjectWithContractsTest()
02-01-2023 10:05:30:STARTING TEST : closeOnClientRegisterClassMapTest()
public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,java.util.Map)
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnClientRegisterClassMapTest()
02-01-2023 10:05:30:STARTING TEST : closeOnClientPropertyTest()
public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.property(java.lang.String,java.lang.Object)
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnClientPropertyTest()
02-01-2023 10:05:30:STARTING TEST : closeOnWebTargetResolveTemplatesFromEncodedTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplatesFromEncoded(java.util.Map) throws java.lang.NullPointerException
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnWebTargetResolveTemplatesFromEncodedTest()
02-01-2023 10:05:30:STARTING TEST : closeOnClientRegisterObjectWithMapTest()
public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,java.util.Map)
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnClientRegisterObjectWithMapTest()
02-01-2023 10:05:30:STARTING TEST : closeOnClientTargetWithLinkTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(jakarta.ws.rs.core.Link)
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnClientTargetWithLinkTest()
02-01-2023 10:05:30:STARTING TEST : closeOnClientRegisterObjectWithContractsTest()
public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,java.lang.Class[])
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnClientRegisterObjectWithContractsTest()
02-01-2023 10:05:30:STARTING TEST : closeOnWebTargetRegisterObjectWithPriorityTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,int)
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnWebTargetRegisterObjectWithPriorityTest()
02-01-2023 10:05:30:STARTING TEST : closeOnWebTargetRegisterObjectWithMapTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,java.util.Map)
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnWebTargetRegisterObjectWithMapTest()
02-01-2023 10:05:30:STARTING TEST : closeOnClientTargetWithUriBuilderTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(jakarta.ws.rs.core.UriBuilder)
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnClientTargetWithUriBuilderTest()
02-01-2023 10:05:30:STARTING TEST : targetStringTest()
02-01-2023 10:05:30:FINISHED TEST : targetStringTest()
02-01-2023 10:05:30:STARTING TEST : closeOnClientTargetWithStringTest()
public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyClient.target(java.lang.String)
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnClientTargetWithStringTest()
02-01-2023 10:05:30:STARTING TEST : invocationFromLinkExceptionNoLinkTest()
02-01-2023 10:05:30:NullPointerException successfully thrown when no link
02-01-2023 10:05:30:FINISHED TEST : invocationFromLinkExceptionNoLinkTest()
02-01-2023 10:05:30:STARTING TEST : closeOnWebTargetResolveTemplateStringObjectTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplate(java.lang.String,java.lang.Object) throws java.lang.NullPointerException
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnWebTargetResolveTemplateStringObjectTest()
02-01-2023 10:05:30:STARTING TEST : closeOnWebTargetResolveTemplatesMapTest()
public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplates(java.util.Map)
02-01-2023 10:05:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
02-01-2023 10:05:30:FINISHED TEST : closeOnWebTargetResolveTemplatesMapTest()
02-01-2023 10:05:30:STARTING TEST : targetUriTest()
02-01-2023 10:05:30:FINISHED TEST : targetUriTest()
[INFO] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in ee.jakarta.tck.ws.rs.api.client.client.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.client.invocation.JAXRSClientIT
02-01-2023 10:05:30:STARTING TEST : invokeResponseThrowsNoWebApplicationExceptionTest()
02-01-2023 10:05:30:Returned unexpected response with status code 406
02-01-2023 10:05:30:FINISHED TEST : invokeResponseThrowsNoWebApplicationExceptionTest()
02-01-2023 10:05:30:STARTING TEST : submitInvocationCallbackTest()
02-01-2023 10:05:30:Found expected GET
02-01-2023 10:05:30:FINISHED TEST : submitInvocationCallbackTest()
02-01-2023 10:05:30:STARTING TEST : submitResponseThrowsNoWebApplicationExceptionTest()
02-01-2023 10:05:30:Response cotains expected status Not Acceptable
02-01-2023 10:05:30:FINISHED TEST : submitResponseThrowsNoWebApplicationExceptionTest()
02-01-2023 10:05:30:STARTING TEST : invokeGenericTypeTest()
02-01-2023 10:05:30:Found expected GET
02-01-2023 10:05:30:FINISHED TEST : invokeGenericTypeTest()
02-01-2023 10:05:30:STARTING TEST : invokePlainTest()
02-01-2023 10:05:30:Found expected GET
02-01-2023 10:05:30:FINISHED TEST : invokePlainTest()
02-01-2023 10:05:30:STARTING TEST : submitStringThrowsProcessingExceptionTest()
02-01-2023 10:05:30:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck
02-01-2023 10:05:30:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:05:30:FINISHED TEST : submitStringThrowsProcessingExceptionTest()
02-01-2023 10:05:30:STARTING TEST : submitExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest()
02-01-2023 10:05:30:Response cotains expected status Not Acceptable
02-01-2023 10:05:30:FINISHED TEST : submitExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest()
02-01-2023 10:05:30:STARTING TEST : submitPlainTest()
02-01-2023 10:05:30:Found expected GET
02-01-2023 10:05:30:FINISHED TEST : submitPlainTest()
02-01-2023 10:05:30:STARTING TEST : submitGenericTypeStringThrowsWebApplicationExceptionTest()
02-01-2023 10:05:30:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:05:30:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:05:30:FINISHED TEST : submitGenericTypeStringThrowsWebApplicationExceptionTest()
02-01-2023 10:05:30:STARTING TEST : submitAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest()
02-01-2023 10:05:30:Response cotains expected status Not Acceptable
02-01-2023 10:05:30:FINISHED TEST : submitAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest()
02-01-2023 10:05:30:STARTING TEST : submitInvocationCallbackThrowsProcessingExceptionTest()
02-01-2023 10:05:30:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck
02-01-2023 10:05:30:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:05:30:FINISHED TEST : submitInvocationCallbackThrowsProcessingExceptionTest()
02-01-2023 10:05:30:STARTING TEST : submitPlainThrowsProcessingExceptionTest()
02-01-2023 10:05:30:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck
02-01-2023 10:05:30:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:05:30:FINISHED TEST : submitPlainThrowsProcessingExceptionTest()
02-01-2023 10:05:30:STARTING TEST : invokeStringThrowsWebApplicationExceptionTest()
02-01-2023 10:05:30:WebApplicationException has been thrown
02-01-2023 10:05:30:FINISHED TEST : invokeStringThrowsWebApplicationExceptionTest()
02-01-2023 10:05:30:STARTING TEST : submitGenericTypeThrowsProcessingExceptionTest()
02-01-2023 10:05:30:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck
02-01-2023 10:05:30:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:05:30:FINISHED TEST : submitGenericTypeThrowsProcessingExceptionTest()
02-01-2023 10:05:30:STARTING TEST : submitInvocationCallbackStringThrowsWebAppExceptionTest()
02-01-2023 10:05:30:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:05:30:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:05:30:FINISHED TEST : submitInvocationCallbackStringThrowsWebAppExceptionTest()
02-01-2023 10:05:30:STARTING TEST : submitInvocationCallbackResponseThrowsNoWebAppExceptionTest()
02-01-2023 10:05:30:Found expected status code 406
02-01-2023 10:05:30:FINISHED TEST : submitInvocationCallbackResponseThrowsNoWebAppExceptionTest()
02-01-2023 10:05:30:STARTING TEST : invokeGenericTypeThrowsExceptionTest()
02-01-2023 10:05:30:ProcessingException has been thrown
02-01-2023 10:05:30:FINISHED TEST : invokeGenericTypeThrowsExceptionTest()
02-01-2023 10:05:30:STARTING TEST : invokeThrowsExceptionTest()
02-01-2023 10:05:30:ProcessingException has been thrown
02-01-2023 10:05:30:FINISHED TEST : invokeThrowsExceptionTest()
02-01-2023 10:05:30:STARTING TEST : invokeGenericTypeStringThrowsWebApplicationExceptionTest()
02-01-2023 10:05:30:WebApplicationException has been thrown
02-01-2023 10:05:30:FINISHED TEST : invokeGenericTypeStringThrowsWebApplicationExceptionTest()
02-01-2023 10:05:30:STARTING TEST : invokeClassTest()
02-01-2023 10:05:30:Found expected POST
02-01-2023 10:05:30:Found expected invokeClassTest
02-01-2023 10:05:30:FINISHED TEST : invokeClassTest()
02-01-2023 10:05:30:STARTING TEST : invokeAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest()
02-01-2023 10:05:30:Response return code is 406 as expected
02-01-2023 10:05:30:FINISHED TEST : invokeAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest()
02-01-2023 10:05:30:STARTING TEST : invokeClassThrowsExceptionTest()
02-01-2023 10:05:30:ProcessingException has been thrown
02-01-2023 10:05:30:FINISHED TEST : invokeClassThrowsExceptionTest()
02-01-2023 10:05:30:STARTING TEST : invokeExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest()
02-01-2023 10:05:30:Response return code is 406 as expected
02-01-2023 10:05:30:FINISHED TEST : invokeExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest()
02-01-2023 10:05:30:STARTING TEST : submitClassTest()
02-01-2023 10:05:30:Found expected POST
02-01-2023 10:05:30:Found expected submitClassTest
02-01-2023 10:05:30:FINISHED TEST : submitClassTest()
02-01-2023 10:05:30:STARTING TEST : submitStringThrowsWebApplicationExceptionTest()
02-01-2023 10:05:30:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
02-01-2023 10:05:30:ExecutionException.getCause is WebApplicationException as expected
02-01-2023 10:05:30:FINISHED TEST : submitStringThrowsWebApplicationExceptionTest()
02-01-2023 10:05:30:STARTING TEST : submitGenericTypeTest()
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
02-01-2023 10:05:30:Found expected POST
02-01-2023 10:05:30:Found expected submitGenericTypeTest
02-01-2023 10:05:30:FINISHED TEST : submitGenericTypeTest()
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.308 s - in ee.jakarta.tck.ws.rs.api.client.invocation.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.client.entity.JAXRSClientIT
02-01-2023 10:05:30:STARTING TEST : jsonTest()
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:FINISHED TEST : jsonTest()
02-01-2023 10:05:30:STARTING TEST : xmlTest()
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:FINISHED TEST : xmlTest()
02-01-2023 10:05:30:STARTING TEST : formFormTest()
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:FINISHED TEST : formFormTest()
02-01-2023 10:05:30:STARTING TEST : entityStringTest()
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:FINISHED TEST : entityStringTest()
02-01-2023 10:05:30:STARTING TEST : textTest()
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:FINISHED TEST : textTest()
02-01-2023 10:05:30:STARTING TEST : entityVariantTest()
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
02-01-2023 10:05:30:FINISHED TEST : entityVariantTest()
02-01-2023 10:05:30:STARTING TEST : entityMediaTypeAnnotationsDifferentEntitiesTest()
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:FINISHED TEST : entityMediaTypeAnnotationsDifferentEntitiesTest()
02-01-2023 10:05:30:STARTING TEST : entityStringGetEntityTest()
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:FINISHED TEST : entityStringGetEntityTest()
02-01-2023 10:05:30:STARTING TEST : htmlTest()
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:FINISHED TEST : htmlTest()
02-01-2023 10:05:30:STARTING TEST : entityVariantAnnotationsTest()
02-01-2023 10:05:30:string */* fr UTF-16
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string */* fr ISO-8859-2
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string */* fr CP1250
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string */* de UTF-16
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string */* de ISO-8859-2
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string */* de CP1250
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/xml fr UTF-16
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/xml fr ISO-8859-2
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/xml fr CP1250
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/xml de UTF-16
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/xml de ISO-8859-2
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/xml de CP1250
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/atom+xml fr UTF-16
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/atom+xml fr ISO-8859-2
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/atom+xml fr CP1250
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/atom+xml de UTF-16
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/atom+xml de ISO-8859-2
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/atom+xml de CP1250
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/xhtml+xml fr UTF-16
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/xhtml+xml fr ISO-8859-2
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/xhtml+xml fr CP1250
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/xhtml+xml de UTF-16
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/xhtml+xml de ISO-8859-2
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/xhtml+xml de CP1250
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/svg+xml fr UTF-16
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/svg+xml fr ISO-8859-2
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/svg+xml fr CP1250
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/svg+xml de UTF-16
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/svg+xml de ISO-8859-2
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/svg+xml de CP1250
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/json fr UTF-16
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/json fr ISO-8859-2
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/json fr CP1250
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/json de UTF-16
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/json de ISO-8859-2
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/json de CP1250
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/x-www-form-urlencoded fr UTF-16
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/x-www-form-urlencoded fr ISO-8859-2
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/x-www-form-urlencoded fr CP1250
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/x-www-form-urlencoded de UTF-16
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/x-www-form-urlencoded de ISO-8859-2
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/x-www-form-urlencoded de CP1250
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string multipart/form-data fr UTF-16
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string multipart/form-data fr ISO-8859-2
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string multipart/form-data fr CP1250
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string multipart/form-data de UTF-16
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string multipart/form-data de ISO-8859-2
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string multipart/form-data de CP1250
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/octet-stream fr UTF-16
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/octet-stream fr ISO-8859-2
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/octet-stream fr CP1250
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/octet-stream de UTF-16
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/octet-stream de ISO-8859-2
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/octet-stream de CP1250
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string text/plain fr UTF-16
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string text/plain fr ISO-8859-2
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string text/plain fr CP1250
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string text/plain de UTF-16
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string text/plain de ISO-8859-2
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string text/plain de CP1250
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string text/xml fr UTF-16
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string text/xml fr ISO-8859-2
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string text/xml fr CP1250
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string text/xml de UTF-16
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string text/xml de ISO-8859-2
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string text/xml de CP1250
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string text/html fr UTF-16
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string text/html fr ISO-8859-2
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string text/html fr CP1250
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string text/html de UTF-16
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string text/html de ISO-8859-2
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string text/html de CP1250
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string text/event-stream fr UTF-16
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string text/event-stream fr ISO-8859-2
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string text/event-stream fr CP1250
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string text/event-stream de UTF-16
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string text/event-stream de ISO-8859-2
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string text/event-stream de CP1250
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/json-patch+json fr UTF-16
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/json-patch+json fr ISO-8859-2
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/json-patch+json fr CP1250
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/json-patch+json de UTF-16
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/json-patch+json de ISO-8859-2
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:string application/json-patch+json de CP1250
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream */* fr UTF-16
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream */* fr ISO-8859-2
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream */* fr CP1250
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream */* de UTF-16
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream */* de ISO-8859-2
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream */* de CP1250
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/xml fr UTF-16
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/xml fr ISO-8859-2
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/xml fr CP1250
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/xml de UTF-16
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/xml de ISO-8859-2
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/xml de CP1250
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/atom+xml fr UTF-16
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/atom+xml fr ISO-8859-2
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/atom+xml fr CP1250
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/atom+xml de UTF-16
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/atom+xml de ISO-8859-2
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/atom+xml de CP1250
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/xhtml+xml fr UTF-16
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/xhtml+xml fr ISO-8859-2
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/xhtml+xml fr CP1250
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/xhtml+xml de UTF-16
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/xhtml+xml de ISO-8859-2
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/xhtml+xml de CP1250
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/svg+xml fr UTF-16
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/svg+xml fr ISO-8859-2
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/svg+xml fr CP1250
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/svg+xml de UTF-16
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/svg+xml de ISO-8859-2
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/svg+xml de CP1250
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/json fr UTF-16
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/json fr ISO-8859-2
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/json fr CP1250
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/json de UTF-16
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/json de ISO-8859-2
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/json de CP1250
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/x-www-form-urlencoded fr UTF-16
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/x-www-form-urlencoded fr ISO-8859-2
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/x-www-form-urlencoded fr CP1250
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/x-www-form-urlencoded de UTF-16
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/x-www-form-urlencoded de ISO-8859-2
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/x-www-form-urlencoded de CP1250
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream multipart/form-data fr UTF-16
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream multipart/form-data fr ISO-8859-2
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream multipart/form-data fr CP1250
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream multipart/form-data de UTF-16
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream multipart/form-data de ISO-8859-2
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream multipart/form-data de CP1250
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/octet-stream fr UTF-16
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/octet-stream fr ISO-8859-2
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/octet-stream fr CP1250
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/octet-stream de UTF-16
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/octet-stream de ISO-8859-2
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/octet-stream de CP1250
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream text/plain fr UTF-16
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream text/plain fr ISO-8859-2
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream text/plain fr CP1250
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream text/plain de UTF-16
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream text/plain de ISO-8859-2
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream text/plain de CP1250
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream text/xml fr UTF-16
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream text/xml fr ISO-8859-2
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream text/xml fr CP1250
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream text/xml de UTF-16
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream text/xml de ISO-8859-2
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream text/xml de CP1250
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream text/html fr UTF-16
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream text/html fr ISO-8859-2
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream text/html fr CP1250
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream text/html de UTF-16
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream text/html de ISO-8859-2
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream text/html de CP1250
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream text/event-stream fr UTF-16
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream text/event-stream fr ISO-8859-2
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream text/event-stream fr CP1250
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream text/event-stream de UTF-16
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream text/event-stream de ISO-8859-2
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream text/event-stream de CP1250
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/json-patch+json fr UTF-16
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/json-patch+json fr ISO-8859-2
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/json-patch+json fr CP1250
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/json-patch+json de UTF-16
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/json-patch+json de ISO-8859-2
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:inputstream application/json-patch+json de CP1250
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable */* fr UTF-16
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable */* fr ISO-8859-2
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable */* fr CP1250
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable */* de UTF-16
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable */* de ISO-8859-2
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable */* de CP1250
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/xml fr UTF-16
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/xml fr ISO-8859-2
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/xml fr CP1250
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/xml de UTF-16
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/xml de ISO-8859-2
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/xml de CP1250
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/atom+xml fr UTF-16
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/atom+xml fr ISO-8859-2
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/atom+xml fr CP1250
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/atom+xml de UTF-16
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/atom+xml de ISO-8859-2
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/atom+xml de CP1250
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/xhtml+xml fr UTF-16
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/xhtml+xml fr ISO-8859-2
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/xhtml+xml fr CP1250
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/xhtml+xml de UTF-16
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/xhtml+xml de ISO-8859-2
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/xhtml+xml de CP1250
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/svg+xml fr UTF-16
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/svg+xml fr ISO-8859-2
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/svg+xml fr CP1250
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/svg+xml de UTF-16
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/svg+xml de ISO-8859-2
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/svg+xml de CP1250
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/json fr UTF-16
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/json fr ISO-8859-2
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/json fr CP1250
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/json de UTF-16
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/json de ISO-8859-2
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/json de CP1250
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/x-www-form-urlencoded fr UTF-16
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/x-www-form-urlencoded fr ISO-8859-2
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/x-www-form-urlencoded fr CP1250
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/x-www-form-urlencoded de UTF-16
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/x-www-form-urlencoded de ISO-8859-2
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/x-www-form-urlencoded de CP1250
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable multipart/form-data fr UTF-16
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable multipart/form-data fr ISO-8859-2
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable multipart/form-data fr CP1250
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable multipart/form-data de UTF-16
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable multipart/form-data de ISO-8859-2
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable multipart/form-data de CP1250
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/octet-stream fr UTF-16
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/octet-stream fr ISO-8859-2
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/octet-stream fr CP1250
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/octet-stream de UTF-16
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/octet-stream de ISO-8859-2
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/octet-stream de CP1250
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable text/plain fr UTF-16
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable text/plain fr ISO-8859-2
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable text/plain fr CP1250
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable text/plain de UTF-16
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable text/plain de ISO-8859-2
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable text/plain de CP1250
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable text/xml fr UTF-16
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable text/xml fr ISO-8859-2
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable text/xml fr CP1250
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable text/xml de UTF-16
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable text/xml de ISO-8859-2
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable text/xml de CP1250
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable text/html fr UTF-16
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable text/html fr ISO-8859-2
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable text/html fr CP1250
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable text/html de UTF-16
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable text/html de ISO-8859-2
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable text/html de CP1250
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable text/event-stream fr UTF-16
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable text/event-stream fr ISO-8859-2
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable text/event-stream fr CP1250
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable text/event-stream de UTF-16
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable text/event-stream de ISO-8859-2
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable text/event-stream de CP1250
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/json-patch+json fr UTF-16
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/json-patch+json fr ISO-8859-2
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/json-patch+json fr CP1250
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/json-patch+json de UTF-16
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/json-patch+json de ISO-8859-2
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:serializable application/json-patch+json de CP1250
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder */* fr UTF-16
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder */* fr ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder */* fr CP1250
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder */* de UTF-16
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder */* de ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder */* de CP1250
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/xml fr UTF-16
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/xml fr ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/xml fr CP1250
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/xml de UTF-16
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/xml de ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/xml de CP1250
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/atom+xml fr UTF-16
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/atom+xml fr ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/atom+xml fr CP1250
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/atom+xml de UTF-16
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/atom+xml de ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/atom+xml de CP1250
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/xhtml+xml fr UTF-16
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/xhtml+xml fr ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/xhtml+xml fr CP1250
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/xhtml+xml de UTF-16
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/xhtml+xml de ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/xhtml+xml de CP1250
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/svg+xml fr UTF-16
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/svg+xml fr ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/svg+xml fr CP1250
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/svg+xml de UTF-16
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/svg+xml de ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/svg+xml de CP1250
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/json fr UTF-16
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/json fr ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/json fr CP1250
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/json de UTF-16
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/json de ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/json de CP1250
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/x-www-form-urlencoded fr UTF-16
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/x-www-form-urlencoded fr ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/x-www-form-urlencoded fr CP1250
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/x-www-form-urlencoded de UTF-16
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/x-www-form-urlencoded de ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/x-www-form-urlencoded de CP1250
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder multipart/form-data fr UTF-16
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder multipart/form-data fr ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder multipart/form-data fr CP1250
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder multipart/form-data de UTF-16
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder multipart/form-data de ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder multipart/form-data de CP1250
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/octet-stream fr UTF-16
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/octet-stream fr ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/octet-stream fr CP1250
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/octet-stream de UTF-16
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/octet-stream de ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/octet-stream de CP1250
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder text/plain fr UTF-16
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder text/plain fr ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder text/plain fr CP1250
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder text/plain de UTF-16
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder text/plain de ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder text/plain de CP1250
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder text/xml fr UTF-16
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder text/xml fr ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder text/xml fr CP1250
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder text/xml de UTF-16
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder text/xml de ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder text/xml de CP1250
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder text/html fr UTF-16
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder text/html fr ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder text/html fr CP1250
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder text/html de UTF-16
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder text/html de ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder text/html de CP1250
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder text/event-stream fr UTF-16
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder text/event-stream fr ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder text/event-stream fr CP1250
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder text/event-stream de UTF-16
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder text/event-stream de ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder text/event-stream de CP1250
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/json-patch+json fr UTF-16
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/json-patch+json fr ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/json-patch+json fr CP1250
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/json-patch+json de UTF-16
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/json-patch+json de ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuilder application/json-patch+json de CP1250
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer */* fr UTF-16
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer */* fr ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer */* fr CP1250
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer */* de UTF-16
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer */* de ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer */* de CP1250
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/xml fr UTF-16
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/xml fr ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/xml fr CP1250
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/xml de UTF-16
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/xml de ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/xml de CP1250
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/atom+xml fr UTF-16
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/atom+xml fr ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/atom+xml fr CP1250
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/atom+xml de UTF-16
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/atom+xml de ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/atom+xml de CP1250
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/xhtml+xml fr UTF-16
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/xhtml+xml fr ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/xhtml+xml fr CP1250
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/xhtml+xml de UTF-16
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/xhtml+xml de ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/xhtml+xml de CP1250
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/svg+xml fr UTF-16
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/svg+xml fr ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/svg+xml fr CP1250
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/svg+xml de UTF-16
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/svg+xml de ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/svg+xml de CP1250
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/json fr UTF-16
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/json fr ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/json fr CP1250
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/json de UTF-16
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/json de ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/json de CP1250
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/x-www-form-urlencoded fr UTF-16
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/x-www-form-urlencoded fr ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/x-www-form-urlencoded fr CP1250
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/x-www-form-urlencoded de UTF-16
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/x-www-form-urlencoded de ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/x-www-form-urlencoded de CP1250
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer multipart/form-data fr UTF-16
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer multipart/form-data fr ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer multipart/form-data fr CP1250
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer multipart/form-data de UTF-16
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer multipart/form-data de ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer multipart/form-data de CP1250
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/octet-stream fr UTF-16
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/octet-stream fr ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/octet-stream fr CP1250
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/octet-stream de UTF-16
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/octet-stream de ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/octet-stream de CP1250
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer text/plain fr UTF-16
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer text/plain fr ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer text/plain fr CP1250
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer text/plain de UTF-16
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer text/plain de ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer text/plain de CP1250
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer text/xml fr UTF-16
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer text/xml fr ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer text/xml fr CP1250
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer text/xml de UTF-16
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer text/xml de ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer text/xml de CP1250
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer text/html fr UTF-16
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer text/html fr ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer text/html fr CP1250
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer text/html de UTF-16
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer text/html de ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer text/html de CP1250
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer text/event-stream fr UTF-16
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer text/event-stream fr ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer text/event-stream fr CP1250
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer text/event-stream de UTF-16
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer text/event-stream de ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer text/event-stream de CP1250
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/json-patch+json fr UTF-16
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/json-patch+json fr ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/json-patch+json fr CP1250
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language fr
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/json-patch+json de UTF-16
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding UTF-16
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/json-patch+json de ISO-8859-2
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding ISO-8859-2
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:stringbuffer application/json-patch+json de CP1250
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Language de
02-01-2023 10:05:30:Sucessfully retrieved Encoding CP1250
02-01-2023 10:05:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:FINISHED TEST : entityVariantAnnotationsTest()
02-01-2023 10:05:30:STARTING TEST : entityMediaTypeGetEntityTest()
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:FINISHED TEST : entityMediaTypeGetEntityTest()
02-01-2023 10:05:30:STARTING TEST : entityStringThrowsExceptionWhenUnparsableTest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected
02-01-2023 10:05:30:FINISHED TEST : entityStringThrowsExceptionWhenUnparsableTest()
02-01-2023 10:05:30:STARTING TEST : entityStringThrowsExceptionWhenNullTest()
02-01-2023 10:05:30:IllegalArgumentException has been thrown as expected
02-01-2023 10:05:30:FINISHED TEST : entityStringThrowsExceptionWhenNullTest()
02-01-2023 10:05:30:STARTING TEST : formMultivaluedMapTest()
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:FINISHED TEST : formMultivaluedMapTest()
02-01-2023 10:05:30:STARTING TEST : entityMediaTypeTest()
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:FINISHED TEST : entityMediaTypeTest()
02-01-2023 10:05:30:STARTING TEST : entityMediaTypeAnnotationsTest()
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType */*
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xml
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/atom+xml
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/svg+xml
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType multipart/form-data
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/octet-stream
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/plain
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/xml
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/html
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType text/event-stream
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:Found expected entity
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/json-patch+json
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
02-01-2023 10:05:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
02-01-2023 10:05:30:FINISHED TEST : entityMediaTypeAnnotationsTest()
02-01-2023 10:05:30:STARTING TEST : xhtmlTest()
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Found expected string
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Found expected inputstream
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Found expected serializable
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Found expected stringbuilder
02-01-2023 10:05:30:Sucessfully retrieved MediaType application/xhtml+xml
02-01-2023 10:05:30:Found expected stringbuffer
02-01-2023 10:05:30:FINISHED TEST : xhtmlTest()
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 s - in ee.jakarta.tck.ws.rs.api.client.entity.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.client.clientrequestcontext.JAXRSClientIT
02-01-2023 10:05:30:STARTING TEST : getHeaderStringUsingHeaderDelegateTest()
02-01-2023 10:05:30:Found expected substring: bean
02-01-2023 10:05:30:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest()
02-01-2023 10:05:30:STARTING TEST : getDateNullTest()
02-01-2023 10:05:30:Found expected substring: NULL
02-01-2023 10:05:30:FINISHED TEST : getDateNullTest()
02-01-2023 10:05:30:STARTING TEST : getEntityTest()
02-01-2023 10:05:30:Found expected substring: test
02-01-2023 10:05:30:FINISHED TEST : getEntityTest()
02-01-2023 10:05:30:STARTING TEST : getEntityAnnotationsNullTest()
02-01-2023 10:05:30:Found expected substring: 0
02-01-2023 10:05:30:FINISHED TEST : getEntityAnnotationsNullTest()
02-01-2023 10:05:30:STARTING TEST : abortWithTest()
02-01-2023 10:05:30:Found expected status: 201
02-01-2023 10:05:30:FINISHED TEST : abortWithTest()
02-01-2023 10:05:30:STARTING TEST : getStringHeadersUsingHeaderDelegateTest()
02-01-2023 10:05:30:Found expected substring: cts
02-01-2023 10:05:30:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest()
02-01-2023 10:05:30:STARTING TEST : getStringHeadersTest()
02-01-2023 10:05:30:Found expected substring: text/html
02-01-2023 10:05:30:Found expected substring: cts
02-01-2023 10:05:30:Found expected substring: Tue, 15 Nov 1994 08:12:31 GMT
02-01-2023 10:05:30:FINISHED TEST : getStringHeadersTest()
02-01-2023 10:05:30:STARTING TEST : getMediaTypeTest()
02-01-2023 10:05:30:Found expected substring: application/x-www-form-urlencoded
02-01-2023 10:05:30:FINISHED TEST : getMediaTypeTest()
02-01-2023 10:05:30:STARTING TEST : getEntityAnnotationsTest()
02-01-2023 10:05:30:Found expected substring: jakarta.ws.rs.ext.Provider
02-01-2023 10:05:30:FINISHED TEST : getEntityAnnotationsTest()
02-01-2023 10:05:30:STARTING TEST : getMethodTest()
02-01-2023 10:05:30:Found expected substring: OPTIONS
02-01-2023 10:05:30:Found expected substring: DELETE
02-01-2023 10:05:30:Found expected substring: GET
02-01-2023 10:05:30:Found expected substring: TRACE
02-01-2023 10:05:30:Found expected substring: PUT
02-01-2023 10:05:30:Found expected substring: POST
02-01-2023 10:05:30:FINISHED TEST : getMethodTest()
02-01-2023 10:05:30:STARTING TEST : setEntityTest()
02-01-2023 10:05:30:Counter is 1
02-01-2023 10:05:30:Counter is 2
02-01-2023 10:05:30:Found expected status: 200
02-01-2023 10:05:30:FINISHED TEST : setEntityTest()
02-01-2023 10:05:30:STARTING TEST : hasEntityTest()
02-01-2023 10:05:30:Found expected substring: false
02-01-2023 10:05:30:Found expected substring: true
02-01-2023 10:05:30:FINISHED TEST : hasEntityTest()
02-01-2023 10:05:30:STARTING TEST : getHeadersIsMutableTest()
02-01-2023 10:05:30:Found expected substring: Accept
02-01-2023 10:05:30:FINISHED TEST : getHeadersIsMutableTest()
02-01-2023 10:05:30:STARTING TEST : getAcceptableMediaTypesIsSortedTest()
02-01-2023 10:05:31:FINISHED TEST : getAcceptableMediaTypesIsSortedTest()
02-01-2023 10:05:31:STARTING TEST : getLanguageTest()
02-01-2023 10:05:31:Found expected substring: zh_tw
02-01-2023 10:05:31:FINISHED TEST : getLanguageTest()
02-01-2023 10:05:31:STARTING TEST : getDateTest()
02-01-2023 10:05:31:Found expected substring: Nov
02-01-2023 10:05:31:Found expected substring: 1994
02-01-2023 10:05:31:Found expected substring: 31
02-01-2023 10:05:31:FINISHED TEST : getDateTest()
02-01-2023 10:05:31:STARTING TEST : getEntityAnnotationsIsNotTakenFromEntityClassTest()
02-01-2023 10:05:31:Found expected substring: 0
02-01-2023 10:05:31:FINISHED TEST : getEntityAnnotationsIsNotTakenFromEntityClassTest()
02-01-2023 10:05:31:STARTING TEST : getLanguageIsNullTest()
02-01-2023 10:05:31:Found expected substring: NULL
02-01-2023 10:05:31:FINISHED TEST : getLanguageIsNullTest()
02-01-2023 10:05:31:STARTING TEST : getHeaderStringTest()
02-01-2023 10:05:31:Found expected status: 200
02-01-2023 10:05:31:FINISHED TEST : getHeaderStringTest()
02-01-2023 10:05:31:STARTING TEST : getEntityClassTest()
02-01-2023 10:05:31:Found expected substring: java.io.ByteArrayInputStream
02-01-2023 10:05:31:FINISHED TEST : getEntityClassTest()
02-01-2023 10:05:31:STARTING TEST : getAcceptableLanguagesByWeightsTest()
02-01-2023 10:05:31:Found expected substring: da
02-01-2023 10:05:31:Found expected substring: gb
02-01-2023 10:05:31:Found expected substring: us
02-01-2023 10:05:31:FINISHED TEST : getAcceptableLanguagesByWeightsTest()
02-01-2023 10:05:31:STARTING TEST : getCookiesIsImmutableTest()
02-01-2023 10:05:31:Found expected status: 200
02-01-2023 10:05:31:FINISHED TEST : getCookiesIsImmutableTest()
02-01-2023 10:05:31:STARTING TEST : getPropertyNamesTest()
02-01-2023 10:05:31:Found expected substring: PROPERTY1
02-01-2023 10:05:31:Found expected substring: PROPERTY2
02-01-2023 10:05:31:FINISHED TEST : getPropertyNamesTest()
02-01-2023 10:05:31:STARTING TEST : getAcceptableMediaTypesTest()
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
02-01-2023 10:05:31:Found expected substring: text/*
02-01-2023 10:05:31:Found expected substring: text/html
02-01-2023 10:05:31:Found expected substring: */*
02-01-2023 10:05:31:FINISHED TEST : getAcceptableMediaTypesTest()
02-01-2023 10:05:31:STARTING TEST : getHeadersTest()
02-01-2023 10:05:31:Found expected substring: Accept
02-01-2023 10:05:31:Found expected substring: Date
02-01-2023 10:05:31:Found expected substring: tck
02-01-2023 10:05:31:FINISHED TEST : getHeadersTest()
02-01-2023 10:05:31:STARTING TEST : getPropertyIsNullTest()
02-01-2023 10:05:31:Found expected substring: NULL
02-01-2023 10:05:31:FINISHED TEST : getPropertyIsNullTest()
02-01-2023 10:05:31:STARTING TEST : getEntityClassListStringTest()
02-01-2023 10:05:31:Found expected substring: java.util.ArrayList
02-01-2023 10:05:31:FINISHED TEST : getEntityClassListStringTest()
02-01-2023 10:05:31:STARTING TEST : getStringHeadersReflectsTheUnderlayingMapTest()
02-01-2023 10:05:31:Found expected substring: cts
02-01-2023 10:05:31:FINISHED TEST : getStringHeadersReflectsTheUnderlayingMapTest()
02-01-2023 10:05:31:STARTING TEST : getClientTest()
02-01-2023 10:05:31:Found expected status: 200
02-01-2023 10:05:31:FINISHED TEST : getClientTest()
02-01-2023 10:05:31:STARTING TEST : getUriTest()
02-01-2023 10:05:31:Found expected substring: http://localhost:8080/404URL/
02-01-2023 10:05:31:FINISHED TEST : getUriTest()
02-01-2023 10:05:31:STARTING TEST : getSetPropertyTest()
02-01-2023 10:05:31:Found expected substring: value
02-01-2023 10:05:31:FINISHED TEST : getSetPropertyTest()
02-01-2023 10:05:31:STARTING TEST : getAcceptableLanguagesTest()
02-01-2023 10:05:31:Found expected substring: fr_CA
02-01-2023 10:05:31:Found expected substring: zh_CN
02-01-2023 10:05:31:FINISHED TEST : getAcceptableLanguagesTest()
02-01-2023 10:05:31:STARTING TEST : getMediaTypeIsNullTest()
02-01-2023 10:05:31:Found expected substring: NULL
02-01-2023 10:05:31:FINISHED TEST : getMediaTypeIsNullTest()
02-01-2023 10:05:31:STARTING TEST : getAcceptableMediaTypesIsImmutableTest()
02-01-2023 10:05:31:Found expected status: 200
02-01-2023 10:05:31:FINISHED TEST : getAcceptableMediaTypesIsImmutableTest()
02-01-2023 10:05:31:STARTING TEST : getConfigurationTest()
02-01-2023 10:05:31:Found expected status: 200
02-01-2023 10:05:31:FINISHED TEST : getConfigurationTest()
02-01-2023 10:05:31:STARTING TEST : getAcceptableLanguagesIsImmutableTest()
02-01-2023 10:05:31:Found expected status: 200
02-01-2023 10:05:31:FINISHED TEST : getAcceptableLanguagesIsImmutableTest()
02-01-2023 10:05:31:STARTING TEST : removePropertyTest()
02-01-2023 10:05:31:Found expected substring: NULL
02-01-2023 10:05:31:FINISHED TEST : removePropertyTest()
02-01-2023 10:05:31:STARTING TEST : getEntityNullTest()
02-01-2023 10:05:31:Found expected substring: NULL
02-01-2023 10:05:31:FINISHED TEST : getEntityNullTest()
02-01-2023 10:05:31:STARTING TEST : getEntityTypeListStringTest()
02-01-2023 10:05:31:Found expected substring: java.lang.String
02-01-2023 10:05:31:FINISHED TEST : getEntityTypeListStringTest()
02-01-2023 10:05:31:STARTING TEST : getCookiesTest()
02-01-2023 10:05:31:Found expected substring: cts
02-01-2023 10:05:31:Found expected substring: tck
02-01-2023 10:05:31:Found expected substring: jee
02-01-2023 10:05:31:FINISHED TEST : getCookiesTest()
02-01-2023 10:05:31:STARTING TEST : getPropertyNamesIsImmutableTest()
02-01-2023 10:05:31:getPropertyNames is immutable as expected
02-01-2023 10:05:31:FINISHED TEST : getPropertyNamesIsImmutableTest()
[INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.513 s - in ee.jakarta.tck.ws.rs.api.client.clientrequestcontext.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.client.webtarget.JAXRSClientIT
02-01-2023 10:05:31:STARTING TEST : resolveTemplatesWithBooleanTrueTest()
02-01-2023 10:05:31:Found expected http://cts.tck:888/resource/lane/route66/%2542%255A%2561%257a%2F%25%2521
02-01-2023 10:05:31:URI http://cts.tck:888/resource/lane/route66/%2542%255A%2561%257a%2F%25%2521 contains given path parameters
02-01-2023 10:05:31:FINISHED TEST : resolveTemplatesWithBooleanTrueTest()
02-01-2023 10:05:31:STARTING TEST : matrixParamThrowsNPEOnNameTest()
02-01-2023 10:05:31:NullPointerException has been thrown as expected java.lang.NullPointerException: Matrix parameter name must not be 'null'.
02-01-2023 10:05:31:FINISHED TEST : matrixParamThrowsNPEOnNameTest()
02-01-2023 10:05:31:STARTING TEST : resolveTemplateWithBooleanFalseTest()
02-01-2023 10:05:31:Found expected http://cts.tck:888/resource/%2542%255A%2561%257a%252F%25%2521
02-01-2023 10:05:31:URI http://cts.tck:888/resource/%2542%255A%2561%257a%252F%25%2521 contains given path parameter
02-01-2023 10:05:31:FINISHED TEST : resolveTemplateWithBooleanFalseTest()
02-01-2023 10:05:31:STARTING TEST : resolveTemplateFromEncodedThrowsNPEForNullValueTest()
02-01-2023 10:05:31:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'.
02-01-2023 10:05:31:FINISHED TEST : resolveTemplateFromEncodedThrowsNPEForNullValueTest()
02-01-2023 10:05:31:STARTING TEST : matrixParamOnTwoSegmentsTest()
02-01-2023 10:05:31:Found expected http://cts.tck:888/resource;matrix1=segment1/path;matrix2=segment2
02-01-2023 10:05:31:URI http://cts.tck:888/resource;matrix1=segment1/path;matrix2=segment2 contains given matrix params
02-01-2023 10:05:31:FINISHED TEST : matrixParamOnTwoSegmentsTest()
02-01-2023 10:05:31:STARTING TEST : resolveTemplatesWithBooleanNullMapTest()
02-01-2023 10:05:31:NullPointerException has been thrown as expected java.lang.NullPointerException: templateValues is 'null'.
02-01-2023 10:05:31:FINISHED TEST : resolveTemplatesWithBooleanNullMapTest()
02-01-2023 10:05:31:STARTING TEST : getUriBuilderTest()
02-01-2023 10:05:31:Found expected http://cts.tck:888/resource
02-01-2023 10:05:31:URI http://cts.tck:888/resource contains http://cts.tck:888/resource
02-01-2023 10:05:31:FINISHED TEST : getUriBuilderTest()
02-01-2023 10:05:31:STARTING TEST : matrixParamWithNullValueRemovesParamsWithTheNameOnMoreSegmentsTest()
02-01-2023 10:05:31:Found expected http://cts.tck:888/resource;matrix1=segment1/path1/path2/path3
02-01-2023 10:05:31:URI http://cts.tck:888/resource;matrix1=segment1/path1/path2/path3 contains given matrix params
02-01-2023 10:05:31:FINISHED TEST : matrixParamWithNullValueRemovesParamsWithTheNameOnMoreSegmentsTest()
02-01-2023 10:05:31:STARTING TEST : queryParamNullValueTest()
02-01-2023 10:05:31:Found expected http://cts.tck:888/resource/path/path2
02-01-2023 10:05:31:#paramName(name, null) removed values as expected
02-01-2023 10:05:31:FINISHED TEST : queryParamNullValueTest()
02-01-2023 10:05:31:STARTING TEST : resolveTemplateThrowsNPEOnNullNameTest()
02-01-2023 10:05:31:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'.
02-01-2023 10:05:31:FINISHED TEST : resolveTemplateThrowsNPEOnNullNameTest()
02-01-2023 10:05:31:STARTING TEST : resolveTemplatesNullNameTest()
02-01-2023 10:05:31:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'.
02-01-2023 10:05:31:FINISHED TEST : resolveTemplatesNullNameTest()
02-01-2023 10:05:31:STARTING TEST : resolveTemplateFromEncodedThrowsNPEForNullNameTest()
02-01-2023 10:05:31:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'.
02-01-2023 10:05:31:FINISHED TEST : resolveTemplateFromEncodedThrowsNPEForNullNameTest()
02-01-2023 10:05:31:STARTING TEST : matrixParamThrowsNPEOnFirstArgIsNullTest()
02-01-2023 10:05:31:NullPointerException has been thrown as expected java.lang.NullPointerException: 'null' value detected for parameter 'matrix' on index : [0]
02-01-2023 10:05:31:FINISHED TEST : matrixParamThrowsNPEOnFirstArgIsNullTest()
02-01-2023 10:05:31:STARTING TEST : resolveTemplatesWithBooleanNullValueTest()
02-01-2023 10:05:31:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'.
02-01-2023 10:05:31:FINISHED TEST : resolveTemplatesWithBooleanNullValueTest()
02-01-2023 10:05:31:STARTING TEST : resolveTemplatesFromEncodedThrowsNPEForNullValueTest()
02-01-2023 10:05:31:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'.
02-01-2023 10:05:31:FINISHED TEST : resolveTemplatesFromEncodedThrowsNPEForNullValueTest()
02-01-2023 10:05:31:STARTING TEST : resolveTemplatesFromEncodedReturnsTheSameTargetTest()
02-01-2023 10:05:31:#pathParams returned the same traget wehn empty as expected
02-01-2023 10:05:31:FINISHED TEST : resolveTemplatesFromEncodedReturnsTheSameTargetTest()
02-01-2023 10:05:31:STARTING TEST : requestNoArgTest()
02-01-2023 10:05:31:Found expected http://cts.tck:888/resource
02-01-2023 10:05:31:Found expected */*
02-01-2023 10:05:31:FINISHED TEST : requestNoArgTest()
02-01-2023 10:05:31:STARTING TEST : resolveTemplatesFromEncodedThrowsNPEForNullNameTest()
02-01-2023 10:05:31:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'.
02-01-2023 10:05:31:FINISHED TEST : resolveTemplatesFromEncodedThrowsNPEForNullNameTest()
02-01-2023 10:05:31:STARTING TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullValueTest()
02-01-2023 10:05:31:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'.
02-01-2023 10:05:31:FINISHED TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullValueTest()
02-01-2023 10:05:31:STARTING TEST : resolveTemplatesWithBooleanNullNameTest()
02-01-2023 10:05:31:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'.
02-01-2023 10:05:31:FINISHED TEST : resolveTemplatesWithBooleanNullNameTest()
02-01-2023 10:05:31:STARTING TEST : resolveTemplatesWithBooleanFalseReturnsTheSameTargetTest()
02-01-2023 10:05:31:#pathParams returned the same traget wehn empty as expected
02-01-2023 10:05:31:FINISHED TEST : resolveTemplatesWithBooleanFalseReturnsTheSameTargetTest()
02-01-2023 10:05:31:STARTING TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullNameTest()
02-01-2023 10:05:31:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'.
02-01-2023 10:05:31:FINISHED TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullNameTest()
02-01-2023 10:05:31:STARTING TEST : requestMediaTypeTest()
02-01-2023 10:05:31:Found expected http://cts.tck:888/resource
02-01-2023 10:05:31:Found expected application/atom+xml
02-01-2023 10:05:31:Found expected application/json
02-01-2023 10:05:31:Found expected text/xml
02-01-2023 10:05:31:FINISHED TEST : requestMediaTypeTest()
02-01-2023 10:05:31:STARTING TEST : queryParamThrowsNPEOnNullValueTest()
02-01-2023 10:05:31:NullPointerException has been thrown as expected java.lang.NullPointerException: 'null' value detected for parameter 'param' on index : [0]
02-01-2023 10:05:31:FINISHED TEST : queryParamThrowsNPEOnNullValueTest()
02-01-2023 10:05:31:STARTING TEST : resolveTemplateWithBooleanTrueTest()
02-01-2023 10:05:31:Found expected http://cts.tck:888/resource/%2542%255A%2561%257a%2F%25%2521
02-01-2023 10:05:31:URI http://cts.tck:888/resource/%2542%255A%2561%257a%2F%25%2521 contains given path parameter
02-01-2023 10:05:31:FINISHED TEST : resolveTemplateWithBooleanTrueTest()
02-01-2023 10:05:31:STARTING TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullValueTest()
02-01-2023 10:05:31:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'.
02-01-2023 10:05:31:FINISHED TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullValueTest()
02-01-2023 10:05:31:STARTING TEST : resolveTemplatesNullValueTest()
02-01-2023 10:05:31:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'.
02-01-2023 10:05:31:FINISHED TEST : resolveTemplatesNullValueTest()
02-01-2023 10:05:31:STARTING TEST : matrixParamTest()
02-01-2023 10:05:31:Found expected ;matrix=arg1
02-01-2023 10:05:31:Found expected ;matrix=arg2
02-01-2023 10:05:31:Found expected ;matrix=arg3
02-01-2023 10:05:31:URI http://cts.tck:888/resource;matrix=arg1;matrix=arg2;matrix=arg3 contains given matrix params
02-01-2023 10:05:31:FINISHED TEST : matrixParamTest()
02-01-2023 10:05:31:STARTING TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullNameTest()
02-01-2023 10:05:31:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'.
02-01-2023 10:05:31:FINISHED TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullNameTest()
02-01-2023 10:05:31:STARTING TEST : queryParamThrowsNPEOnNullNameTest()
02-01-2023 10:05:31:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'.
02-01-2023 10:05:31:FINISHED TEST : queryParamThrowsNPEOnNullNameTest()
02-01-2023 10:05:31:STARTING TEST : requestStringTest()
02-01-2023 10:05:31:Found expected http://cts.tck:888/resource
02-01-2023 10:05:31:Found expected application/atom+xml
02-01-2023 10:05:31:Found expected application/json
02-01-2023 10:05:31:Found expected text/xml
02-01-2023 10:05:31:FINISHED TEST : requestStringTest()
02-01-2023 10:05:31:STARTING TEST : resolveTemplatesFromEncodedTest()
02-01-2023 10:05:31:Found expected http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21
02-01-2023 10:05:31:URI http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21 contains given path parameter
02-01-2023 10:05:31:FINISHED TEST : resolveTemplatesFromEncodedTest()
02-01-2023 10:05:31:STARTING TEST : getUriBuilderIsDetachedTest()
02-01-2023 10:05:31:Found expected http://cts.tck:888/resource
02-01-2023 10:05:31:URI http://cts.tck:888/resource contains http://cts.tck:888/resource
02-01-2023 10:05:31:FINISHED TEST : getUriBuilderIsDetachedTest()
02-01-2023 10:05:31:STARTING TEST : resolveTemplateTest()
02-01-2023 10:05:31:Found expected http://cts.tck:888/resource/lane
02-01-2023 10:05:31:URI http://cts.tck:888/resource/lane contains given path parameter
02-01-2023 10:05:31:FINISHED TEST : resolveTemplateTest()
02-01-2023 10:05:31:STARTING TEST : resolveTemplatesWithBooleanFalseTest()
02-01-2023 10:05:31:Found expected http://cts.tck:888/resource/lane/route66/pavement
02-01-2023 10:05:31:URI http://cts.tck:888/resource/lane/route66/pavement contains given path parameters
02-01-2023 10:05:31:FINISHED TEST : resolveTemplatesWithBooleanFalseTest()
02-01-2023 10:05:31:STARTING TEST : resolveTemplatesReturnsTheSameTargetTest()
02-01-2023 10:05:31:#pathParams returned the same traget wehn empty as expected
02-01-2023 10:05:31:FINISHED TEST : resolveTemplatesReturnsTheSameTargetTest()
02-01-2023 10:05:31:STARTING TEST : getUriTest()
02-01-2023 10:05:31:Found expected http://cts.tck:888/resource
02-01-2023 10:05:31:URI http://cts.tck:888/resource contains http://cts.tck:888/resource
02-01-2023 10:05:31:FINISHED TEST : getUriTest()
02-01-2023 10:05:31:STARTING TEST : resolveTemplatesWithBooleanTrueReturnsTheSameTargetTest()
02-01-2023 10:05:31:#pathParams returned the same traget wehn empty as expected
02-01-2023 10:05:31:FINISHED TEST : resolveTemplatesWithBooleanTrueReturnsTheSameTargetTest()
02-01-2023 10:05:31:STARTING TEST : resolveTemplateThrowsNPEOnNullValueTest()
02-01-2023 10:05:31:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'.
02-01-2023 10:05:31:FINISHED TEST : resolveTemplateThrowsNPEOnNullValueTest()
02-01-2023 10:05:31:STARTING TEST : resolveTemplatesFromEncodedThrowsNPEForNullMapTest()
02-01-2023 10:05:31:NullPointerException has been thrown as expected java.lang.NullPointerException: templateValues is 'null'.
02-01-2023 10:05:31:FINISHED TEST : resolveTemplatesFromEncodedThrowsNPEForNullMapTest()
02-01-2023 10:05:31:STARTING TEST : pathTest()
02-01-2023 10:05:31:Found expected http://cts.tck:888/resource/a/b/c/d/e
02-01-2023 10:05:31:URI http://cts.tck:888/resource/a/b/c/d/e contains given path
02-01-2023 10:05:31:FINISHED TEST : pathTest()
02-01-2023 10:05:31:STARTING TEST : resolveTemplateFromEncodedTest()
02-01-2023 10:05:31:Found expected http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21
02-01-2023 10:05:31:URI http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21 contains given path parameter
02-01-2023 10:05:31:FINISHED TEST : resolveTemplateFromEncodedTest()
02-01-2023 10:05:31:STARTING TEST : resolveTemplatesNullMapTest()
02-01-2023 10:05:31:NullPointerException has been thrown as expected java.lang.NullPointerException: templateValues is 'null'.
02-01-2023 10:05:31:FINISHED TEST : resolveTemplatesNullMapTest()
02-01-2023 10:05:31:STARTING TEST : resolveTemplatesTest()
02-01-2023 10:05:31:Found expected http://cts.tck:888/resource/lane/route66/pavement
02-01-2023 10:05:31:URI http://cts.tck:888/resource/lane/route66/pavement contains given path parameters
02-01-2023 10:05:31:FINISHED TEST : resolveTemplatesTest()
02-01-2023 10:05:31:STARTING TEST : pathThrowsNPEOnNullTest()
02-01-2023 10:05:31:NullPointerException has been thrown as expected java.lang.NullPointerException: path is 'null'.
02-01-2023 10:05:31:FINISHED TEST : pathThrowsNPEOnNullTest()
02-01-2023 10:05:31:STARTING TEST : queryParamTest()
02-01-2023 10:05:31:Found expected http://cts.tck:888/resource?paramName=value1&paramName=value2&paramName=value3
02-01-2023 10:05:31:URI http://cts.tck:888/resource?paramName=value1&paramName=value2&paramName=value3 contains given query parameter
02-01-2023 10:05:31:FINISHED TEST : queryParamTest()
02-01-2023 10:05:31:STARTING TEST : matrixParamThrowsNPEOnSecondArgIsNullTest()
02-01-2023 10:05:31:NullPointerException has been thrown as expected java.lang.NullPointerException: 'null' value detected for parameter 'matrix' on index : [1]
02-01-2023 10:05:31:FINISHED TEST : matrixParamThrowsNPEOnSecondArgIsNullTest()
[INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in ee.jakarta.tck.ws.rs.api.client.webtarget.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.client.clientresponsecontext.JAXRSClientIT
02-01-2023 10:05:31:STARTING TEST : getLinksTest()
02-01-2023 10:05:31:Found #getLinks()={ http://localhost:8080/404URL/ }
02-01-2023 10:05:31:Found expected status: 200
02-01-2023 10:05:31:FINISHED TEST : getLinksTest()
02-01-2023 10:05:31:STARTING TEST : getMediaTypeTest()
02-01-2023 10:05:31:Found expected MediaType.APPLICATION_SVG_XML_TYPE
02-01-2023 10:05:31:Found expected status: 200
02-01-2023 10:05:31:FINISHED TEST : getMediaTypeTest()
02-01-2023 10:05:31:STARTING TEST : getLinkTest()
02-01-2023 10:05:31:Found #getLink()= http://localhost:8080/404URL/
02-01-2023 10:05:31:Found expected status: 200
02-01-2023 10:05:31:FINISHED TEST : getLinkTest()
02-01-2023 10:05:31:STARTING TEST : getHeadersIsMutableTest()
02-01-2023 10:05:31:#getHeaders is mutable as expected
02-01-2023 10:05:31:Found expected status: 200
02-01-2023 10:05:31:FINISHED TEST : getHeadersIsMutableTest()
02-01-2023 10:05:31:STARTING TEST : hasLinkWhenNoLinkTest()
02-01-2023 10:05:31:#hasLink has not found any link as expected
02-01-2023 10:05:31:Found expected status: 200
02-01-2023 10:05:31:FINISHED TEST : hasLinkWhenNoLinkTest()
02-01-2023 10:05:31:STARTING TEST : getHeaderStringIsCommaSeparatedTest()
02-01-2023 10:05:31:#getHeaderString is comma separated combination of value1 and value2 as expected
02-01-2023 10:05:31:Found expected status: 200
02-01-2023 10:05:31:FINISHED TEST : getHeaderStringIsCommaSeparatedTest()
02-01-2023 10:05:31:STARTING TEST : getHeaderStringIsEmptyTest()
02-01-2023 10:05:31:#getHeaderString is empty string as expected
02-01-2023 10:05:31:Found expected status: 200
02-01-2023 10:05:31:FINISHED TEST : getHeaderStringIsEmptyTest()
02-01-2023 10:05:31:STARTING TEST : getLanguageTest()
02-01-2023 10:05:31:Found #getLanguage()= fr_CA
02-01-2023 10:05:31:Found expected status: 200
02-01-2023 10:05:31:FINISHED TEST : getLanguageTest()
02-01-2023 10:05:31:STARTING TEST : getDateTest()
02-01-2023 10:05:31:Found #getDate()= Wed Feb 01 10:05:31 UTC 2023
02-01-2023 10:05:31:Found expected status: 200
02-01-2023 10:05:31:FINISHED TEST : getDateTest()
02-01-2023 10:05:31:STARTING TEST : getHeaderStringIsNullTest()
02-01-2023 10:05:31:#getHeaderString is null as expected
02-01-2023 10:05:31:Found expected status: 200
02-01-2023 10:05:31:FINISHED TEST : getHeaderStringIsNullTest()
02-01-2023 10:05:31:STARTING TEST : getHeaderStringTest()
02-01-2023 10:05:31:#getHeaderString is value1 as expected
02-01-2023 10:05:31:Found expected status: 200
02-01-2023 10:05:31:FINISHED TEST : getHeaderStringTest()
02-01-2023 10:05:31:STARTING TEST : setStatusInfoTest()
02-01-2023 10:05:31:Found expected status: 302
02-01-2023 10:05:31:FINISHED TEST : setStatusInfoTest()
02-01-2023 10:05:31:STARTING TEST : getAllowedMethodsTest()
02-01-2023 10:05:31:found methods: GET OPTIONS
02-01-2023 10:05:31:Found expected status: 200
02-01-2023 10:05:31:FINISHED TEST : getAllowedMethodsTest()
02-01-2023 10:05:31:STARTING TEST : getStatusTest()
02-01-2023 10:05:31:Found expected response status 222
02-01-2023 10:05:31:FINISHED TEST : getStatusTest()
02-01-2023 10:05:31:STARTING TEST : getEntityTagTest()
02-01-2023 10:05:31:Found #getEntityTag()= EntityTagValue
02-01-2023 10:05:31:Found expected status: 200
02-01-2023 10:05:31:FINISHED TEST : getEntityTagTest()
02-01-2023 10:05:31:STARTING TEST : setEntityStreamTest()
02-01-2023 10:05:31:#setEntityStream( ENTITY ) set entity ENTITY
02-01-2023 10:05:31:Found expected status: 200
02-01-2023 10:05:31:FINISHED TEST : setEntityStreamTest()
02-01-2023 10:05:31:STARTING TEST : getHeadersTest()
02-01-2023 10:05:31:Found #getHeaders()={ header1 : value1 }
02-01-2023 10:05:31:Found expected status: 200
02-01-2023 10:05:31:FINISHED TEST : getHeadersTest()
02-01-2023 10:05:31:STARTING TEST : getStatusInfoTest()
02-01-2023 10:05:31:Found expected response status 222
02-01-2023 10:05:31:FINISHED TEST : getStatusInfoTest()
02-01-2023 10:05:31:STARTING TEST : setStatusTest()
02-01-2023 10:05:31:Found expected status: 403
02-01-2023 10:05:31:FINISHED TEST : setStatusTest()
02-01-2023 10:05:31:STARTING TEST : getLinkBuilderTest()
02-01-2023 10:05:31:Found #getLinkBuilder()= http://localhost:8080/404URL/
02-01-2023 10:05:31:Found expected status: 200
02-01-2023 10:05:31:FINISHED TEST : getLinkBuilderTest()
02-01-2023 10:05:31:STARTING TEST : hasEntityWhenEntityTest()
02-01-2023 10:05:31:Found #hasEntity()=true
02-01-2023 10:05:31:Found expected status: 200
02-01-2023 10:05:31:FINISHED TEST : hasEntityWhenEntityTest()
02-01-2023 10:05:31:STARTING TEST : getLengthTest()
02-01-2023 10:05:31:Found #getLength()= 6
02-01-2023 10:05:31:Found expected status: 200
02-01-2023 10:05:31:FINISHED TEST : getLengthTest()
02-01-2023 10:05:31:STARTING TEST : getLastModifiedTest()
02-01-2023 10:05:31:Found #getLastModified()= Wed Feb 01 10:05:31 UTC 2023
02-01-2023 10:05:31:Found expected status: 200
02-01-2023 10:05:31:FINISHED TEST : getLastModifiedTest()
02-01-2023 10:05:31:STARTING TEST : hasLinkWhenLinkTest()
02-01-2023 10:05:31:#hasLink has found the given link
02-01-2023 10:05:31:Found expected status: 200
02-01-2023 10:05:31:FINISHED TEST : hasLinkWhenLinkTest()
02-01-2023 10:05:31:STARTING TEST : getLocationTest()
02-01-2023 10:05:31:Found #getLocation= http://localhost:8080/404URL/
02-01-2023 10:05:31:Found expected status: 200
02-01-2023 10:05:31:FINISHED TEST : getLocationTest()
02-01-2023 10:05:31:STARTING TEST : getCookiesTest()
02-01-2023 10:05:31:Found expected status: 200
02-01-2023 10:05:31:FINISHED TEST : getCookiesTest()
02-01-2023 10:05:31:STARTING TEST : hasEntityWhenNoEntityTest()
02-01-2023 10:05:31:Found #hasEntity()=false
02-01-2023 10:05:31:Found expected status: 200
02-01-2023 10:05:31:FINISHED TEST : hasEntityWhenNoEntityTest()
02-01-2023 10:05:31:STARTING TEST : getEntityStreamTest()
02-01-2023 10:05:31:Found #getEntityStream()= ENTITY
02-01-2023 10:05:31:Found expected status: 200
02-01-2023 10:05:31:FINISHED TEST : getEntityStreamTest()
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.29 s - in ee.jakarta.tck.ws.rs.api.client.clientresponsecontext.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.client.responseprocessingexception.JAXRSClientIT
02-01-2023 10:05:31:STARTING TEST : constructorWithRuntimeExceptionNullMessageTest()
02-01-2023 10:05:31:response contains expected Expectation Failed status
02-01-2023 10:05:31:getCause contains expected java.lang.IllegalStateException: JAXRS TCK exception
02-01-2023 10:05:31:FINISHED TEST : constructorWithRuntimeExceptionNullMessageTest()
02-01-2023 10:05:31:STARTING TEST : constructorWithNullThrowableTest()
02-01-2023 10:05:31:response contains expected Expectation Failed status
02-01-2023 10:05:31:FINISHED TEST : constructorWithNullThrowableTest()
02-01-2023 10:05:31:STARTING TEST : constructorWithCheckedExceptionNullMessageTest()
02-01-2023 10:05:31:response contains expected Expectation Failed status
02-01-2023 10:05:31:getCause contains expected java.io.IOException: JAXRS TCK exception
02-01-2023 10:05:31:FINISHED TEST : constructorWithCheckedExceptionNullMessageTest()
02-01-2023 10:05:31:STARTING TEST : constructorWithNullThrowableNullMessageTest()
02-01-2023 10:05:31:response contains expected Expectation Failed status
02-01-2023 10:05:31:FINISHED TEST : constructorWithNullThrowableNullMessageTest()
02-01-2023 10:05:31:STARTING TEST : constructorWithNullMessageTest()
02-01-2023 10:05:31:response contains expected Expectation Failed status
02-01-2023 10:05:31:FINISHED TEST : constructorWithNullMessageTest()
02-01-2023 10:05:31:STARTING TEST : constructorWithNullThrowableNotNullMessageTest()
02-01-2023 10:05:31:response contains expected Expectation Failed status
02-01-2023 10:05:31:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK
02-01-2023 10:05:31:FINISHED TEST : constructorWithNullThrowableNotNullMessageTest()
02-01-2023 10:05:31:STARTING TEST : constructorWithCheckedExceptionAndNotNullMessageTest()
02-01-2023 10:05:31:response contains expected Expectation Failed status
02-01-2023 10:05:31:getCause contains expected java.io.IOException: JAXRS TCK exception
02-01-2023 10:05:31:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK
02-01-2023 10:05:31:FINISHED TEST : constructorWithCheckedExceptionAndNotNullMessageTest()
02-01-2023 10:05:31:STARTING TEST : constructorWithRuntimeExceptionAndNotNullMessageTest()
02-01-2023 10:05:31:response contains expected Expectation Failed status
02-01-2023 10:05:31:getCause contains expected java.lang.IllegalStateException: JAXRS TCK exception
02-01-2023 10:05:31:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK
02-01-2023 10:05:31:FINISHED TEST : constructorWithRuntimeExceptionAndNotNullMessageTest()
02-01-2023 10:05:31:STARTING TEST : constructorWithNotNullMessageTest()
02-01-2023 10:05:31:response contains expected Expectation Failed status
02-01-2023 10:05:31:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK
02-01-2023 10:05:31:FINISHED TEST : constructorWithNotNullMessageTest()
02-01-2023 10:05:31:STARTING TEST : constructorWithCheckedExceptionTest()
02-01-2023 10:05:31:getCause contains expected java.io.IOException: TCK exception
02-01-2023 10:05:31:ResponseProcessingException#getMesaage contains expected message TCK exception
02-01-2023 10:05:31:response contains expected Expectation Failed status
02-01-2023 10:05:31:FINISHED TEST : constructorWithCheckedExceptionTest()
02-01-2023 10:05:31:STARTING TEST : constructorWithRuntimeExceptionTest()
02-01-2023 10:05:31:getCause contains expected java.lang.IllegalStateException: TCK exception
02-01-2023 10:05:31:ResponseProcessingException#getMesaage contains expected message TCK exception
02-01-2023 10:05:31:response contains expected Expectation Failed status
02-01-2023 10:05:31: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.client.responseprocessingexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.client.invocationcallback.JAXRSClientIT
02-01-2023 10:05:31:STARTING TEST : completedTest()
02-01-2023 10:05:31:Found expected get
02-01-2023 10:05:31:InvocationCallback#completed has been called as expected
02-01-2023 10:05:31:FINISHED TEST : completedTest()
02-01-2023 10:05:31:STARTING TEST : failedTest()
02-01-2023 10:05:31:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck
02-01-2023 10:05:31:ExecutionException.getCause is ProcessingException as expected
02-01-2023 10:05:31:InvocationCallback#failed has been called as expected
02-01-2023 10:05:31: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.clientbuilder.JAXRSClientIT
02-01-2023 10:05:31:STARTING TEST : newClientWithConfigurationTest()
02-01-2023 10:05:31:FINISHED TEST : newClientWithConfigurationTest()
02-01-2023 10:05:31:STARTING TEST : newClientNoParamTest()
02-01-2023 10:05:31:FINISHED TEST : newClientNoParamTest()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in ee.jakarta.tck.ws.rs.api.client.clientbuilder.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs31.spec.extensions.JAXRSClientIT
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
02-01-2023 10:05:31:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:31:STARTING TEST : featureIsRegisteredTest()
02-01-2023 10:05:31:FINISHED TEST : featureIsRegisteredTest()
02-01-2023 10:05:31:[JAXRSCommonClient] Test setup OK
02-01-2023 10:05:31:STARTING TEST : dynamicFeatureIsRegisteredTest()
02-01-2023 10:05:31:FINISHED TEST : dynamicFeatureIsRegisteredTest()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.395 s - in ee.jakarta.tck.ws.rs.jaxrs31.spec.extensions.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.uribuilder.UriBuilderIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in ee.jakarta.tck.ws.rs.uribuilder.UriBuilderIT
Stopping container using command: [java, -jar, /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/jersey-tck/target/glassfish7/glassfish/modules/admin-cli.jar, stop-domain, --kill, -t]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6da86210
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@4389ca90
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@75e26418
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3612dc78
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@645e3fee
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 2789, Failures: 0, Errors: 0, Skipped: 59
[INFO] 
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (se-tests) @ jersey-tck ---
[WARNING] Exception for '/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/ct.sym'.
java.lang.IllegalArgumentException: '/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/ct.sym' not allowed on the path, only outputDirectories and jars are accepted
    at org.codehaus.plexus.languages.java.jpms.LocationManager.resolvePath (LocationManager.java:335)
    at org.codehaus.plexus.languages.java.jpms.LocationManager.resolvePaths (LocationManager.java:201)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.newStartupConfigWithModularPath (AbstractSurefireMojo.java:2011)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.createStartupConfiguration (AbstractSurefireMojo.java:1889)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.createForkStarter (AbstractSurefireMojo.java:2374)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider (AbstractSurefireMojo.java:1310)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1159)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:932)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[ERROR] WARNING: package ee.jakarta.tck.ws.rs.sebootstrap not in jersey.tck
[INFO] Running ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT
Feb 01, 2023 10:05:35 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. 
Feb 01, 2023 10:05:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39657]
Feb 01, 2023 10:05:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Feb 01, 2023 10:05:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39657]
Feb 01, 2023 10:05:35 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. 
Feb 01, 2023 10:05:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:32897]
Feb 01, 2023 10:05:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Feb 01, 2023 10:05:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:32897]
Feb 01, 2023 10:05:35 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. 
Feb 01, 2023 10:05:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44701]
Feb 01, 2023 10:05:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Feb 01, 2023 10:05:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44701]
Feb 01, 2023 10:05:36 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. 
Feb 01, 2023 10:05:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42477]
Feb 01, 2023 10:05:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Feb 01, 2023 10:05:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42477]
Feb 01, 2023 10:05:36 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. 
Feb 01, 2023 10:05:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8080]
Feb 01, 2023 10:05:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Feb 01, 2023 10:05:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8080]
Feb 01, 2023 10:05:36 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. 
Feb 01, 2023 10:05:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:12309]
Feb 01, 2023 10:05:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Feb 01, 2023 10:05:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:12309]
Feb 01, 2023 10:05:36 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. 
Feb 01, 2023 10:05:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8080]
Feb 01, 2023 10:05:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Feb 01, 2023 10:05:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8080]
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.561 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] --- maven-failsafe-plugin:3.0.0-M5:verify (gf-tests) @ jersey-tck ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (se-tests) @ jersey-tck ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jersey-tck ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/jersey-tck/target/jersey-tck-3.1.0.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-tck/3.1.0/jersey-tck-3.1.0.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/tests/jersey-tck/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-tck/3.1.0/jersey-tck-3.1.0.pom
[INFO] 
[INFO] --------------< org.glassfish.jersey.examples:assemblies >--------------
[INFO] Building jersey-examples-assemblies 3.1.99-SNAPSHOT            [298/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ assemblies ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ assemblies ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ assemblies ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ assemblies ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ assemblies ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ assemblies ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ assemblies ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ assemblies ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ assemblies ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ assemblies ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ assemblies ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ assemblies ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/assemblies/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ assemblies ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ assemblies ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ assemblies ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/assemblies/target/assemblies.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ assemblies ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/assemblies/target/assemblies-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ assemblies ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/assemblies/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/assemblies/3.1.99-SNAPSHOT/assemblies-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/assemblies/target/assemblies.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/assemblies/3.1.99-SNAPSHOT/assemblies-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/assemblies/target/assemblies-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/assemblies/3.1.99-SNAPSHOT/assemblies-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------------< org.glassfish.jersey.examples:bookmark >---------------
[INFO] Building jersey-examples-bookmark 3.1.99-SNAPSHOT              [299/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ bookmark ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ bookmark ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ bookmark ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ bookmark ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ bookmark ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ bookmark ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ bookmark ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ bookmark ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ bookmark ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ bookmark ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/bookmark/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ bookmark ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/bookmark/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ bookmark ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ bookmark ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ bookmark ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ bookmark ---
[INFO] Packaging webapp
[INFO] Assembling webapp [bookmark] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/bookmark/target/bookmark]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/bookmark/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/bookmark/target/bookmark.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ bookmark ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/bookmark/target/bookmark-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ bookmark ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/bookmark/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark/3.1.99-SNAPSHOT/bookmark-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/bookmark/target/bookmark.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark/3.1.99-SNAPSHOT/bookmark-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/bookmark/target/bookmark-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark/3.1.99-SNAPSHOT/bookmark-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------------< org.glassfish.jersey.examples:bookmark-em >--------------
[INFO] Building jersey-examples-bookmark-em 3.1.99-SNAPSHOT           [300/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ bookmark-em ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ bookmark-em ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ bookmark-em ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ bookmark-em ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ bookmark-em ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ bookmark-em ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ bookmark-em ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ bookmark-em ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ bookmark-em ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ bookmark-em ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/bookmark-em/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/bookmark-em/src/main/java/org/glassfish/jersey/examples/bookmark_em/resource/UsersResource.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/bookmark-em/src/main/java/org/glassfish/jersey/examples/bookmark_em/resource/UsersResource.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ bookmark-em ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/bookmark-em/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/bookmark-em/src/main/java/org/glassfish/jersey/examples/bookmark_em/resource/UsersResource.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/bookmark-em/src/main/java/org/glassfish/jersey/examples/bookmark_em/resource/UsersResource.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ bookmark-em ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ bookmark-em ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ bookmark-em ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ bookmark-em ---
[INFO] Packaging webapp
[INFO] Assembling webapp [bookmark-em] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/bookmark-em/target/bookmark-em]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/bookmark-em/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/bookmark-em/target/bookmark-em.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ bookmark-em ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/bookmark-em/target/bookmark-em-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ bookmark-em ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/bookmark-em/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark-em/3.1.99-SNAPSHOT/bookmark-em-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/bookmark-em/target/bookmark-em.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark-em/3.1.99-SNAPSHOT/bookmark-em-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/bookmark-em/target/bookmark-em-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark-em/3.1.99-SNAPSHOT/bookmark-em-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------< org.glassfish.jersey.examples:bookstore-webapp >-----------
[INFO] Building jersey-examples-bookstore-webapp 3.1.99-SNAPSHOT      [301/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ bookstore-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ bookstore-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ bookstore-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ bookstore-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ bookstore-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ bookstore-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ bookstore-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ bookstore-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ bookstore-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/bookstore-webapp/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ bookstore-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/bookstore-webapp/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ bookstore-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/bookstore-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ bookstore-webapp ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ bookstore-webapp ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ bookstore-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ bookstore-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [bookstore-webapp] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/bookstore-webapp/target/bookstore-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/bookstore-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/bookstore-webapp/target/bookstore-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ bookstore-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/bookstore-webapp/target/bookstore-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ bookstore-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/bookstore-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookstore-webapp/3.1.99-SNAPSHOT/bookstore-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/bookstore-webapp/target/bookstore-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookstore-webapp/3.1.99-SNAPSHOT/bookstore-webapp-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/bookstore-webapp/target/bookstore-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookstore-webapp/3.1.99-SNAPSHOT/bookstore-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.glassfish.jersey.examples:cdi-webapp >--------------
[INFO] Building jersey-examples-cdi-webapp 3.1.99-SNAPSHOT            [302/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ cdi-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ cdi-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ cdi-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cdi-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/cdi-webapp/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/cdi-webapp/src/main/java/org/glassfish/jersey/examples/cdi/resources/EchoParamFieldResource.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/cdi-webapp/src/main/java/org/glassfish/jersey/examples/cdi/resources/EchoParamFieldResource.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ cdi-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/cdi-webapp/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/cdi-webapp/src/main/java/org/glassfish/jersey/examples/cdi/resources/EchoParamFieldResource.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/cdi-webapp/src/main/java/org/glassfish/jersey/examples/cdi/resources/EchoParamFieldResource.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cdi-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/cdi-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/cdi-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ cdi-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ cdi-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cdi-webapp] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/cdi-webapp/target/cdi-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/cdi-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/cdi-webapp/target/cdi-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/cdi-webapp/target/cdi-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/cdi-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/cdi-webapp/3.1.99-SNAPSHOT/cdi-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/cdi-webapp/target/cdi-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/cdi-webapp/3.1.99-SNAPSHOT/cdi-webapp-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/cdi-webapp/target/cdi-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/cdi-webapp/3.1.99-SNAPSHOT/cdi-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.glassfish.jersey.examples:clipboard >---------------
[INFO] Building jersey-examples-clipboard 3.1.99-SNAPSHOT             [303/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ clipboard ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ clipboard ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ clipboard ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ clipboard ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ clipboard ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ clipboard ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ clipboard ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ clipboard ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ clipboard ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/clipboard/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ clipboard ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/clipboard/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ clipboard ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/clipboard/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ clipboard ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/clipboard/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ clipboard ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/clipboard/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ clipboard ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ clipboard ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/clipboard/target/clipboard.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ clipboard ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/clipboard/target/clipboard-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ clipboard ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/clipboard/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard/3.1.99-SNAPSHOT/clipboard-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/clipboard/target/clipboard.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard/3.1.99-SNAPSHOT/clipboard-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/clipboard/target/clipboard-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard/3.1.99-SNAPSHOT/clipboard-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.examples:clipboard-programmatic >--------
[INFO] Building jersey-examples-clipboard-programmatic 3.1.99-SNAPSHOT [304/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ clipboard-programmatic ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ clipboard-programmatic ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ clipboard-programmatic ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ clipboard-programmatic ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ clipboard-programmatic ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ clipboard-programmatic ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ clipboard-programmatic ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ clipboard-programmatic ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ clipboard-programmatic ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/clipboard-programmatic/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ clipboard-programmatic ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/clipboard-programmatic/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ clipboard-programmatic ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/clipboard-programmatic/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ clipboard-programmatic ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/clipboard-programmatic/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ clipboard-programmatic ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/clipboard-programmatic/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ clipboard-programmatic ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ clipboard-programmatic ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/clipboard-programmatic/target/clipboard-programmatic.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ clipboard-programmatic ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/clipboard-programmatic/target/clipboard-programmatic-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ clipboard-programmatic ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/clipboard-programmatic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard-programmatic/3.1.99-SNAPSHOT/clipboard-programmatic-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/clipboard-programmatic/target/clipboard-programmatic.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard-programmatic/3.1.99-SNAPSHOT/clipboard-programmatic-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/clipboard-programmatic/target/clipboard-programmatic-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard-programmatic/3.1.99-SNAPSHOT/clipboard-programmatic-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.examples:declarative-linking >----------
[INFO] Building jersey-examples-declarative-linking 3.1.99-SNAPSHOT   [305/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ declarative-linking ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ declarative-linking ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ declarative-linking ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ declarative-linking ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ declarative-linking ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ declarative-linking ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ declarative-linking ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ declarative-linking ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ declarative-linking ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/declarative-linking/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ declarative-linking ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/declarative-linking/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/declarative-linking/src/main/java/org/glassfish/jersey/examples/linking/representation/ItemsRepresentation.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/declarative-linking/src/main/java/org/glassfish/jersey/examples/linking/representation/ItemsRepresentation.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ declarative-linking ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/declarative-linking/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/declarative-linking/src/main/java/org/glassfish/jersey/examples/linking/representation/ItemsRepresentation.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/declarative-linking/src/main/java/org/glassfish/jersey/examples/linking/representation/ItemsRepresentation.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ declarative-linking ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/declarative-linking/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ declarative-linking ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/declarative-linking/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ declarative-linking ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ declarative-linking ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/declarative-linking/target/declarative-linking.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ declarative-linking ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/declarative-linking/target/declarative-linking-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ declarative-linking ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/declarative-linking/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/declarative-linking/3.1.99-SNAPSHOT/declarative-linking-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/declarative-linking/target/declarative-linking.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/declarative-linking/3.1.99-SNAPSHOT/declarative-linking-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/declarative-linking/target/declarative-linking-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/declarative-linking/3.1.99-SNAPSHOT/declarative-linking-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------< org.glassfish.jersey.examples:entity-filtering >-----------
[INFO] Building jersey-examples-entity-filtering 3.1.99-SNAPSHOT      [306/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ entity-filtering ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ entity-filtering ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ entity-filtering ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ entity-filtering ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ entity-filtering ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ entity-filtering ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ entity-filtering ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ entity-filtering ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ entity-filtering ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/entity-filtering/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ entity-filtering ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/entity-filtering/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ entity-filtering ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/entity-filtering/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ entity-filtering ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/entity-filtering/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ entity-filtering ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/entity-filtering/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ entity-filtering ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ entity-filtering ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/entity-filtering/target/entity-filtering.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ entity-filtering ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/entity-filtering/target/entity-filtering-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ entity-filtering ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/entity-filtering/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering/3.1.99-SNAPSHOT/entity-filtering-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/entity-filtering/target/entity-filtering.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering/3.1.99-SNAPSHOT/entity-filtering-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/entity-filtering/target/entity-filtering-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering/3.1.99-SNAPSHOT/entity-filtering-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.glassfish.jersey.examples:entity-filtering-selectable >------
[INFO] Building jersey-examples-entity-filtering-selectable 3.1.99-SNAPSHOT [307/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ entity-filtering-selectable ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ entity-filtering-selectable ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ entity-filtering-selectable ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ entity-filtering-selectable ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ entity-filtering-selectable ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ entity-filtering-selectable ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ entity-filtering-selectable ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ entity-filtering-selectable ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ entity-filtering-selectable ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/entity-filtering-selectable/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ entity-filtering-selectable ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/entity-filtering-selectable/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ entity-filtering-selectable ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/entity-filtering-selectable/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ entity-filtering-selectable ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/entity-filtering-selectable/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ entity-filtering-selectable ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/entity-filtering-selectable/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ entity-filtering-selectable ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ entity-filtering-selectable ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/entity-filtering-selectable/target/entity-filtering-selectable.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ entity-filtering-selectable ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/entity-filtering-selectable/target/entity-filtering-selectable-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ entity-filtering-selectable ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/entity-filtering-selectable/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-selectable/3.1.99-SNAPSHOT/entity-filtering-selectable-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/entity-filtering-selectable/target/entity-filtering-selectable.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-selectable/3.1.99-SNAPSHOT/entity-filtering-selectable-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/entity-filtering-selectable/target/entity-filtering-selectable-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-selectable/3.1.99-SNAPSHOT/entity-filtering-selectable-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.examples:entity-filtering-security >-------
[INFO] Building jersey-examples-entity-filtering-security 3.1.99-SNAPSHOT [308/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ entity-filtering-security ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ entity-filtering-security ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ entity-filtering-security ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ entity-filtering-security ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ entity-filtering-security ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ entity-filtering-security ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ entity-filtering-security ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ entity-filtering-security ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ entity-filtering-security ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/entity-filtering-security/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ entity-filtering-security ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/entity-filtering-security/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ entity-filtering-security ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/entity-filtering-security/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ entity-filtering-security ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/entity-filtering-security/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ entity-filtering-security ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/entity-filtering-security/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ entity-filtering-security ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ entity-filtering-security ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/entity-filtering-security/target/entity-filtering-security.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ entity-filtering-security ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/entity-filtering-security/target/entity-filtering-security-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ entity-filtering-security ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/entity-filtering-security/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-security/3.1.99-SNAPSHOT/entity-filtering-security-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/entity-filtering-security/target/entity-filtering-security.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-security/3.1.99-SNAPSHOT/entity-filtering-security-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/entity-filtering-security/target/entity-filtering-security-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-security/3.1.99-SNAPSHOT/entity-filtering-security-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.examples:extended-wadl-webapp >---------
[INFO] Building jersey-examples-extended-wadl-webapp 3.1.99-SNAPSHOT  [309/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ extended-wadl-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ extended-wadl-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ extended-wadl-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ extended-wadl-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- jaxb2-maven-plugin:2.5.0:xjc (xjc) @ extended-wadl-webapp ---
[INFO] Created EpisodePath [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/extended-wadl-webapp/target/generated-sources/jaxb/META-INF/JAXB]: true
[INFO] Ignored given or default xjbSources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/extended-wadl-webapp/src/main/xjb], since it is not an existent file or directory.
[INFO] Created EpisodePath [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/extended-wadl-webapp/target/generated-sources/jaxb/META-INF/JAXB]: true
[INFO] null [-1,-1] 
org.xml.sax.SAXParseException: generating code
    at com.sun.tools.xjc.ErrorReceiver.debug (ErrorReceiver.java:118)
    at com.sun.tools.xjc.Driver.run (Driver.java:363)
    at org.codehaus.mojo.jaxb2.javageneration.AbstractJavaGeneratorMojo.performExecution (AbstractJavaGeneratorMojo.java:475)
    at org.codehaus.mojo.jaxb2.AbstractJaxbMojo.execute (AbstractJaxbMojo.java:337)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ extended-wadl-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ extended-wadl-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ extended-wadl-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ extended-wadl-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-paxexam-plugin:1.2.4:generate-depends-file (generate-config) @ extended-wadl-webapp ---
[INFO] Created: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/extended-wadl-webapp/target/classes/META-INF/maven/dependencies.properties
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ extended-wadl-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 2 resources
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ extended-wadl-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/extended-wadl-webapp/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ extended-wadl-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/extended-wadl-webapp/target/classes
[INFO] 
[INFO] >>> maven-javadoc-plugin:3.4.0:javadoc (default) > generate-sources @ extended-wadl-webapp >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ extended-wadl-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ extended-wadl-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ extended-wadl-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- jaxb2-maven-plugin:2.5.0:xjc (xjc) @ extended-wadl-webapp ---
[INFO] Ignored given or default xjbSources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/extended-wadl-webapp/src/main/xjb], since it is not an existent file or directory.
[INFO] No changes detected in schema or binding files - skipping JAXB generation.
[INFO] 
[INFO] <<< maven-javadoc-plugin:3.4.0:javadoc (default) < generate-sources @ extended-wadl-webapp <<<
[INFO] 
[INFO] 
[INFO] --- maven-javadoc-plugin:3.4.0:javadoc (default) @ extended-wadl-webapp ---
[WARNING] sourceFileIncludes and sourceFileExcludes have no effect when subpackages are specified!
[INFO] No previous run data found, generating javadoc.
[INFO] 
Loading source files for package org.glassfish.jersey.examples.extendedwadl...
Loading source files for package org.glassfish.jersey.examples.extendedwadl.resources...
Loading source files for package org.glassfish.jersey.examples.extendedwadl.util...
Constructing Javadoc information...
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages
[WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations
[WARNING] are planned to be removed in a future JDK release. These
[WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet.
[WARNING] Users are strongly recommended to migrate to the new APIs.
[WARNING] Feb 01, 2023 10:05:50 AM org.glassfish.jersey.wadl.doclet.DocletUtils createOutputFile
[WARNING] INFO: cdataElements [commentText]
[WARNING] Feb 01, 2023 10:05:50 AM org.glassfish.jersey.wadl.doclet.DocletUtils createOutputFile
[WARNING] INFO: classes [class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResourceDocType]
[WARNING] Feb 01, 2023 10:05:50 AM org.glassfish.jersey.wadl.doclet.DocletUtils createOutputFile
[WARNING] INFO: 28 nodes found by commentText
[WARNING] Feb 01, 2023 10:05:50 AM org.glassfish.jersey.wadl.doclet.DocletUtils createOutputFile
[WARNING] INFO: Wrote org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResourceDocType@676cf48 in /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/extended-wadl-webapp/target/classes/resourcedoc.xml
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ extended-wadl-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ extended-wadl-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/extended-wadl-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ extended-wadl-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ extended-wadl-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [extended-wadl-webapp] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/extended-wadl-webapp/target/extended-wadl-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/extended-wadl-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/extended-wadl-webapp/target/extended-wadl-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ extended-wadl-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/extended-wadl-webapp/target/extended-wadl-webapp-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.4.0:jar (attach-javadocs) @ extended-wadl-webapp ---
[WARNING] sourceFileIncludes and sourceFileExcludes have no effect when subpackages are specified!
[INFO] Configuration changed, re-generating javadoc.
[INFO] 
Loading source files for package org.glassfish.jersey.examples.extendedwadl...
Loading source files for package org.glassfish.jersey.examples.extendedwadl.resources...
Loading source files for package org.glassfish.jersey.examples.extendedwadl.util...
Constructing Javadoc information...
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages
[WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations
[WARNING] are planned to be removed in a future JDK release. These
[WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet.
[WARNING] Users are strongly recommended to migrate to the new APIs.
[WARNING] Feb 01, 2023 10:05:52 AM org.glassfish.jersey.wadl.doclet.DocletUtils createOutputFile
[WARNING] INFO: cdataElements [commentText]
[WARNING] Feb 01, 2023 10:05:52 AM org.glassfish.jersey.wadl.doclet.DocletUtils createOutputFile
[WARNING] INFO: classes [class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResourceDocType]
[WARNING] Feb 01, 2023 10:05:52 AM org.glassfish.jersey.wadl.doclet.DocletUtils createOutputFile
[WARNING] INFO: 28 nodes found by commentText
[WARNING] Feb 01, 2023 10:05:52 AM org.glassfish.jersey.wadl.doclet.DocletUtils createOutputFile
[WARNING] INFO: Wrote org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResourceDocType@676cf48 in /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/extended-wadl-webapp/target/classes/resourcedoc.xml
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/extended-wadl-webapp/target/extended-wadl-webapp-javadoc.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ extended-wadl-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/extended-wadl-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/extended-wadl-webapp/3.1.99-SNAPSHOT/extended-wadl-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/extended-wadl-webapp/target/extended-wadl-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/extended-wadl-webapp/3.1.99-SNAPSHOT/extended-wadl-webapp-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/extended-wadl-webapp/target/extended-wadl-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/extended-wadl-webapp/3.1.99-SNAPSHOT/extended-wadl-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/extended-wadl-webapp/target/extended-wadl-webapp-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/extended-wadl-webapp/3.1.99-SNAPSHOT/extended-wadl-webapp-3.1.99-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] ----------< org.glassfish.jersey.examples:exception-mapping >-----------
[INFO] Building jersey-examples-exception-mapping 3.1.99-SNAPSHOT     [310/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ exception-mapping ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ exception-mapping ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ exception-mapping ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ exception-mapping ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ exception-mapping ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ exception-mapping ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ exception-mapping ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ exception-mapping ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ exception-mapping ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/exception-mapping/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ exception-mapping ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/exception-mapping/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ exception-mapping ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/exception-mapping/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ exception-mapping ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/exception-mapping/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ exception-mapping ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/exception-mapping/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ exception-mapping ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ exception-mapping ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/exception-mapping/target/exception-mapping.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ exception-mapping ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/exception-mapping/target/exception-mapping-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ exception-mapping ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/exception-mapping/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/exception-mapping/3.1.99-SNAPSHOT/exception-mapping-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/exception-mapping/target/exception-mapping.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/exception-mapping/3.1.99-SNAPSHOT/exception-mapping-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/exception-mapping/target/exception-mapping-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/exception-mapping/3.1.99-SNAPSHOT/exception-mapping-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------< org.glassfish.jersey.examples:freemarker-webapp >-----------
[INFO] Building jersey-examples-freemarker-webapp 3.1.99-SNAPSHOT     [311/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ freemarker-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ freemarker-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ freemarker-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ freemarker-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ freemarker-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ freemarker-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ freemarker-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ freemarker-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ freemarker-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ freemarker-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/freemarker-webapp/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ freemarker-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/freemarker-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ freemarker-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/freemarker-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ freemarker-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/freemarker-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ freemarker-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ freemarker-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [freemarker-webapp] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/freemarker-webapp/target/freemarker-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/freemarker-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/freemarker-webapp/target/freemarker-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ freemarker-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/freemarker-webapp/target/freemarker-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ freemarker-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/freemarker-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/freemarker-webapp/3.1.99-SNAPSHOT/freemarker-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/freemarker-webapp/target/freemarker-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/freemarker-webapp/3.1.99-SNAPSHOT/freemarker-webapp-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/freemarker-webapp/target/freemarker-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/freemarker-webapp/3.1.99-SNAPSHOT/freemarker-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------------< org.glassfish.jersey.examples:groovy >----------------
[INFO] Building jersey-examples-groovy 3.1.99-SNAPSHOT                [312/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ groovy ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ groovy ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ groovy ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ groovy ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ groovy ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ groovy ---
[INFO] Source directory: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/groovy/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ groovy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ groovy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ groovy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ groovy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- gmavenplus-plugin:1.13.1:addSources (1) @ groovy ---
[INFO] 
[INFO] --- gmavenplus-plugin:1.13.1:addTestSources (1) @ groovy ---
[INFO] 
[INFO] --- gmavenplus-plugin:1.13.1:generateStubs (1) @ groovy ---
[INFO] Using isolated classloader, without GMavenPlus classpath.
[INFO] Using Groovy 4.0.6 to perform generateStubs.
[INFO] Generated 1 stub.
[INFO] 
[INFO] --- gmavenplus-plugin:1.13.1:compile (1) @ groovy ---
[INFO] Using isolated classloader, without GMavenPlus classpath.
[INFO] Using Groovy 4.0.6 to perform compile.
[INFO] invokedynamic enabled.
[INFO] Parallel parsing enabled.
[INFO] Compiled 1 file.
[INFO] 
[INFO] --- gmavenplus-plugin:1.13.1:generateTestStubs (1) @ groovy ---
[INFO] Using isolated classloader, without GMavenPlus classpath.
[INFO] Using Groovy 4.0.6 to perform generateTestStubs.
[INFO] Generated 1 stub.
[INFO] 
[INFO] --- gmavenplus-plugin:1.13.1:compileTests (1) @ groovy ---
[INFO] Using isolated classloader, without GMavenPlus classpath.
[INFO] Using Groovy 4.0.6 to perform compileTests.
[INFO] invokedynamic enabled.
[INFO] Parallel parsing enabled.
[INFO] Compiled 1 file.
[INFO] 
[INFO] --- gmavenplus-plugin:1.13.1:removeStubs (1) @ groovy ---
[INFO] 
[INFO] --- gmavenplus-plugin:1.13.1:removeTestStubs (1) @ groovy ---
[INFO] 
[INFO] --- gmavenplus-plugin:1.13.1:groovydoc (1) @ groovy ---
[INFO] Using isolated classloader, without GMavenPlus classpath.
[INFO] Using Groovy 4.0.6 to perform groovydoc.
Feb 01, 2023 10:05:59 AM java.util.prefs.FileSystemPreferences$1 run
INFO: Created user preferences directory.
[INFO] 
[INFO] --- maven-antrun-plugin:3.1.0:run (2) @ groovy ---
[INFO] Executing tasks
[INFO]       [jar] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/groovy/target/groovy-javadoc.jar
[INFO] Executed tasks
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:attach-artifact (3) @ groovy ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ groovy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/groovy/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ groovy ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ groovy ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ groovy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/groovy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ groovy ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ groovy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ groovy ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/groovy/target/groovy.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ groovy ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/groovy/target/groovy-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ groovy ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/groovy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/groovy/3.1.99-SNAPSHOT/groovy-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/groovy/target/groovy.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/groovy/3.1.99-SNAPSHOT/groovy-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/groovy/target/groovy-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/groovy/3.1.99-SNAPSHOT/groovy-3.1.99-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/groovy/target/groovy-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/groovy/3.1.99-SNAPSHOT/groovy-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.glassfish.jersey.examples:helloworld >--------------
[INFO] Building jersey-examples-helloworld 3.1.99-SNAPSHOT            [313/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ helloworld ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ helloworld ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ helloworld ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ helloworld ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ helloworld ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ helloworld ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ helloworld ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ helloworld ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ helloworld ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ helloworld ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ helloworld ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ helloworld ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld/target/helloworld.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ helloworld ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld/target/helloworld-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ helloworld ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld/3.1.99-SNAPSHOT/helloworld-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld/target/helloworld.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld/3.1.99-SNAPSHOT/helloworld-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld/target/helloworld-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld/3.1.99-SNAPSHOT/helloworld-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.examples:helloworld-benchmark >---------
[INFO] Building jersey-examples-helloworld-benchmark 3.1.99-SNAPSHOT  [314/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ helloworld-benchmark ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ helloworld-benchmark ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ helloworld-benchmark ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ helloworld-benchmark ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ helloworld-benchmark ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-benchmark ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-benchmark ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-benchmark ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ helloworld-benchmark ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-benchmark/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ helloworld-benchmark ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-benchmark/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ helloworld-benchmark ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-benchmark/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ helloworld-benchmark ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-benchmark/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ helloworld-benchmark ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-benchmark/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ helloworld-benchmark ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ helloworld-benchmark ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-benchmark/target/helloworld-benchmark.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ helloworld-benchmark ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-benchmark/target/helloworld-benchmark-sources.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.3.0:shade (shade-archive) @ helloworld-benchmark ---
[INFO] Including org.glassfish.jersey.core:jersey-server:jar:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-common:jar:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.hk2:osgi-resource-locator:jar:1.0.3 in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-client:jar:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including jakarta.ws.rs:jakarta.ws.rs-api:jar:3.1.0 in the shaded jar.
[INFO] Including jakarta.annotation:jakarta.annotation-api:jar:2.1.1 in the shaded jar.
[INFO] Including jakarta.inject:jakarta.inject-api:jar:2.0.1 in the shaded jar.
[INFO] Including jakarta.validation:jakarta.validation-api:jar:3.0.2 in the shaded jar.
[INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.hk2:hk2-locator:jar:3.0.3 in the shaded jar.
[INFO] Including org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3 in the shaded jar.
[INFO] Including org.glassfish.hk2:hk2-api:jar:3.0.3 in the shaded jar.
[INFO] Including org.glassfish.hk2:hk2-utils:jar:3.0.3 in the shaded jar.
[INFO] Including org.javassist:javassist:jar:3.29.0-GA in the shaded jar.
[INFO] Including org.openjdk.jmh:jmh-core:jar:1.35 in the shaded jar.
[INFO] Including net.sf.jopt-simple:jopt-simple:jar:5.0.4 in the shaded jar.
[INFO] Including org.apache.commons:commons-math3:jar:3.2 in the shaded jar.
[INFO] Including org.glassfish.jersey.test-framework:jersey-test-framework-util:jar:3.1.99-SNAPSHOT in the shaded jar.
[INFO] Including org.junit.jupiter:junit-jupiter:jar:5.9.1 in the shaded jar.
[INFO] Including org.junit.jupiter:junit-jupiter-api:jar:5.9.1 in the shaded jar.
[INFO] Including org.opentest4j:opentest4j:jar:1.2.0 in the shaded jar.
[INFO] Including org.junit.platform:junit-platform-commons:jar:1.9.1 in the shaded jar.
[INFO] Including org.apiguardian:apiguardian-api:jar:1.1.2 in the shaded jar.
[INFO] Including org.junit.jupiter:junit-jupiter-params:jar:5.9.1 in the shaded jar.
[INFO] Including org.junit.jupiter:junit-jupiter-engine:jar:5.9.1 in the shaded jar.
[INFO] Including org.junit.platform:junit-platform-engine:jar:1.9.1 in the shaded jar.
[INFO] Including javax.annotation:javax.annotation-api:jar:1.3.2 in the shaded jar.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] aopalliance-repackaged-3.0.3.jar, helloworld-benchmark.jar, hk2-api-3.0.3.jar, hk2-locator-3.0.3.jar, hk2-utils-3.0.3.jar, jakarta.annotation-api-2.1.1.jar, jakarta.inject-api-2.0.1.jar, jakarta.ws.rs-api-3.1.0.jar, jersey-client-3.1.99-SNAPSHOT.jar, jersey-common-3.1.99-SNAPSHOT.jar, jersey-hk2-3.1.99-SNAPSHOT.jar, jersey-server-3.1.99-SNAPSHOT.jar, jersey-test-framework-util-3.1.99-SNAPSHOT.jar define 1 overlapping resource: 
[WARNING]   - META-INF/NOTICE.md
[WARNING] jersey-common-3.1.99-SNAPSHOT.jar, jersey-server-3.1.99-SNAPSHOT.jar define 3 overlapping resources: 
[WARNING]   - META-INF/NOTICE.markdown
[WARNING]   - META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate
[WARNING]   - META-INF/services/org.glassfish.jersey.internal.spi.AutoDiscoverable
[WARNING] commons-math3-3.2.jar, jakarta.inject-api-2.0.1.jar, javax.annotation-api-1.3.2.jar define 1 overlapping resource: 
[WARNING]   - META-INF/LICENSE.txt
[WARNING] aopalliance-repackaged-3.0.3.jar, helloworld-benchmark.jar, hk2-api-3.0.3.jar, hk2-locator-3.0.3.jar, hk2-utils-3.0.3.jar, jakarta.annotation-api-2.1.1.jar, jakarta.ws.rs-api-3.1.0.jar, jersey-client-3.1.99-SNAPSHOT.jar, jersey-common-3.1.99-SNAPSHOT.jar, jersey-hk2-3.1.99-SNAPSHOT.jar, jersey-server-3.1.99-SNAPSHOT.jar, jersey-test-framework-util-3.1.99-SNAPSHOT.jar, junit-jupiter-5.9.1.jar, junit-jupiter-api-5.9.1.jar, junit-jupiter-engine-5.9.1.jar, junit-jupiter-params-5.9.1.jar, junit-platform-commons-1.9.1.jar, junit-platform-engine-1.9.1.jar define 1 overlapping resource: 
[WARNING]   - META-INF/LICENSE.md
[WARNING] aopalliance-repackaged-3.0.3.jar, apiguardian-api-1.1.2.jar, commons-math3-3.2.jar, helloworld-benchmark.jar, hk2-api-3.0.3.jar, hk2-locator-3.0.3.jar, hk2-utils-3.0.3.jar, jakarta.annotation-api-2.1.1.jar, jakarta.inject-api-2.0.1.jar, jakarta.validation-api-3.0.2.jar, jakarta.ws.rs-api-3.1.0.jar, javassist-3.29.0-GA.jar, javax.annotation-api-1.3.2.jar, jersey-client-3.1.99-SNAPSHOT.jar, jersey-common-3.1.99-SNAPSHOT.jar, jersey-hk2-3.1.99-SNAPSHOT.jar, jersey-server-3.1.99-SNAPSHOT.jar, jersey-test-framework-util-3.1.99-SNAPSHOT.jar, jmh-core-1.35.jar, jopt-simple-5.0.4.jar, junit-jupiter-5.9.1.jar, junit-jupiter-api-5.9.1.jar, junit-jupiter-engine-5.9.1.jar, junit-jupiter-params-5.9.1.jar, junit-platform-commons-1.9.1.jar, junit-platform-engine-1.9.1.jar, opentest4j-1.2.0.jar, osgi-resource-locator-1.0.3.jar define 1 overlapping resource: 
[WARNING]   - META-INF/MANIFEST.MF
[WARNING] junit-jupiter-5.9.1.jar, junit-jupiter-api-5.9.1.jar, junit-jupiter-engine-5.9.1.jar, junit-jupiter-params-5.9.1.jar, junit-platform-commons-1.9.1.jar, junit-platform-engine-1.9.1.jar define 1 overlapping resource: 
[WARNING]   - META-INF/LICENSE-notice.md
[WARNING] maven-shade-plugin has detected that some class files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the class is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Replacing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-benchmark/target/benchmark.jar with /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-benchmark/target/helloworld-benchmark-3.1.99-SNAPSHOT-shaded.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ helloworld-benchmark ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-benchmark/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-benchmark/3.1.99-SNAPSHOT/helloworld-benchmark-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-benchmark/target/helloworld-benchmark.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-benchmark/3.1.99-SNAPSHOT/helloworld-benchmark-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-benchmark/target/helloworld-benchmark-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-benchmark/3.1.99-SNAPSHOT/helloworld-benchmark-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------< org.glassfish.jersey.examples:helloworld-cdi2-se >----------
[INFO] Building jersey-examples-helloworld-cdi2-se 3.1.99-SNAPSHOT    [315/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ helloworld-cdi2-se ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ helloworld-cdi2-se ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ helloworld-cdi2-se ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ helloworld-cdi2-se ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ helloworld-cdi2-se ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-cdi2-se ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-cdi2-se ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-cdi2-se ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ helloworld-cdi2-se ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ helloworld-cdi2-se ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-cdi2-se/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ helloworld-cdi2-se ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-cdi2-se/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ helloworld-cdi2-se ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-cdi2-se/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ helloworld-cdi2-se ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-cdi2-se/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ helloworld-cdi2-se ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ helloworld-cdi2-se ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-cdi2-se/target/helloworld-cdi2-se.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ helloworld-cdi2-se ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-cdi2-se/target/helloworld-cdi2-se-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ helloworld-cdi2-se ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-cdi2-se/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-cdi2-se/3.1.99-SNAPSHOT/helloworld-cdi2-se-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-cdi2-se/target/helloworld-cdi2-se.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-cdi2-se/3.1.99-SNAPSHOT/helloworld-cdi2-se-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-cdi2-se/target/helloworld-cdi2-se-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-cdi2-se/3.1.99-SNAPSHOT/helloworld-cdi2-se-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------< org.glassfish.jersey.examples:helloworld-netty >-----------
[INFO] Building jersey-examples-helloworld-netty 3.1.99-SNAPSHOT      [316/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ helloworld-netty ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ helloworld-netty ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ helloworld-netty ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ helloworld-netty ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ helloworld-netty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-netty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-netty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-netty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ helloworld-netty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-netty/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ helloworld-netty ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-netty/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ helloworld-netty ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-netty/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ helloworld-netty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-netty/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ helloworld-netty ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-netty/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ helloworld-netty ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ helloworld-netty ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-netty/target/helloworld-netty.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ helloworld-netty ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-netty/target/helloworld-netty-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ helloworld-netty ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-netty/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-netty/3.1.99-SNAPSHOT/helloworld-netty-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-netty/target/helloworld-netty.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-netty/3.1.99-SNAPSHOT/helloworld-netty-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-netty/target/helloworld-netty-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-netty/3.1.99-SNAPSHOT/helloworld-netty-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.examples:helloworld-programmatic >--------
[INFO] Building jersey-examples-helloworld-programmatic 3.1.99-SNAPSHOT [317/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ helloworld-programmatic ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ helloworld-programmatic ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ helloworld-programmatic ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ helloworld-programmatic ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ helloworld-programmatic ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-programmatic ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-programmatic ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-programmatic ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ helloworld-programmatic ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ helloworld-programmatic ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-programmatic/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ helloworld-programmatic ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-programmatic/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ helloworld-programmatic ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-programmatic/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ helloworld-programmatic ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-programmatic/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ helloworld-programmatic ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ helloworld-programmatic ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-programmatic/target/helloworld-programmatic.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ helloworld-programmatic ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-programmatic/target/helloworld-programmatic-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ helloworld-programmatic ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-programmatic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-programmatic/3.1.99-SNAPSHOT/helloworld-programmatic-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-programmatic/target/helloworld-programmatic.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-programmatic/3.1.99-SNAPSHOT/helloworld-programmatic-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-programmatic/target/helloworld-programmatic-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-programmatic/3.1.99-SNAPSHOT/helloworld-programmatic-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.examples:helloworld-pure-jax-rs >--------
[INFO] Building jersey-examples-helloworld-pure-jax-rs 3.1.99-SNAPSHOT [318/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ helloworld-pure-jax-rs ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ helloworld-pure-jax-rs ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ helloworld-pure-jax-rs ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ helloworld-pure-jax-rs ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ helloworld-pure-jax-rs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-pure-jax-rs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-pure-jax-rs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-pure-jax-rs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ helloworld-pure-jax-rs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ helloworld-pure-jax-rs ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-pure-jax-rs/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ helloworld-pure-jax-rs ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-pure-jax-rs/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ helloworld-pure-jax-rs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-pure-jax-rs/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ helloworld-pure-jax-rs ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-pure-jax-rs/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ helloworld-pure-jax-rs ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ helloworld-pure-jax-rs ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-pure-jax-rs/target/helloworld-pure-jax-rs.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ helloworld-pure-jax-rs ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-pure-jax-rs/target/helloworld-pure-jax-rs-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ helloworld-pure-jax-rs ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-pure-jax-rs/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-pure-jax-rs/3.1.99-SNAPSHOT/helloworld-pure-jax-rs-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-pure-jax-rs/target/helloworld-pure-jax-rs.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-pure-jax-rs/3.1.99-SNAPSHOT/helloworld-pure-jax-rs-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-pure-jax-rs/target/helloworld-pure-jax-rs-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-pure-jax-rs/3.1.99-SNAPSHOT/helloworld-pure-jax-rs-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------< org.glassfish.jersey.examples:helloworld-weld >------------
[INFO] Building jersey-examples-helloworld-weld 3.1.99-SNAPSHOT       [319/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ helloworld-weld ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ helloworld-weld ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ helloworld-weld ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ helloworld-weld ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ helloworld-weld ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-weld ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-weld ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-weld ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ helloworld-weld ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ helloworld-weld ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-weld/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-weld/src/main/java/org/glassfish/jersey/examples/helloworld/App.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-weld/src/main/java/org/glassfish/jersey/examples/helloworld/App.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-weld/src/main/java/org/glassfish/jersey/examples/helloworld/App.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ helloworld-weld ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-weld/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-weld/src/main/java/org/glassfish/jersey/examples/helloworld/App.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-weld/src/main/java/org/glassfish/jersey/examples/helloworld/App.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-weld/src/main/java/org/glassfish/jersey/examples/helloworld/App.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ helloworld-weld ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-weld/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ helloworld-weld ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-weld/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ helloworld-weld ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ helloworld-weld ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-weld/target/helloworld-weld.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ helloworld-weld ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-weld/target/helloworld-weld-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ helloworld-weld ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-weld/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-weld/3.1.99-SNAPSHOT/helloworld-weld-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-weld/target/helloworld-weld.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-weld/3.1.99-SNAPSHOT/helloworld-weld-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/helloworld-weld/target/helloworld-weld-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-weld/3.1.99-SNAPSHOT/helloworld-weld-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.glassfish.jersey.examples:http-patch >--------------
[INFO] Building jersey-examples-http-patch 3.1.99-SNAPSHOT            [320/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ http-patch ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ http-patch ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ http-patch ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ http-patch ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ http-patch ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ http-patch ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ http-patch ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ http-patch ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ http-patch ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/http-patch/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ http-patch ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/http-patch/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ http-patch ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/http-patch/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ http-patch ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/http-patch/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ http-patch ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/http-patch/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ http-patch ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ http-patch ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/http-patch/target/http-patch.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ http-patch ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/http-patch/target/http-patch-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ http-patch ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/http-patch/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-patch/3.1.99-SNAPSHOT/http-patch-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/http-patch/target/http-patch.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-patch/3.1.99-SNAPSHOT/http-patch-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/http-patch/target/http-patch-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-patch/3.1.99-SNAPSHOT/http-patch-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.glassfish.jersey.examples:http-trace >--------------
[INFO] Building jersey-examples-http-trace 3.1.99-SNAPSHOT            [321/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ http-trace ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ http-trace ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ http-trace ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ http-trace ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ http-trace ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ http-trace ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ http-trace ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ http-trace ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ http-trace ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/http-trace/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ http-trace ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/http-trace/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ http-trace ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/http-trace/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ http-trace ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/http-trace/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ http-trace ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/http-trace/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ http-trace ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ http-trace ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/http-trace/target/http-trace.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ http-trace ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/http-trace/target/http-trace-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ http-trace ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/http-trace/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-trace/3.1.99-SNAPSHOT/http-trace-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/http-trace/target/http-trace.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-trace/3.1.99-SNAPSHOT/http-trace-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/http-trace/target/http-trace-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-trace/3.1.99-SNAPSHOT/http-trace-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.examples:https-clientserver-grizzly >------
[INFO] Building jersey-examples-https-clientserver-grizzly 3.1.99-SNAPSHOT [322/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ https-clientserver-grizzly ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ https-clientserver-grizzly ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ https-clientserver-grizzly ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ https-clientserver-grizzly ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ https-clientserver-grizzly ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ https-clientserver-grizzly ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ https-clientserver-grizzly ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ https-clientserver-grizzly ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ https-clientserver-grizzly ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/https-clientserver-grizzly/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ https-clientserver-grizzly ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/https-clientserver-grizzly/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ https-clientserver-grizzly ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/https-clientserver-grizzly/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ https-clientserver-grizzly ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/https-clientserver-grizzly/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ https-clientserver-grizzly ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/https-clientserver-grizzly/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ https-clientserver-grizzly ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ https-clientserver-grizzly ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/https-clientserver-grizzly/target/https-clientserver-grizzly.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ https-clientserver-grizzly ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/https-clientserver-grizzly/target/https-clientserver-grizzly-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ https-clientserver-grizzly ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/https-clientserver-grizzly/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-clientserver-grizzly/3.1.99-SNAPSHOT/https-clientserver-grizzly-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/https-clientserver-grizzly/target/https-clientserver-grizzly.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-clientserver-grizzly/3.1.99-SNAPSHOT/https-clientserver-grizzly-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/https-clientserver-grizzly/target/https-clientserver-grizzly-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-clientserver-grizzly/3.1.99-SNAPSHOT/https-clientserver-grizzly-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.examples:https-server-glassfish >--------
[INFO] Building jersey-examples-https-server-glassfish 3.1.99-SNAPSHOT [323/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ https-server-glassfish ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ https-server-glassfish ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ https-server-glassfish ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ https-server-glassfish ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ https-server-glassfish ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ https-server-glassfish ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ https-server-glassfish ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ https-server-glassfish ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ https-server-glassfish ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/https-server-glassfish/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ https-server-glassfish ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/https-server-glassfish/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ https-server-glassfish ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/https-server-glassfish/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ https-server-glassfish ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/https-server-glassfish/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ https-server-glassfish ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ https-server-glassfish ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ https-server-glassfish ---
[INFO] Packaging webapp
[INFO] Assembling webapp [https-server-glassfish] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/https-server-glassfish/target/https-server-glassfish]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/https-server-glassfish/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/https-server-glassfish/target/https-server-glassfish.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ https-server-glassfish ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/https-server-glassfish/target/https-server-glassfish-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ https-server-glassfish ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/https-server-glassfish/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-server-glassfish/3.1.99-SNAPSHOT/https-server-glassfish-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/https-server-glassfish/target/https-server-glassfish.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-server-glassfish/3.1.99-SNAPSHOT/https-server-glassfish-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/https-server-glassfish/target/https-server-glassfish-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-server-glassfish/3.1.99-SNAPSHOT/https-server-glassfish-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------------< org.glassfish.jersey.examples:java8-webapp >-------------
[INFO] Building jersey-examples-java8-webapp 3.1.99-SNAPSHOT          [324/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ java8-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ java8-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ java8-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ java8-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ java8-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ java8-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ java8-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ java8-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ java8-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/java8-webapp/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ java8-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/java8-webapp/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ java8-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/java8-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ java8-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/java8-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ java8-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/java8-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ java8-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ java8-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [java8-webapp] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/java8-webapp/target/java8-webapp]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/java8-webapp/target/java8-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ java8-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/java8-webapp/target/java8-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ java8-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/java8-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/java8-webapp/3.1.99-SNAPSHOT/java8-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/java8-webapp/target/java8-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/java8-webapp/3.1.99-SNAPSHOT/java8-webapp-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/java8-webapp/target/java8-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/java8-webapp/3.1.99-SNAPSHOT/java8-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------------< org.glassfish.jersey.examples:jaxb >-----------------
[INFO] Building jersey-examples-jaxb 3.1.99-SNAPSHOT                  [325/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxb ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jaxb ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jaxb ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jaxb ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jaxb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jaxb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jaxb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ jaxb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jaxb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/jaxb/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jaxb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/jaxb/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jaxb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/jaxb/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jaxb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/jaxb/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jaxb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/jaxb/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jaxb ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jaxb ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/jaxb/target/jaxb.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jaxb ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/jaxb/target/jaxb-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jaxb ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/jaxb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxb/3.1.99-SNAPSHOT/jaxb-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/jaxb/target/jaxb.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxb/3.1.99-SNAPSHOT/jaxb-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/jaxb/target/jaxb-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxb/3.1.99-SNAPSHOT/jaxb-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.examples:jaxrs-types-injection >---------
[INFO] Building jersey-examples-jaxrs-types-injection 3.1.99-SNAPSHOT [326/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxrs-types-injection ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jaxrs-types-injection ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jaxrs-types-injection ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jaxrs-types-injection ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jaxrs-types-injection ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jaxrs-types-injection ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jaxrs-types-injection ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ jaxrs-types-injection ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jaxrs-types-injection ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/jaxrs-types-injection/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jaxrs-types-injection ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/jaxrs-types-injection/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jaxrs-types-injection ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/jaxrs-types-injection/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jaxrs-types-injection ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/jaxrs-types-injection/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jaxrs-types-injection ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/jaxrs-types-injection/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jaxrs-types-injection ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jaxrs-types-injection ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/jaxrs-types-injection/target/jaxrs-types-injection.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jaxrs-types-injection ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/jaxrs-types-injection/target/jaxrs-types-injection-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jaxrs-types-injection ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/jaxrs-types-injection/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxrs-types-injection/3.1.99-SNAPSHOT/jaxrs-types-injection-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/jaxrs-types-injection/target/jaxrs-types-injection.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxrs-types-injection/3.1.99-SNAPSHOT/jaxrs-types-injection-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/jaxrs-types-injection/target/jaxrs-types-injection-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxrs-types-injection/3.1.99-SNAPSHOT/jaxrs-types-injection-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.glassfish.jersey.examples:jersey-ejb >--------------
[INFO] Building jersey-examples-ejb 3.1.99-SNAPSHOT                   [327/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-ejb ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-ejb ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-ejb ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-ejb ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-ejb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-ejb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-ejb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ jersey-ejb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-ejb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/jersey-ejb/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-ejb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/jersey-ejb/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-ejb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/jersey-ejb/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-ejb ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-ejb ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-ejb ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-ejb ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-ejb] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/jersey-ejb/target/jersey-ejb]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/jersey-ejb/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/jersey-ejb/target/jersey-ejb.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-ejb ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/jersey-ejb/target/jersey-ejb-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-ejb ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/jersey-ejb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-ejb/3.1.99-SNAPSHOT/jersey-ejb-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/jersey-ejb/target/jersey-ejb.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-ejb/3.1.99-SNAPSHOT/jersey-ejb-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/jersey-ejb/target/jersey-ejb-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-ejb/3.1.99-SNAPSHOT/jersey-ejb-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.examples:json-binding-webapp >----------
[INFO] Building jersey-examples-json-binding-webapp 3.1.99-SNAPSHOT   [328/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ json-binding-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ json-binding-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ json-binding-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ json-binding-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ json-binding-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ json-binding-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-binding-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ json-binding-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ json-binding-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-binding-webapp/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ json-binding-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-binding-webapp/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ json-binding-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-binding-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ json-binding-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-binding-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ json-binding-webapp ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ json-binding-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ json-binding-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [json-binding-webapp] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-binding-webapp/target/json-binding-webapp]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-binding-webapp/target/json-binding-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ json-binding-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-binding-webapp/target/json-binding-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ json-binding-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-binding-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-binding-webapp/3.1.99-SNAPSHOT/json-binding-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-binding-webapp/target/json-binding-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-binding-webapp/3.1.99-SNAPSHOT/json-binding-webapp-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-binding-webapp/target/json-binding-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-binding-webapp/3.1.99-SNAPSHOT/json-binding-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------------< org.glassfish.jersey.examples:json-jackson >-------------
[INFO] Building jersey-examples-json-jackson 3.1.99-SNAPSHOT          [329/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ json-jackson ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ json-jackson ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ json-jackson ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ json-jackson ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ json-jackson ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ json-jackson ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-jackson ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ json-jackson ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ json-jackson ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-jackson/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ json-jackson ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-jackson/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ json-jackson ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-jackson/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ json-jackson ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-jackson/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ json-jackson ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-jackson/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ json-jackson ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ json-jackson ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-jackson/target/json-jackson.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ json-jackson ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-jackson/target/json-jackson-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ json-jackson ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-jackson/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jackson/3.1.99-SNAPSHOT/json-jackson-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-jackson/target/json-jackson.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jackson/3.1.99-SNAPSHOT/json-jackson-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-jackson/target/json-jackson-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jackson/3.1.99-SNAPSHOT/json-jackson-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.examples:json-jettison >-------------
[INFO] Building jersey-examples-json-jettison 3.1.99-SNAPSHOT         [330/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ json-jettison ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ json-jettison ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ json-jettison ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ json-jettison ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ json-jettison ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ json-jettison ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-jettison ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ json-jettison ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ json-jettison ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-jettison/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ json-jettison ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-jettison/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ json-jettison ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-jettison/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ json-jettison ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-jettison/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ json-jettison ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-jettison/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ json-jettison ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ json-jettison ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-jettison/target/json-jettison.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ json-jettison ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-jettison/target/json-jettison-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ json-jettison ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-jettison/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jettison/3.1.99-SNAPSHOT/json-jettison-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-jettison/target/json-jettison.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jettison/3.1.99-SNAPSHOT/json-jettison-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-jettison/target/json-jettison-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jettison/3.1.99-SNAPSHOT/json-jettison-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.glassfish.jersey.examples:json-moxy >---------------
[INFO] Building jersey-examples-json-moxy 3.1.99-SNAPSHOT             [331/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ json-moxy ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ json-moxy ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ json-moxy ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ json-moxy ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ json-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ json-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ json-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ json-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-moxy/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ json-moxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-moxy/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ json-moxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-moxy/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ json-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-moxy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ json-moxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-moxy/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ json-moxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ json-moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-moxy/target/json-moxy.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ json-moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-moxy/target/json-moxy-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ json-moxy ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-moxy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-moxy/3.1.99-SNAPSHOT/json-moxy-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-moxy/target/json-moxy.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-moxy/3.1.99-SNAPSHOT/json-moxy-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-moxy/target/json-moxy-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-moxy/3.1.99-SNAPSHOT/json-moxy-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.examples:json-processing-webapp >--------
[INFO] Building jersey-examples-json-processing-webapp 3.1.99-SNAPSHOT [332/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ json-processing-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ json-processing-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ json-processing-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ json-processing-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ json-processing-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ json-processing-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-processing-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ json-processing-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ json-processing-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-processing-webapp/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ json-processing-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-processing-webapp/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ json-processing-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-processing-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ json-processing-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-processing-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ json-processing-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-processing-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ json-processing-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ json-processing-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [json-processing-webapp] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-processing-webapp/target/json-processing-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-processing-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-processing-webapp/target/json-processing-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ json-processing-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-processing-webapp/target/json-processing-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ json-processing-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-processing-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-processing-webapp/3.1.99-SNAPSHOT/json-processing-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-processing-webapp/target/json-processing-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-processing-webapp/3.1.99-SNAPSHOT/json-processing-webapp-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-processing-webapp/target/json-processing-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-processing-webapp/3.1.99-SNAPSHOT/json-processing-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------< org.glassfish.jersey.examples:json-with-padding >-----------
[INFO] Building jersey-examples-json-with-padding 3.1.99-SNAPSHOT     [333/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ json-with-padding ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ json-with-padding ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ json-with-padding ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ json-with-padding ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ json-with-padding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ json-with-padding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-with-padding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ json-with-padding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ json-with-padding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-with-padding/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ json-with-padding ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-with-padding/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ json-with-padding ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-with-padding/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ json-with-padding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-with-padding/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ json-with-padding ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-with-padding/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ json-with-padding ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ json-with-padding ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-with-padding/target/json-with-padding.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ json-with-padding ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-with-padding/target/json-with-padding-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ json-with-padding ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-with-padding/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-with-padding/3.1.99-SNAPSHOT/json-with-padding-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-with-padding/target/json-with-padding.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-with-padding/3.1.99-SNAPSHOT/json-with-padding-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/json-with-padding/target/json-with-padding-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-with-padding/3.1.99-SNAPSHOT/json-with-padding-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.examples:managed-beans-webapp >---------
[INFO] Building jersey-examples-managed-beans-webapp 3.1.99-SNAPSHOT  [334/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ managed-beans-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ managed-beans-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ managed-beans-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ managed-beans-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ managed-beans-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ managed-beans-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ managed-beans-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ managed-beans-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ managed-beans-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ managed-beans-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-beans-webapp/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-beans-webapp/src/main/java/org/glassfish/jersey/examples/managedbeans/resources/ManagedBeanPerRequestResource.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-beans-webapp/src/main/java/org/glassfish/jersey/examples/managedbeans/resources/ManagedBeanPerRequestResource.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ managed-beans-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-beans-webapp/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-beans-webapp/src/main/java/org/glassfish/jersey/examples/managedbeans/resources/ManagedBeanPerRequestResource.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-beans-webapp/src/main/java/org/glassfish/jersey/examples/managedbeans/resources/ManagedBeanPerRequestResource.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ managed-beans-webapp ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ managed-beans-webapp ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ managed-beans-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ managed-beans-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [managed-beans-webapp] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-beans-webapp/target/managed-beans-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-beans-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-beans-webapp/target/managed-beans-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ managed-beans-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-beans-webapp/target/managed-beans-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ managed-beans-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-beans-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-beans-webapp/3.1.99-SNAPSHOT/managed-beans-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-beans-webapp/target/managed-beans-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-beans-webapp/3.1.99-SNAPSHOT/managed-beans-webapp-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-beans-webapp/target/managed-beans-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-beans-webapp/3.1.99-SNAPSHOT/managed-beans-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.examples:managed-client >------------
[INFO] Building jersey-examples-managed-client 3.1.99-SNAPSHOT        [335/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ managed-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ managed-client ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ managed-client ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ managed-client ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ managed-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ managed-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ managed-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ managed-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ managed-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-client/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ managed-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-client/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ managed-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-client/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ managed-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-client/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ managed-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-client/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ managed-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ managed-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-client/target/managed-client.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ managed-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-client/target/managed-client-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ managed-client ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client/3.1.99-SNAPSHOT/managed-client-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-client/target/managed-client.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client/3.1.99-SNAPSHOT/managed-client-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-client/target/managed-client-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client/3.1.99-SNAPSHOT/managed-client-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.examples:managed-client-webapp >---------
[INFO] Building jersey-examples-managed-client-webapp 3.1.99-SNAPSHOT [336/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ managed-client-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ managed-client-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ managed-client-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ managed-client-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ managed-client-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ managed-client-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ managed-client-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ managed-client-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ managed-client-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-client-webapp/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ managed-client-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-client-webapp/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ managed-client-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-client-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ managed-client-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-client-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ managed-client-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-client-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ managed-client-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ managed-client-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [managed-client-webapp] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-client-webapp/target/managed-client-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-client-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-client-webapp/target/managed-client-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ managed-client-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-client-webapp/target/managed-client-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ managed-client-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-client-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-webapp/3.1.99-SNAPSHOT/managed-client-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-client-webapp/target/managed-client-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-webapp/3.1.99-SNAPSHOT/managed-client-webapp-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-client-webapp/target/managed-client-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-webapp/3.1.99-SNAPSHOT/managed-client-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.glassfish.jersey.examples:managed-client-simple-webapp >-----
[INFO] Building jersey-examples-managed-client-simple-webapp 3.1.99-SNAPSHOT [337/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ managed-client-simple-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ managed-client-simple-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ managed-client-simple-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ managed-client-simple-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ managed-client-simple-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ managed-client-simple-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ managed-client-simple-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ managed-client-simple-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ managed-client-simple-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-client-simple-webapp/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ managed-client-simple-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-client-simple-webapp/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ managed-client-simple-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-client-simple-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ managed-client-simple-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-client-simple-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ managed-client-simple-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-client-simple-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ managed-client-simple-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ managed-client-simple-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [managed-client-simple-webapp] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-client-simple-webapp/target/managed-client-simple-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-client-simple-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-client-simple-webapp/target/managed-client-simple-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ managed-client-simple-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-client-simple-webapp/target/managed-client-simple-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ managed-client-simple-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-client-simple-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-simple-webapp/3.1.99-SNAPSHOT/managed-client-simple-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-client-simple-webapp/target/managed-client-simple-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-simple-webapp/3.1.99-SNAPSHOT/managed-client-simple-webapp-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/managed-client-simple-webapp/target/managed-client-simple-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-simple-webapp/3.1.99-SNAPSHOT/managed-client-simple-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------< org.glassfish.jersey.examples:multipart-webapp >-----------
[INFO] Building jersey-examples-multipart-webapp 3.1.99-SNAPSHOT      [338/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ multipart-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ multipart-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ multipart-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ multipart-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ multipart-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ multipart-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ multipart-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ multipart-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ multipart-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/multipart-webapp/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ multipart-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/multipart-webapp/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ multipart-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/multipart-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ multipart-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/multipart-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ multipart-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/multipart-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ multipart-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ multipart-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [multipart-webapp] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/multipart-webapp/target/multipart-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/multipart-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/multipart-webapp/target/multipart-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ multipart-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/multipart-webapp/target/multipart-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ multipart-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/multipart-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/multipart-webapp/3.1.99-SNAPSHOT/multipart-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/multipart-webapp/target/multipart-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/multipart-webapp/3.1.99-SNAPSHOT/multipart-webapp-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/multipart-webapp/target/multipart-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/multipart-webapp/3.1.99-SNAPSHOT/multipart-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------------< org.glassfish.jersey.examples:open-tracing >-------------
[INFO] Building jersey-examples-open-tracing 3.1.99-SNAPSHOT          [339/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ open-tracing ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ open-tracing ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ open-tracing ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ open-tracing ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ open-tracing ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ open-tracing ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ open-tracing ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ open-tracing ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ open-tracing ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/open-tracing/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ open-tracing ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/open-tracing/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/open-tracing/src/main/java/org/glassfish/jersey/examples/opentracing/App.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/open-tracing/src/main/java/org/glassfish/jersey/examples/opentracing/App.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/open-tracing/src/main/java/org/glassfish/jersey/examples/opentracing/App.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ open-tracing ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/open-tracing/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/open-tracing/src/main/java/org/glassfish/jersey/examples/opentracing/App.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/open-tracing/src/main/java/org/glassfish/jersey/examples/opentracing/App.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/open-tracing/src/main/java/org/glassfish/jersey/examples/opentracing/App.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ open-tracing ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/open-tracing/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ open-tracing ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ open-tracing ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ open-tracing ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/open-tracing/target/open-tracing.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ open-tracing ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/open-tracing/target/open-tracing-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ open-tracing ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/open-tracing/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/open-tracing/3.1.99-SNAPSHOT/open-tracing-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/open-tracing/target/open-tracing.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/open-tracing/3.1.99-SNAPSHOT/open-tracing-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/open-tracing/target/open-tracing-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/open-tracing/3.1.99-SNAPSHOT/open-tracing-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.examples:osgi-helloworld-webapp >--------
[INFO] Building jersey-examples-osgi-helloworld-webapp 3.1.99-SNAPSHOT [340/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ osgi-helloworld-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ osgi-helloworld-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ osgi-helloworld-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ osgi-helloworld-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ osgi-helloworld-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ osgi-helloworld-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ osgi-helloworld-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ osgi-helloworld-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ osgi-helloworld-webapp ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ osgi-helloworld-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/3.1.99-SNAPSHOT/osgi-helloworld-webapp-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] --< org.glassfish.jersey.examples.osgi-helloworld-webapp:lib-bundle >---
[INFO] Building jersey-examples-osgi-helloworld-webapp-lib 3.1.99-SNAPSHOT [341/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ lib-bundle ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ lib-bundle ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ lib-bundle ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ lib-bundle ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ lib-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ lib-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ lib-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ lib-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ lib-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/lib-bundle/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ lib-bundle ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/lib-bundle/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ lib-bundle ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/lib-bundle/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:manifest (bundle-manifest) @ lib-bundle ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/lib-bundle/target/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ lib-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/lib-bundle/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ lib-bundle ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ lib-bundle ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ lib-bundle ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/lib-bundle/target/lib-bundle.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ lib-bundle ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/lib-bundle/target/lib-bundle-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ lib-bundle ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/lib-bundle/target/lib-bundle.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/lib-bundle/target/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ lib-bundle ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/lib-bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/lib-bundle/3.1.99-SNAPSHOT/lib-bundle-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/lib-bundle/target/lib-bundle.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/lib-bundle/3.1.99-SNAPSHOT/lib-bundle-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/lib-bundle/target/lib-bundle-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/lib-bundle/3.1.99-SNAPSHOT/lib-bundle-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.examples.osgi-helloworld-webapp:additional-bundle >--
[INFO] Building jersey-examples-osgi-helloworld-webapp-additional 3.1.99-SNAPSHOT [342/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ additional-bundle ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ additional-bundle ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ additional-bundle ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ additional-bundle ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ additional-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ additional-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ additional-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ additional-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ additional-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/additional-bundle/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ additional-bundle ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/additional-bundle/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ additional-bundle ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/additional-bundle/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:manifest (bundle-manifest) @ additional-bundle ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/additional-bundle/target/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ additional-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/additional-bundle/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ additional-bundle ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ additional-bundle ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ additional-bundle ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/additional-bundle/target/additional-bundle.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ additional-bundle ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/additional-bundle/target/additional-bundle-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ additional-bundle ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/additional-bundle/target/additional-bundle.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/additional-bundle/target/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ additional-bundle ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/additional-bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/additional-bundle/3.1.99-SNAPSHOT/additional-bundle-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/additional-bundle/target/additional-bundle.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/additional-bundle/3.1.99-SNAPSHOT/additional-bundle-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/additional-bundle/target/additional-bundle-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/additional-bundle/3.1.99-SNAPSHOT/additional-bundle-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.examples.osgi-helloworld-webapp:alternate-version-bundle >--
[INFO] Building jersey-examples-osgi-helloworld-webapp-alternate-version 3.1.99-SNAPSHOT [343/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ alternate-version-bundle ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ alternate-version-bundle ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ alternate-version-bundle ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ alternate-version-bundle ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ alternate-version-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ alternate-version-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ alternate-version-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ alternate-version-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ alternate-version-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/alternate-version-bundle/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ alternate-version-bundle ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/alternate-version-bundle/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ alternate-version-bundle ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/alternate-version-bundle/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:manifest (bundle-manifest) @ alternate-version-bundle ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/alternate-version-bundle/target/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ alternate-version-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/alternate-version-bundle/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ alternate-version-bundle ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ alternate-version-bundle ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ alternate-version-bundle ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/alternate-version-bundle/target/alternate-version-bundle.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ alternate-version-bundle ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/alternate-version-bundle/target/alternate-version-bundle-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ alternate-version-bundle ---
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/alternate-version-bundle/target/alternate-version-bundle.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/alternate-version-bundle/target/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ alternate-version-bundle ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/alternate-version-bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/alternate-version-bundle/3.1.99-SNAPSHOT/alternate-version-bundle-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/alternate-version-bundle/target/alternate-version-bundle.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/alternate-version-bundle/3.1.99-SNAPSHOT/alternate-version-bundle-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/alternate-version-bundle/target/alternate-version-bundle-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/alternate-version-bundle/3.1.99-SNAPSHOT/alternate-version-bundle-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle >---
[INFO] Building jersey-examples-osgi-helloworld-webapp-wab 3.1.99-SNAPSHOT [344/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ war-bundle ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ war-bundle ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ war-bundle ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ war-bundle ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ war-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ war-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ war-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ war-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ war-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/war-bundle/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ war-bundle ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/war-bundle/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/war-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/WebAppContextListener.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/war-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/WebAppContextListener.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/war-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/WebAppContextListener.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ war-bundle ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/war-bundle/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/war-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/WebAppContextListener.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/war-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/WebAppContextListener.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/war-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/WebAppContextListener.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:manifest (bundle-manifest) @ war-bundle ---
[INFO] No MANIFEST.MF file found, generating manifest.
[WARNING] Manifest org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.1.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/jersey/examples/osgi/helloworld/resource
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:lib-bundle]
Class path         [Jar:., Jar:jersey-container-servlet-core, Jar:jakarta.inject-api, Jar:jersey-common, Jar:jakarta.annotation-api, Jar:osgi-resource-locator, Jar:jersey-server, Jar:jersey-client, Jar:jakarta.validation-api, Jar:lib-bundle, Jar:additional-bundle, Jar:alternate-version-bundle, Jar:jakarta.ws.rs-api, Jar:jakarta.servlet-api, Jar:org.apache.felix.eventadmin, Jar:org.apache.felix.framework, Jar:animal-sniffer-annotations]
[WARNING] Manifest org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.1.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/jersey/examples/osgi/helloworld/additional/resource
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:additional-bundle, Jar:alternate-version-bundle]
Class path         [Jar:., Jar:jersey-container-servlet-core, Jar:jakarta.inject-api, Jar:jersey-common, Jar:jakarta.annotation-api, Jar:osgi-resource-locator, Jar:jersey-server, Jar:jersey-client, Jar:jakarta.validation-api, Jar:lib-bundle, Jar:additional-bundle, Jar:alternate-version-bundle, Jar:jakarta.ws.rs-api, Jar:jakarta.servlet-api, Jar:org.apache.felix.eventadmin, Jar:org.apache.felix.framework, Jar:animal-sniffer-annotations]
[WARNING] Manifest org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.1.99-SNAPSHOT : Bundle-ClassPath uses a directory 'WEB-INF/classes' as well as '.'. This means bnd does not know if a directory is a package.
[WARNING] Manifest org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.1.99-SNAPSHOT : No sub JAR or directory WEB-INF/classes~
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/war-bundle/target/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ war-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/war-bundle/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ war-bundle ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ war-bundle ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ war-bundle ---
[INFO] Packaging webapp
[INFO] Assembling webapp [war-bundle] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle]
[info] Copying manifest...
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/war-bundle/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle.war
[INFO] Packaging classes
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle-classes.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ war-bundle ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ war-bundle ---
[WARNING] Bundle org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.1.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/jersey/examples/osgi/helloworld/resource
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:lib-bundle]
Class path         [Jar:., Jar:jersey-container-servlet-core, Jar:jakarta.inject-api, Jar:jersey-common, Jar:jakarta.annotation-api, Jar:osgi-resource-locator, Jar:jersey-server, Jar:jersey-client, Jar:jakarta.validation-api, Jar:lib-bundle, Jar:additional-bundle, Jar:alternate-version-bundle, Jar:jakarta.ws.rs-api, Jar:jakarta.servlet-api, Jar:org.apache.felix.eventadmin, Jar:org.apache.felix.framework, Jar:animal-sniffer-annotations]
[WARNING] Bundle org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.1.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/jersey/examples/osgi/helloworld/additional/resource
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:additional-bundle, Jar:alternate-version-bundle]
Class path         [Jar:., Jar:jersey-container-servlet-core, Jar:jakarta.inject-api, Jar:jersey-common, Jar:jakarta.annotation-api, Jar:osgi-resource-locator, Jar:jersey-server, Jar:jersey-client, Jar:jakarta.validation-api, Jar:lib-bundle, Jar:additional-bundle, Jar:alternate-version-bundle, Jar:jakarta.ws.rs-api, Jar:jakarta.servlet-api, Jar:org.apache.felix.eventadmin, Jar:org.apache.felix.framework, Jar:animal-sniffer-annotations]
[WARNING] Bundle org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.1.99-SNAPSHOT : Bundle-ClassPath uses a directory 'WEB-INF/classes' as well as '.'. This means bnd does not know if a directory is a package.
[WARNING] Bundle org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.1.99-SNAPSHOT : No sub JAR or directory WEB-INF/classes~
[INFO] Building bundle: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle.war
[INFO] Writing manifest: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/war-bundle/target/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ war-bundle ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/war-bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/war-bundle/3.1.99-SNAPSHOT/war-bundle-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/war-bundle/3.1.99-SNAPSHOT/war-bundle-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle-classes.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/war-bundle/3.1.99-SNAPSHOT/war-bundle-3.1.99-SNAPSHOT-classes.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/war-bundle/3.1.99-SNAPSHOT/war-bundle-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.examples.osgi-helloworld-webapp:functional-test >--
[INFO] Building jersey-examples-osgi-helloworld-webapp-test 3.1.99-SNAPSHOT [345/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ functional-test ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ functional-test ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ functional-test ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ functional-test ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ functional-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ functional-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ functional-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ functional-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-paxexam-plugin:1.2.4:generate-depends-file (generate-config) @ functional-test ---
[INFO] Created: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/functional-test/target/classes/META-INF/maven/dependencies.properties
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ functional-test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default) @ functional-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (test-compile) @ functional-test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/functional-test/target/test-classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/functional-test/src/test/java/org/glassfish/jersey/examples/helloworld/test/AbstractWebAppTest.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/functional-test/src/test/java/org/glassfish/jersey/examples/helloworld/test/AbstractWebAppTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/functional-test/src/test/java/org/glassfish/jersey/examples/helloworld/test/AbstractWebAppTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (test) @ functional-test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ functional-test ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ functional-test ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/osgi-helloworld-webapp/functional-test/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/functional-test/3.1.99-SNAPSHOT/functional-test-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] ---------< org.glassfish.jersey.examples:oauth-client-twitter >---------
[INFO] Building oauth-client-twitter 3.1.99-SNAPSHOT                  [346/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oauth-client-twitter ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ oauth-client-twitter ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ oauth-client-twitter ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ oauth-client-twitter ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ oauth-client-twitter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ oauth-client-twitter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth-client-twitter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ oauth-client-twitter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ oauth-client-twitter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/oauth-client-twitter/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ oauth-client-twitter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/oauth-client-twitter/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ oauth-client-twitter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/oauth-client-twitter/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ oauth-client-twitter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/oauth-client-twitter/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ oauth-client-twitter ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ oauth-client-twitter ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ oauth-client-twitter ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/oauth-client-twitter/target/oauth-client-twitter.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ oauth-client-twitter ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/oauth-client-twitter/target/oauth-client-twitter-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ oauth-client-twitter ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/oauth-client-twitter/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/oauth-client-twitter/3.1.99-SNAPSHOT/oauth-client-twitter-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/oauth-client-twitter/target/oauth-client-twitter.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/oauth-client-twitter/3.1.99-SNAPSHOT/oauth-client-twitter-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/oauth-client-twitter/target/oauth-client-twitter-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/oauth-client-twitter/3.1.99-SNAPSHOT/oauth-client-twitter-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------------< org.glassfish.jersey.examples:reload >----------------
[INFO] Building jersey-examples-reload 3.1.99-SNAPSHOT                [347/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ reload ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ reload ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ reload ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ reload ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-dependency-plugin:3.3.0:build-classpath (default) @ reload ---
[INFO] Wrote classpath file '/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/reload/target/classpath.properties'.
[INFO] 
[INFO] --- properties-maven-plugin:1.0-alpha-2:read-project-properties (read-project-properties) @ reload ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ reload ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ reload ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ reload ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ reload ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ reload ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/reload/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ reload ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/reload/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/App.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/App.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/App.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ reload ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/reload/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/App.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/App.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/App.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ reload ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/reload/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ reload ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/reload/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ reload ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ reload ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/reload/target/reload.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ reload ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/reload/target/reload-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ reload ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/reload/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/reload/3.1.99-SNAPSHOT/reload-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/reload/target/reload.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/reload/3.1.99-SNAPSHOT/reload-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/reload/target/reload-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/reload/3.1.99-SNAPSHOT/reload-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------< org.glassfish.jersey.examples:rx-client-webapp >-----------
[INFO] Building jersey-examples-rx-client-webapp 3.1.99-SNAPSHOT      [348/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ rx-client-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ rx-client-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ rx-client-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ rx-client-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ rx-client-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ rx-client-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ rx-client-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ rx-client-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ rx-client-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/rx-client-webapp/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ rx-client-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/rx-client-webapp/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/ListenableFutureAgentResource.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/ListenableFutureAgentResource.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/ListenableFutureAgentResource.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ rx-client-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/rx-client-webapp/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/ListenableFutureAgentResource.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/ListenableFutureAgentResource.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/ListenableFutureAgentResource.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ rx-client-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/rx-client-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ rx-client-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/rx-client-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ rx-client-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ rx-client-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [rx-client-webapp] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/rx-client-webapp/target/rx-client-webapp]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/rx-client-webapp/target/rx-client-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ rx-client-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/rx-client-webapp/target/rx-client-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ rx-client-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/rx-client-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/rx-client-webapp/3.1.99-SNAPSHOT/rx-client-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/rx-client-webapp/target/rx-client-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/rx-client-webapp/3.1.99-SNAPSHOT/rx-client-webapp-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/rx-client-webapp/target/rx-client-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/rx-client-webapp/3.1.99-SNAPSHOT/rx-client-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------------< org.glassfish.jersey.examples:server-async >-------------
[INFO] Building jersey-examples-server-async 3.1.99-SNAPSHOT          [349/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ server-async ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ server-async ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ server-async ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ server-async ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ server-async ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ server-async ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ server-async ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ server-async ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ server-async ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ server-async ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ server-async ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ server-async ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ server-async ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ server-async ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ server-async ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async/target/server-async.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ server-async ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async/target/server-async-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ server-async ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async/3.1.99-SNAPSHOT/server-async-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async/target/server-async.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async/3.1.99-SNAPSHOT/server-async-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async/target/server-async-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async/3.1.99-SNAPSHOT/server-async-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.examples:server-async-managed >---------
[INFO] Building jersey-examples-server-async-managed 3.1.99-SNAPSHOT  [350/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ server-async-managed ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ server-async-managed ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ server-async-managed ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ server-async-managed ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ server-async-managed ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ server-async-managed ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ server-async-managed ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ server-async-managed ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ server-async-managed ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async-managed/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ server-async-managed ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async-managed/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ server-async-managed ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async-managed/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ server-async-managed ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async-managed/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ server-async-managed ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async-managed/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ server-async-managed ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ server-async-managed ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async-managed/target/server-async-managed.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ server-async-managed ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async-managed/target/server-async-managed-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ server-async-managed ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async-managed/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-managed/3.1.99-SNAPSHOT/server-async-managed-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async-managed/target/server-async-managed.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-managed/3.1.99-SNAPSHOT/server-async-managed-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async-managed/target/server-async-managed-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-managed/3.1.99-SNAPSHOT/server-async-managed-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.examples:server-async-standalone >--------
[INFO] Building jersey-examples-server-async-standalone 3.1.99-SNAPSHOT [351/362]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ server-async-standalone ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ server-async-standalone ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ server-async-standalone ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ server-async-standalone ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ server-async-standalone ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ server-async-standalone ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ server-async-standalone ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ server-async-standalone ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ server-async-standalone ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ server-async-standalone ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async-standalone/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone/3.1.99-SNAPSHOT/server-async-standalone-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] ----< org.glassfish.jersey.examples:server-async-standalone-client >----
[INFO] Building jersey-examples-server-async-standalone-client 3.1.99-SNAPSHOT [352/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ server-async-standalone-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ server-async-standalone-client ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ server-async-standalone-client ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ server-async-standalone-client ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ server-async-standalone-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ server-async-standalone-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ server-async-standalone-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ server-async-standalone-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ server-async-standalone-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async-standalone/client/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ server-async-standalone-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async-standalone/client/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ server-async-standalone-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async-standalone/client/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ server-async-standalone-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ server-async-standalone-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ server-async-standalone-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ server-async-standalone-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async-standalone/client/target/server-async-standalone-client.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ server-async-standalone-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async-standalone/client/target/server-async-standalone-client-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ server-async-standalone-client ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async-standalone/client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-client/3.1.99-SNAPSHOT/server-async-standalone-client-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async-standalone/client/target/server-async-standalone-client.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-client/3.1.99-SNAPSHOT/server-async-standalone-client-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async-standalone/client/target/server-async-standalone-client-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-client/3.1.99-SNAPSHOT/server-async-standalone-client-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----< org.glassfish.jersey.examples:server-async-standalone-webapp >----
[INFO] Building jersey-examples-server-async-standalone-webapp 3.1.99-SNAPSHOT [353/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ server-async-standalone-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ server-async-standalone-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ server-async-standalone-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ server-async-standalone-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ server-async-standalone-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ server-async-standalone-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ server-async-standalone-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ server-async-standalone-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ server-async-standalone-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async-standalone/webapp/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ server-async-standalone-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async-standalone/webapp/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async-standalone/webapp/src/main/java/org/glassfish/jersey/examples/server/async/AsyncJaxrsApplication.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async-standalone/webapp/src/main/java/org/glassfish/jersey/examples/server/async/AsyncJaxrsApplication.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async-standalone/webapp/src/main/java/org/glassfish/jersey/examples/server/async/AsyncJaxrsApplication.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ server-async-standalone-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async-standalone/webapp/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async-standalone/webapp/src/main/java/org/glassfish/jersey/examples/server/async/AsyncJaxrsApplication.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async-standalone/webapp/src/main/java/org/glassfish/jersey/examples/server/async/AsyncJaxrsApplication.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async-standalone/webapp/src/main/java/org/glassfish/jersey/examples/server/async/AsyncJaxrsApplication.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ server-async-standalone-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async-standalone/webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ server-async-standalone-webapp ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ server-async-standalone-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ server-async-standalone-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [server-async-standalone-webapp] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async-standalone/webapp/target/server-async-standalone-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async-standalone/webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async-standalone/webapp/target/server-async-standalone-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ server-async-standalone-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async-standalone/webapp/target/server-async-standalone-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ server-async-standalone-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async-standalone/webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-webapp/3.1.99-SNAPSHOT/server-async-standalone-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async-standalone/webapp/target/server-async-standalone-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-webapp/3.1.99-SNAPSHOT/server-async-standalone-webapp-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-async-standalone/webapp/target/server-async-standalone-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-webapp/3.1.99-SNAPSHOT/server-async-standalone-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.examples:server-sent-events-jaxrs >-------
[INFO] Building jersey-examples-server-sent-events-jaxrs 3.1.99-SNAPSHOT [354/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ server-sent-events-jaxrs ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ server-sent-events-jaxrs ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ server-sent-events-jaxrs ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ server-sent-events-jaxrs ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ server-sent-events-jaxrs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ server-sent-events-jaxrs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ server-sent-events-jaxrs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ server-sent-events-jaxrs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ server-sent-events-jaxrs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-sent-events-jaxrs/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ server-sent-events-jaxrs ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-sent-events-jaxrs/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ server-sent-events-jaxrs ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-sent-events-jaxrs/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ server-sent-events-jaxrs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-sent-events-jaxrs/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ server-sent-events-jaxrs ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-sent-events-jaxrs/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ server-sent-events-jaxrs ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ server-sent-events-jaxrs ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-sent-events-jaxrs/target/server-sent-events-jaxrs.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ server-sent-events-jaxrs ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-sent-events-jaxrs/target/server-sent-events-jaxrs-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ server-sent-events-jaxrs ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-sent-events-jaxrs/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jaxrs/3.1.99-SNAPSHOT/server-sent-events-jaxrs-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-sent-events-jaxrs/target/server-sent-events-jaxrs.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jaxrs/3.1.99-SNAPSHOT/server-sent-events-jaxrs-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/server-sent-events-jaxrs/target/server-sent-events-jaxrs-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jaxrs/3.1.99-SNAPSHOT/server-sent-events-jaxrs-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------< org.glassfish.jersey.examples:servlet3-webapp >------------
[INFO] Building jersey-examples-servlet3-webapp 3.1.99-SNAPSHOT       [355/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet3-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet3-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet3-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet3-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet3-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet3-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet3-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ servlet3-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet3-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/servlet3-webapp/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet3-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/servlet3-webapp/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet3-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/servlet3-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet3-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/servlet3-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet3-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/servlet3-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet3-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet3-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet3-webapp] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/servlet3-webapp/target/servlet3-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/servlet3-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/servlet3-webapp/target/servlet3-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet3-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/servlet3-webapp/target/servlet3-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet3-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/servlet3-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/servlet3-webapp/3.1.99-SNAPSHOT/servlet3-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/servlet3-webapp/target/servlet3-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/servlet3-webapp/3.1.99-SNAPSHOT/servlet3-webapp-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/servlet3-webapp/target/servlet3-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/servlet3-webapp/3.1.99-SNAPSHOT/servlet3-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.examples:simple-console >------------
[INFO] Building jersey-examples-simple-console 3.1.99-SNAPSHOT        [356/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ simple-console ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ simple-console ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ simple-console ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ simple-console ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ simple-console ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ simple-console ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ simple-console ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ simple-console ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ simple-console ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ simple-console ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/simple-console/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/simple-console/src/main/java/org/glassfish/jersey/examples/console/resources/FormResource.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/simple-console/src/main/java/org/glassfish/jersey/examples/console/resources/FormResource.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/simple-console/src/main/java/org/glassfish/jersey/examples/console/resources/FormResource.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ simple-console ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/simple-console/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/simple-console/src/main/java/org/glassfish/jersey/examples/console/resources/FormResource.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/simple-console/src/main/java/org/glassfish/jersey/examples/console/resources/FormResource.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/simple-console/src/main/java/org/glassfish/jersey/examples/console/resources/FormResource.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ simple-console ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/simple-console/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ simple-console ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/simple-console/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ simple-console ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ simple-console ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/simple-console/target/simple-console.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ simple-console ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/simple-console/target/simple-console-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ simple-console ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/simple-console/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/simple-console/3.1.99-SNAPSHOT/simple-console-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/simple-console/target/simple-console.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/simple-console/3.1.99-SNAPSHOT/simple-console-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/simple-console/target/simple-console-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/simple-console/3.1.99-SNAPSHOT/simple-console-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.glassfish.jersey.examples:sse-item-store-jersey-webapp >-----
[INFO] Building jersey-examples-sse-item-store-jersey-webapp 3.1.99-SNAPSHOT [357/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ sse-item-store-jersey-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ sse-item-store-jersey-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ sse-item-store-jersey-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ sse-item-store-jersey-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ sse-item-store-jersey-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ sse-item-store-jersey-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ sse-item-store-jersey-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ sse-item-store-jersey-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sse-item-store-jersey-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-item-store-jersey-webapp/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ sse-item-store-jersey-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-item-store-jersey-webapp/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ sse-item-store-jersey-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-item-store-jersey-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sse-item-store-jersey-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-item-store-jersey-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ sse-item-store-jersey-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-item-store-jersey-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ sse-item-store-jersey-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ sse-item-store-jersey-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [sse-item-store-jersey-webapp] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-item-store-jersey-webapp/target/sse-item-store-jersey-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-item-store-jersey-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-item-store-jersey-webapp/target/sse-item-store-jersey-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ sse-item-store-jersey-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-item-store-jersey-webapp/target/sse-item-store-jersey-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ sse-item-store-jersey-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-item-store-jersey-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jersey-webapp/3.1.99-SNAPSHOT/sse-item-store-jersey-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-item-store-jersey-webapp/target/sse-item-store-jersey-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jersey-webapp/3.1.99-SNAPSHOT/sse-item-store-jersey-webapp-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-item-store-jersey-webapp/target/sse-item-store-jersey-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jersey-webapp/3.1.99-SNAPSHOT/sse-item-store-jersey-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.glassfish.jersey.examples:sse-item-store-jaxrs-webapp >------
[INFO] Building jersey-examples-sse-item-store-jaxrs-webapp 3.1.99-SNAPSHOT [358/362]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ sse-item-store-jaxrs-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ sse-item-store-jaxrs-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ sse-item-store-jaxrs-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ sse-item-store-jaxrs-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ sse-item-store-jaxrs-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ sse-item-store-jaxrs-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ sse-item-store-jaxrs-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ sse-item-store-jaxrs-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sse-item-store-jaxrs-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-item-store-jaxrs-webapp/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ sse-item-store-jaxrs-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-item-store-jaxrs-webapp/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ sse-item-store-jaxrs-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-item-store-jaxrs-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sse-item-store-jaxrs-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-item-store-jaxrs-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ sse-item-store-jaxrs-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-item-store-jaxrs-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ sse-item-store-jaxrs-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ sse-item-store-jaxrs-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [sse-item-store-jaxrs-webapp] in [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-item-store-jaxrs-webapp/target/sse-item-store-jaxrs-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-item-store-jaxrs-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-item-store-jaxrs-webapp/target/sse-item-store-jaxrs-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ sse-item-store-jaxrs-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-item-store-jaxrs-webapp/target/sse-item-store-jaxrs-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ sse-item-store-jaxrs-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-item-store-jaxrs-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jaxrs-webapp/3.1.99-SNAPSHOT/sse-item-store-jaxrs-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-item-store-jaxrs-webapp/target/sse-item-store-jaxrs-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jaxrs-webapp/3.1.99-SNAPSHOT/sse-item-store-jaxrs-webapp-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-item-store-jaxrs-webapp/target/sse-item-store-jaxrs-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jaxrs-webapp/3.1.99-SNAPSHOT/sse-item-store-jaxrs-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.examples:sse-twitter-aggregator >--------
[INFO] Building jersey-examples-sse-twitter-aggregator 3.1.99-SNAPSHOT [359/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ sse-twitter-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ sse-twitter-aggregator ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ sse-twitter-aggregator ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ sse-twitter-aggregator ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ sse-twitter-aggregator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ sse-twitter-aggregator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ sse-twitter-aggregator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ sse-twitter-aggregator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sse-twitter-aggregator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ sse-twitter-aggregator ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-twitter-aggregator/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/RemoveSelectedListItemsAction.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/RemoveSelectedListItemsAction.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/RemoveSelectedListItemsAction.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MainWindow.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MainWindow.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MainWindow.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ sse-twitter-aggregator ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-twitter-aggregator/target/classes
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/RemoveSelectedListItemsAction.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/RemoveSelectedListItemsAction.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/RemoveSelectedListItemsAction.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MainWindow.java: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MainWindow.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MainWindow.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sse-twitter-aggregator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-twitter-aggregator/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ sse-twitter-aggregator ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ sse-twitter-aggregator ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ sse-twitter-aggregator ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-twitter-aggregator/target/sse-twitter-aggregator.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ sse-twitter-aggregator ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-twitter-aggregator/target/sse-twitter-aggregator-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ sse-twitter-aggregator ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-twitter-aggregator/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-twitter-aggregator/3.1.99-SNAPSHOT/sse-twitter-aggregator-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-twitter-aggregator/target/sse-twitter-aggregator.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-twitter-aggregator/3.1.99-SNAPSHOT/sse-twitter-aggregator-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/sse-twitter-aggregator/target/sse-twitter-aggregator-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-twitter-aggregator/3.1.99-SNAPSHOT/sse-twitter-aggregator-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.examples:system-properties-example >-------
[INFO] Building jersey-examples-system-properties 3.1.99-SNAPSHOT     [360/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ system-properties-example ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ system-properties-example ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ system-properties-example ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ system-properties-example ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ system-properties-example ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ system-properties-example ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ system-properties-example ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ system-properties-example ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ system-properties-example ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/system-properties-example/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ system-properties-example ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/system-properties-example/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ system-properties-example ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/system-properties-example/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ system-properties-example ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/system-properties-example/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ system-properties-example ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/system-properties-example/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ system-properties-example ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ system-properties-example ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/system-properties-example/target/system-properties-example.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ system-properties-example ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/system-properties-example/target/system-properties-example-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ system-properties-example ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/system-properties-example/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/system-properties-example/3.1.99-SNAPSHOT/system-properties-example-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/system-properties-example/target/system-properties-example.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/system-properties-example/3.1.99-SNAPSHOT/system-properties-example-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/system-properties-example/target/system-properties-example-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/system-properties-example/3.1.99-SNAPSHOT/system-properties-example-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------------< org.glassfish.jersey.examples:xml-moxy >---------------
[INFO] Building jersey-examples-moxy 3.1.99-SNAPSHOT                  [361/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ xml-moxy ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ xml-moxy ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ xml-moxy ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ xml-moxy ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ xml-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ xml-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ xml-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ xml-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ xml-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/xml-moxy/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ xml-moxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/xml-moxy/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ xml-moxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/xml-moxy/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ xml-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/xml-moxy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ xml-moxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/xml-moxy/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ xml-moxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ xml-moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/xml-moxy/target/xml-moxy.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ xml-moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/xml-moxy/target/xml-moxy-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ xml-moxy ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/xml-moxy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/3.1.99-SNAPSHOT/xml-moxy-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/xml-moxy/target/xml-moxy.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/3.1.99-SNAPSHOT/xml-moxy-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/examples/xml-moxy/target/xml-moxy-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/3.1.99-SNAPSHOT/xml-moxy-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.maven:custom-enforcer-rules >---
[INFO] Building jersey-test-framework-maven-custom-enforcer-rules 3.1.99-SNAPSHOT [362/362]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ custom-enforcer-rules ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ custom-enforcer-rules ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ custom-enforcer-rules ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ custom-enforcer-rules ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ custom-enforcer-rules ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ custom-enforcer-rules ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ custom-enforcer-rules ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ custom-enforcer-rules ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/maven/custom-enforcer-rules/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ custom-enforcer-rules ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/maven/custom-enforcer-rules/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ custom-enforcer-rules ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/maven/custom-enforcer-rules/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ custom-enforcer-rules ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ custom-enforcer-rules ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/maven/custom-enforcer-rules/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ custom-enforcer-rules ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ custom-enforcer-rules ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ custom-enforcer-rules ---
[INFO] Building jar: /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ custom-enforcer-rules ---
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/maven/custom-enforcer-rules/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/3.1.99-SNAPSHOT/custom-enforcer-rules-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/3.1.99-SNAPSHOT/custom-enforcer-rules-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/EE10JerseyTCK/jersey/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/3.1.99-SNAPSHOT/custom-enforcer-rules-3.1.99-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] jersey 3.1.99-SNAPSHOT ............................. SUCCESS [ 14.525 s]
[INFO] jersey-archetypes 3.1.99-SNAPSHOT .................. SUCCESS [  0.467 s]
[INFO] jersey-archetype-heroku-webapp 3.1.99-SNAPSHOT ..... SUCCESS [  4.000 s]
[INFO] jersey-archetype-grizzly2 3.1.99-SNAPSHOT .......... SUCCESS [  0.191 s]
[INFO] jersey-archetype-webapp 3.1.99-SNAPSHOT ............ SUCCESS [  0.203 s]
[INFO] jersey-example-java8-webapp 3.1.99-SNAPSHOT ........ SUCCESS [  0.478 s]
[INFO] jersey-bom 3.1.99-SNAPSHOT ......................... SUCCESS [  0.026 s]
[INFO] jersey-core-common 3.1.99-SNAPSHOT ................. SUCCESS [ 34.578 s]
[INFO] jersey-inject 3.1.99-SNAPSHOT ...................... SUCCESS [  0.122 s]
[INFO] jersey-inject-hk2 3.1.99-SNAPSHOT .................. SUCCESS [  1.754 s]
[INFO] jersey-core-client 3.1.99-SNAPSHOT ................. SUCCESS [  3.322 s]
[INFO] jersey-media 3.1.99-SNAPSHOT ....................... SUCCESS [  0.116 s]
[INFO] jersey-media-jaxb 3.1.99-SNAPSHOT .................. SUCCESS [  4.077 s]
[INFO] jersey-core-server 3.1.99-SNAPSHOT ................. SUCCESS [ 13.931 s]
[INFO] jersey-containers 3.1.99-SNAPSHOT .................. SUCCESS [  0.061 s]
[INFO] jersey-container-grizzly2-http 3.1.99-SNAPSHOT ..... SUCCESS [  4.233 s]
[INFO] jersey-container-servlet-core 3.1.99-SNAPSHOT ...... SUCCESS [  0.934 s]
[INFO] jersey-test-framework 3.1.99-SNAPSHOT .............. SUCCESS [  0.066 s]
[INFO] jersey-test-framework-core 3.1.99-SNAPSHOT ......... SUCCESS [  2.139 s]
[INFO] jersey-container-servlet 3.1.99-SNAPSHOT ........... SUCCESS [  0.269 s]
[INFO] jersey-container-grizzly2-servlet 3.1.99-SNAPSHOT .. SUCCESS [  0.351 s]
[INFO] jersey-test-framework-providers 3.1.99-SNAPSHOT .... SUCCESS [  0.107 s]
[INFO] jersey-test-framework-provider-grizzly2 3.1.99-SNAPSHOT SUCCESS [  0.863 s]
[INFO] jersey-connectors 3.1.99-SNAPSHOT .................. SUCCESS [  0.051 s]
[INFO] jersey-connectors-apache 3.1.99-SNAPSHOT ........... SUCCESS [  1.113 s]
[INFO] jersey-connectors-apache5 3.1.99-SNAPSHOT .......... SUCCESS [  0.966 s]
[INFO] jersey-test-framework-provider-inmemory 3.1.99-SNAPSHOT SUCCESS [  0.364 s]
[INFO] jersey-test-framework-provider-external 3.1.99-SNAPSHOT SUCCESS [  0.146 s]
[INFO] jersey-container-jdk-http 3.1.99-SNAPSHOT .......... SUCCESS [  0.389 s]
[INFO] jersey-test-framework-provider-jdk-http 3.1.99-SNAPSHOT SUCCESS [  0.232 s]
[INFO] jersey-container-simple-http 3.1.99-SNAPSHOT ....... SUCCESS [  1.278 s]
[INFO] jersey-test-framework-provider-simple 3.1.99-SNAPSHOT SUCCESS [  0.300 s]
[INFO] jersey-connectors-netty 3.1.99-SNAPSHOT ............ SUCCESS [  5.724 s]
[INFO] jersey-container-netty-http 3.1.99-SNAPSHOT ........ SUCCESS [  0.787 s]
[INFO] jersey-test-framework-provider-netty 3.1.99-SNAPSHOT SUCCESS [  0.290 s]
[INFO] jersey-container-jetty-http 3.1.99-SNAPSHOT ........ SUCCESS [  1.034 s]
[INFO] jersey-test-framework-provider-jetty 3.1.99-SNAPSHOT SUCCESS [  0.382 s]
[INFO] jersey-test-framework-provider-bundle 3.1.99-SNAPSHOT SUCCESS [  0.110 s]
[INFO] jersey-connectors-grizzly 3.1.99-SNAPSHOT .......... SUCCESS [  1.463 s]
[INFO] jersey-media-sse 3.1.99-SNAPSHOT ................... SUCCESS [  0.922 s]
[INFO] jersey-connectors-helidon 3.1.99-SNAPSHOT .......... SUCCESS [ 43.713 s]
[INFO] jersey-connectors-jdk 3.1.99-SNAPSHOT .............. SUCCESS [  1.715 s]
[INFO] jersey-extensions 3.1.99-SNAPSHOT .................. SUCCESS [  0.085 s]
[INFO] jersey-ext-entity-filtering 3.1.99-SNAPSHOT ........ SUCCESS [  0.907 s]
[INFO] jersey-media-json-jackson 3.1.99-SNAPSHOT .......... SUCCESS [  1.979 s]
[INFO] jersey-connectors-jetty 3.1.99-SNAPSHOT ............ SUCCESS [  0.907 s]
[INFO] jersey-connectors-jnh 3.1.99-SNAPSHOT .............. SUCCESS [  1.277 s]
[INFO] jersey-cdi-support 3.1.99-SNAPSHOT ................. SUCCESS [  0.041 s]
[INFO] jersey-ext-cdi1x 3.1.99-SNAPSHOT ................... SUCCESS [  1.228 s]
[INFO] jersey-glassfish-support 3.1.99-SNAPSHOT ........... SUCCESS [  0.049 s]
[INFO] jersey-gf-ejb 3.1.99-SNAPSHOT ...................... SUCCESS [ 22.334 s]
[INFO] jersey-container-jetty-servlet 3.1.99-SNAPSHOT ..... SUCCESS [  0.956 s]
[INFO] jersey-ext-bean-validation 3.1.99-SNAPSHOT ......... SUCCESS [  2.251 s]
[INFO] jersey-ext-cdi1x-ban-custom-hk2-binding 3.1.99-SNAPSHOT SUCCESS [  0.183 s]
[INFO] jersey-ext-cdi-rs-inject 3.1.99-SNAPSHOT ........... SUCCESS [ 10.380 s]
[INFO] jersey-ext-cdi1x-servlet 3.1.99-SNAPSHOT ........... SUCCESS [  0.265 s]
[INFO] jersey-ext-cdi1x-transaction 3.1.99-SNAPSHOT ....... SUCCESS [  0.438 s]
[INFO] jersey-ext-cdi1x-validation 3.1.99-SNAPSHOT ........ SUCCESS [  0.578 s]
[INFO] jersey-ext-weld2-se 3.1.99-SNAPSHOT ................ SUCCESS [  2.254 s]
[INFO] jersey-ext-metainf-services 3.1.99-SNAPSHOT ........ SUCCESS [  0.251 s]
[INFO] jersey-ext-mvc 3.1.99-SNAPSHOT ..................... SUCCESS [  0.434 s]
[INFO] jersey-ext-mvc-bean-validation 3.1.99-SNAPSHOT ..... SUCCESS [  0.140 s]
[INFO] jersey-ext-mvc-freemarker 3.1.99-SNAPSHOT .......... SUCCESS [  0.379 s]
[INFO] jersey-ext-mvc-jsp 3.1.99-SNAPSHOT ................. SUCCESS [  0.366 s]
[INFO] jersey-ext-mvc-mustache 3.1.99-SNAPSHOT ............ SUCCESS [  0.800 s]
[INFO] jersey-ext-proxy-client 3.1.99-SNAPSHOT ............ SUCCESS [  0.471 s]
[INFO] jersey-ext-rx 3.1.99-SNAPSHOT ...................... SUCCESS [  0.034 s]
[INFO] jersey-ext-rx-client-guava 3.1.99-SNAPSHOT ......... SUCCESS [  0.292 s]
[INFO] jersey-ext-rx-client-rxjava 3.1.99-SNAPSHOT ........ SUCCESS [  0.551 s]
[INFO] jersey-ext-rx-client-rxjava2 3.1.99-SNAPSHOT ....... SUCCESS [  0.578 s]
[INFO] jersey-spring6 3.1.99-SNAPSHOT ..................... SUCCESS [  2.492 s]
[INFO] jersey-wadl-doclet 3.1.99-SNAPSHOT ................. SUCCESS [  0.495 s]
[INFO] jersey-media-json-binding 3.1.99-SNAPSHOT .......... SUCCESS [  0.608 s]
[INFO] project 3.1.99-SNAPSHOT ............................ SUCCESS [  0.074 s]
[INFO] jersey-mp-rest-client 3.1.99-SNAPSHOT .............. SUCCESS [  1.959 s]
[INFO] jersey-mp-config 3.1.99-SNAPSHOT ................... SUCCESS [  6.534 s]
[INFO] jersey-incubator 3.1.99-SNAPSHOT ................... SUCCESS [  0.046 s]
[INFO] jersey-inject-cdi-weld 3.1.99-SNAPSHOT ............. SUCCESS [  2.235 s]
[INFO] jersey-declarative-linking 3.1.99-SNAPSHOT ......... SUCCESS [  1.221 s]
[INFO] jersey-ext-gae-integration 3.1.99-SNAPSHOT ......... SUCCESS [  1.077 s]
[INFO] jersey-media-html-json 3.1.99-SNAPSHOT ............. SUCCESS [  2.663 s]
[INFO] jersey-media-kryo 3.1.99-SNAPSHOT .................. SUCCESS [  1.071 s]
[INFO] jersey-open-tracing 3.1.99-SNAPSHOT ................ SUCCESS [  1.237 s]
[INFO] jersey-inject-cdi2-se 3.1.99-SNAPSHOT .............. SUCCESS [  0.937 s]
[INFO] jersey-media-json-gson 3.1.99-SNAPSHOT ............. SUCCESS [  0.423 s]
[INFO] jersey-media-json-jettison 3.1.99-SNAPSHOT ......... SUCCESS [  0.712 s]
[INFO] jersey-media-json-processing 3.1.99-SNAPSHOT ....... SUCCESS [  0.204 s]
[INFO] jersey-media-moxy 3.1.99-SNAPSHOT .................. SUCCESS [  1.065 s]
[INFO] jersey-media-multipart 3.1.99-SNAPSHOT ............. SUCCESS [  1.122 s]
[INFO] jersey-security 3.1.99-SNAPSHOT .................... SUCCESS [  0.073 s]
[INFO] oauth1-signature 3.1.99-SNAPSHOT ................... SUCCESS [  0.496 s]
[INFO] jersey-security 3.1.99-SNAPSHOT .................... SUCCESS [  0.340 s]
[INFO] oauth1-server 3.1.99-SNAPSHOT ...................... SUCCESS [  0.594 s]
[INFO] oauth2-client 3.1.99-SNAPSHOT ...................... SUCCESS [  0.309 s]
[INFO] jersey-test-framework-util 3.1.99-SNAPSHOT ......... SUCCESS [  0.473 s]
[INFO] jersey-tests 3.1.99-SNAPSHOT ....................... SUCCESS [  0.091 s]
[INFO] jersey-tests-e2e 3.1.99-SNAPSHOT ................... SUCCESS [  2.999 s]
[INFO] jersey-tests-e2e-client 3.1.99-SNAPSHOT ............ SUCCESS [  1.476 s]
[INFO] jersey-tests-e2e-core-common 3.1.99-SNAPSHOT ....... SUCCESS [  1.063 s]
[INFO] jersey-tests-e2e-entity 3.1.99-SNAPSHOT ............ SUCCESS [  2.971 s]
[INFO] jersey-tests-e2e-inject 3.1.99-SNAPSHOT ............ SUCCESS [  0.029 s]
[INFO] jersey-tests-e2e-inject-cdi-se 3.1.99-SNAPSHOT ..... SUCCESS [  0.303 s]
[INFO] jersey-tests-e2e-inject-cdi-inject-weld 3.1.99-SNAPSHOT SUCCESS [  0.367 s]
[INFO] e2e-inject-hk2 3.1.99-SNAPSHOT ..................... SUCCESS [  0.306 s]
[INFO] jersey-tests-e2e-server 3.1.99-SNAPSHOT ............ SUCCESS [  2.894 s]
[INFO] jersey-tests-e2e-testng 3.1.99-SNAPSHOT ............ SUCCESS [  0.546 s]
[INFO] jersey-tests-integration 3.1.99-SNAPSHOT ........... SUCCESS [  0.059 s]
[INFO] jersey-asm-integration 3.1.99-SNAPSHOT ............. SUCCESS [  0.206 s]
[INFO] jersey-tests-integration-jersey-async-filter 3.1.99-SNAPSHOT SUCCESS [  9.892 s]
[INFO] cdi-integration-project 3.1.99-SNAPSHOT ............ SUCCESS [  0.032 s]
[INFO] jersey-tests-cdi-beanvalidation-webapp 3.1.99-SNAPSHOT SUCCESS [  0.462 s]
[INFO] jersey-tests-cdi-client 3.1.99-SNAPSHOT ............ SUCCESS [  0.204 s]
[INFO] jersey-tests-cdi-client-on-server 3.1.99-SNAPSHOT .. SUCCESS [  0.385 s]
[INFO] jersey-tests-cdi-ejb-webapp 3.1.99-SNAPSHOT ........ SUCCESS [  0.404 s]
[INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp 3.1.99-SNAPSHOT SUCCESS [  0.341 s]
[INFO] cdi-manually-bound 3.1.99-SNAPSHOT ................. SUCCESS [  0.305 s]
[INFO] jersey-tests-cdi-log-check 3.1.99-SNAPSHOT ......... SUCCESS [  0.372 s]
[INFO] jersey-tests-integration-cdi-multimodule-lib 3.1.99-SNAPSHOT SUCCESS [  0.117 s]
[INFO] jersey-tests-integration-cdi-multimodule-war 3.1.99-SNAPSHOT SUCCESS [  0.362 s]
[INFO] jersey-tests-integration-cdi-multimodule-war2 3.1.99-SNAPSHOT SUCCESS [  0.335 s]
[INFO] jersey-tests-integration-cdi-multimodule-ear 3.1.99-SNAPSHOT SUCCESS [  0.877 s]
[INFO] jersey-tests-integration-cdi-multimodule 3.1.99-SNAPSHOT SUCCESS [  0.043 s]
[INFO] jersey-tests-cdi-multipart-webapp 3.1.99-SNAPSHOT .. SUCCESS [  0.475 s]
[INFO] jersey-tests-resource-with-at-context 3.1.99-SNAPSHOT SUCCESS [  0.274 s]
[INFO] cdi-singleton 3.1.99-SNAPSHOT ...................... SUCCESS [  0.266 s]
[INFO] jersey-tests-cdi-webapp 3.1.99-SNAPSHOT ............ SUCCESS [  0.678 s]
[INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp 3.1.99-SNAPSHOT SUCCESS [  0.470 s]
[INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp 3.1.99-SNAPSHOT SUCCESS [  0.326 s]
[INFO] jersey-tests-cdi-with-jersey-injection-webapp 3.1.99-SNAPSHOT SUCCESS [  0.467 s]
[INFO] jersey-tests-context-inject-on-server 3.1.99-SNAPSHOT SUCCESS [  0.609 s]
[INFO] jersey-tests-glassfish-inject-on-server 3.1.99-SNAPSHOT SUCCESS [  8.102 s]
[INFO] client-connector-provider 3.1.99-SNAPSHOT .......... SUCCESS [  0.204 s]
[INFO] jersey-tests-integration-ejb-multimodule-lib 3.1.99-SNAPSHOT SUCCESS [  0.129 s]
[INFO] jersey-tests-integration-ejb-multimodule-war 3.1.99-SNAPSHOT SUCCESS [  0.370 s]
[INFO] jersey-tests-integration-ejb-multimodule-ear 3.1.99-SNAPSHOT SUCCESS [  0.295 s]
[INFO] jersey-tests-integration-ejb-multimodule 3.1.99-SNAPSHOT SUCCESS [  0.094 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-lib 3.1.99-SNAPSHOT SUCCESS [  0.118 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-war1 3.1.99-SNAPSHOT SUCCESS [  0.313 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-war2 3.1.99-SNAPSHOT SUCCESS [  0.375 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-ear 3.1.99-SNAPSHOT SUCCESS [  0.313 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload 3.1.99-SNAPSHOT SUCCESS [  0.080 s]
[INFO] jersey-tests-ejb-webapp 3.1.99-SNAPSHOT ............ SUCCESS [  0.503 s]
[INFO] jersey-tests-externalproperties 3.1.99-SNAPSHOT .... SUCCESS [  0.122 s]
[INFO] jersey-tests-component-inject 3.1.99-SNAPSHOT ...... SUCCESS [  0.475 s]
[INFO] j-376-reproducer 3.1.99-SNAPSHOT ................... SUCCESS [  0.431 s]
[INFO] jersey-tests-integration-j-441-war1 3.1.99-SNAPSHOT  SUCCESS [  0.288 s]
[INFO] jersey-tests-integration-j-441-war2 3.1.99-SNAPSHOT  SUCCESS [  0.320 s]
[INFO] jersey-tests-integration-j-441-ear 3.1.99-SNAPSHOT . SUCCESS [  0.390 s]
[INFO] jersey-tests-integration-j-441 3.1.99-SNAPSHOT ..... SUCCESS [  0.063 s]
[INFO] jersey-tests-integration-j-59-ejb-lib 3.1.99-SNAPSHOT SUCCESS [  0.094 s]
[INFO] jersey-tests-integration-j-59-cdi-war 3.1.99-SNAPSHOT SUCCESS [  0.361 s]
[INFO] jersey-tests-integration-j-59-ear 3.1.99-SNAPSHOT .. SUCCESS [  0.266 s]
[INFO] jersey-tests-integration-j-59 3.1.99-SNAPSHOT ...... SUCCESS [  0.027 s]
[INFO] jersey-tests-integration-jersey-780 3.1.99-SNAPSHOT  SUCCESS [  0.208 s]
[INFO] jersey-tests-integration-jersey-1107 3.1.99-SNAPSHOT SUCCESS [  0.256 s]
[INFO] jersey-tests-integration-jersey-1223 3.1.99-SNAPSHOT SUCCESS [  0.314 s]
[INFO] jersey-tests-integration-jersey-1604 3.1.99-SNAPSHOT SUCCESS [  0.379 s]
[INFO] jersey-tests-integration-jersey-1667 3.1.99-SNAPSHOT SUCCESS [  0.338 s]
[INFO] jersey-tests-integration-jersey-1883 3.1.99-SNAPSHOT SUCCESS [  0.402 s]
[INFO] jersey-tests-integration-jersey-1928 3.1.99-SNAPSHOT SUCCESS [  0.347 s]
[INFO] jersey-tests-integration-jersey-1960 3.1.99-SNAPSHOT SUCCESS [  0.307 s]
[INFO] jersey-tests-integration-jersey-1964 3.1.99-SNAPSHOT SUCCESS [  0.278 s]
[INFO] jersey-tests-integration-jersey-2031 3.1.99-SNAPSHOT SUCCESS [  0.754 s]
[INFO] jersey-tests-integration-jersey-2136 3.1.99-SNAPSHOT SUCCESS [  0.928 s]
[INFO] jersey-tests-integration-jersey-2137 3.1.99-SNAPSHOT SUCCESS [  0.334 s]
[INFO] jersey-tests-integration-jersey-2154 3.1.99-SNAPSHOT SUCCESS [  0.221 s]
[INFO] jersey-tests-integration-jersey-2160 3.1.99-SNAPSHOT SUCCESS [  0.335 s]
[INFO] jersey-tests-integration-jersey-2164 3.1.99-SNAPSHOT SUCCESS [  0.407 s]
[INFO] jersey-tests-integration-jersey-2167 3.1.99-SNAPSHOT SUCCESS [  0.435 s]
[INFO] jersey-tests-integration-jersey-2176 3.1.99-SNAPSHOT SUCCESS [  0.505 s]
[INFO] jersey-tests-integration-jersey-2184 3.1.99-SNAPSHOT SUCCESS [  0.277 s]
[INFO] jersey-tests-integration-jersey-2255 3.1.99-SNAPSHOT SUCCESS [  0.489 s]
[INFO] jersey-tests-integration-jersey-2322 3.1.99-SNAPSHOT SUCCESS [  0.381 s]
[INFO] jersey-tests-integration-jersey-2335 3.1.99-SNAPSHOT SUCCESS [  0.303 s]
[INFO] jersey-tests-integration-jersey-2421 3.1.99-SNAPSHOT SUCCESS [  0.254 s]
[INFO] jersey-tests-integration-jersey-2551 3.1.99-SNAPSHOT SUCCESS [  0.349 s]
[INFO] jersey-tests-integration-jersey-2612 3.1.99-SNAPSHOT SUCCESS [  0.358 s]
[INFO] jersey-tests-integration-jersey-2637 3.1.99-SNAPSHOT SUCCESS [  0.422 s]
[INFO] jersey-tests-integration-jersey-2654 3.1.99-SNAPSHOT SUCCESS [  0.362 s]
[INFO] jersey-tests-integration-jersey-2673 3.1.99-SNAPSHOT SUCCESS [  0.501 s]
[INFO] jersey-tests-integration-jersey-2689 3.1.99-SNAPSHOT SUCCESS [  0.467 s]
[INFO] jersey-tests-integration-jersey-2704 3.1.99-SNAPSHOT SUCCESS [  0.305 s]
[INFO] jersey-tests-integration-jersey-2776 3.1.99-SNAPSHOT SUCCESS [  8.322 s]
[INFO] jersey-tests-integration-jersey-2794 3.1.99-SNAPSHOT SUCCESS [  0.331 s]
[INFO] jersey-tests-integration-jersey-2846 3.1.99-SNAPSHOT SUCCESS [  0.390 s]
[INFO] jersey-tests-integration-jersey-2878 3.1.99-SNAPSHOT SUCCESS [  0.418 s]
[INFO] jersey-tests-integration-jersey-2892 3.1.99-SNAPSHOT SUCCESS [  0.733 s]
[INFO] jersey-3662 3.1.99-SNAPSHOT ........................ SUCCESS [  0.086 s]
[INFO] jersey-tests-integration-jersey-3670 3.1.99-SNAPSHOT SUCCESS [  0.197 s]
[INFO] jersey-tests-integration-jersey-3796 3.1.99-SNAPSHOT SUCCESS [  0.378 s]
[INFO] jersey-3992 3.1.99-SNAPSHOT ........................ SUCCESS [  0.389 s]
[INFO] jersey-tests-integration-jersey-4003 3.1.99-SNAPSHOT SUCCESS [  0.202 s]
[INFO] jersey-tests-integration-jersey-4099 3.1.99-SNAPSHOT SUCCESS [  0.627 s]
[INFO] jersey-4321 3.1.99-SNAPSHOT ........................ SUCCESS [  0.848 s]
[INFO] jersey-examples 3.1.99-SNAPSHOT .................... SUCCESS [  0.480 s]
[INFO] jersey-examples-server-sent-events-jersey 3.1.99-SNAPSHOT SUCCESS [  0.947 s]
[INFO] jersey-4507 3.1.99-SNAPSHOT ........................ SUCCESS [  0.201 s]
[INFO] jersey-4542 3.1.99-SNAPSHOT ........................ SUCCESS [  0.218 s]
[INFO] jersey-4697 3.1.99-SNAPSHOT ........................ SUCCESS [  0.186 s]
[INFO] jersey-4722 3.1.99-SNAPSHOT ........................ SUCCESS [  0.210 s]
[INFO] jersey-tests-integration-jersey-4949 3.1.99-SNAPSHOT SUCCESS [  0.379 s]
[INFO] jersey-bundles 3.1.99-SNAPSHOT ..................... SUCCESS [  0.025 s]
[INFO] jersey-bundles-jaxrs-ri 3.1.99-SNAPSHOT ............ SUCCESS [ 22.366 s]
[INFO] jersey-tests-integration-jersey-5087 3.1.99-SNAPSHOT SUCCESS [  4.405 s]
[INFO] microprofile-integration-project 3.1.99-SNAPSHOT ... SUCCESS [  0.030 s]
[INFO] microprofile-config-project 3.1.99-SNAPSHOT ........ SUCCESS [  0.027 s]
[INFO] config-webapp 3.1.99-SNAPSHOT ...................... SUCCESS [  0.162 s]
[INFO] helidon-config-webapp 3.1.99-SNAPSHOT .............. SUCCESS [  0.229 s]
[INFO] jersey-rest-client 3.1.99-SNAPSHOT ................. SUCCESS [  0.306 s]
[INFO] jersey-rest-client-tck 3.1.99-SNAPSHOT ............. SUCCESS [  9.852 s]
[INFO] jersey-tests-integration-property-check 3.1.99-SNAPSHOT SUCCESS [  0.301 s]
[INFO] reactive-streams-integration-project 3.1.99-SNAPSHOT SUCCESS [  0.054 s]
[INFO] sse-reactive-streams-tck 3.1.99-SNAPSHOT ........... SUCCESS [  0.653 s]
[INFO] jersey-tests-integration-jersey-security-digest 3.1.99-SNAPSHOT SUCCESS [  0.490 s]
[INFO] jersey-tests-integration-servlet-2.5-autodiscovery-1 3.1.99-SNAPSHOT SUCCESS [  0.295 s]
[INFO] jersey-tests-integration-servlet-2.5-autodiscovery-2 3.1.99-SNAPSHOT SUCCESS [  0.724 s]
[INFO] jersey-tests-integration-servlet-2.5-filter 3.1.99-SNAPSHOT SUCCESS [  0.415 s]
[INFO] jersey-tests-integration-servlet-2.5-inflector-1 3.1.99-SNAPSHOT SUCCESS [  0.406 s]
[INFO] jersey-tests-integration-servlet-2.5-init-1 3.1.99-SNAPSHOT SUCCESS [  0.367 s]
[INFO] jersey-tests-integration-servlet-2.5-init-2 3.1.99-SNAPSHOT SUCCESS [  0.241 s]
[INFO] jersey-tests-integration-servlet-2.5-init-3 3.1.99-SNAPSHOT SUCCESS [  0.188 s]
[INFO] jersey-tests-integration-servlet-2.5-init-4 3.1.99-SNAPSHOT SUCCESS [  0.274 s]
[INFO] jersey-tests-integration-servlet-2.5-init-5 3.1.99-SNAPSHOT SUCCESS [  0.293 s]
[INFO] jersey-tests-integration-servlet-2.5-init-6 3.1.99-SNAPSHOT SUCCESS [  0.252 s]
[INFO] jersey-tests-integration-servlet-2.5-init-7 3.1.99-SNAPSHOT SUCCESS [  0.280 s]
[INFO] jersey-tests-integration-servlet-2.5-init-8 3.1.99-SNAPSHOT SUCCESS [  0.360 s]
[INFO] jersey-tests-integration-servlet-2.5-mvc-1 3.1.99-SNAPSHOT SUCCESS [  0.633 s]
[INFO] jersey-tests-integration-servlet-2.5-mvc-2 3.1.99-SNAPSHOT SUCCESS [  0.467 s]
[INFO] jersey-tests-integration-servlet-2.5-mvc-3 3.1.99-SNAPSHOT SUCCESS [  0.599 s]
[INFO] jersey-tests-integration-servlet-2.5-reload 3.1.99-SNAPSHOT SUCCESS [  0.323 s]
[INFO] jersey-tests-integration-servlet-3-async 3.1.99-SNAPSHOT SUCCESS [  0.425 s]
[INFO] jersey-tests-integration-servlet-3-chunked-io 3.1.99-SNAPSHOT SUCCESS [  0.633 s]
[INFO] jersey-tests-integration-servlet-3-filter 3.1.99-SNAPSHOT SUCCESS [  0.380 s]
[INFO] jersey-tests-integration-servlet-3-gf-async 3.1.99-SNAPSHOT SUCCESS [  0.331 s]
[INFO] jersey-tests-integration-servlet-3-inflector-1 3.1.99-SNAPSHOT SUCCESS [  0.268 s]
[INFO] jersey-tests-integration-servlet-3-init-1 3.1.99-SNAPSHOT SUCCESS [  0.303 s]
[INFO] jersey-tests-integration-servlet-3-init-2 3.1.99-SNAPSHOT SUCCESS [  0.358 s]
[INFO] jersey-tests-integration-servlet-3-init-3 3.1.99-SNAPSHOT SUCCESS [  0.224 s]
[INFO] jersey-tests-integration-servlet-3-init-4 3.1.99-SNAPSHOT SUCCESS [  0.222 s]
[INFO] jersey-tests-integration-servlet-3-init-5 3.1.99-SNAPSHOT SUCCESS [  0.332 s]
[INFO] jersey-tests-integration-servlet-3-init-6 3.1.99-SNAPSHOT SUCCESS [  0.255 s]
[INFO] jersey-tests-integration-servlet-3-init-7 3.1.99-SNAPSHOT SUCCESS [  0.349 s]
[INFO] jersey-tests-integration-servlet-3-init-8 3.1.99-SNAPSHOT SUCCESS [  0.499 s]
[INFO] jersey-tests-integration-servlet-3-init-9 3.1.99-SNAPSHOT SUCCESS [  0.337 s]
[INFO] jersey-tests-integration-servlet-3-init-provider 3.1.99-SNAPSHOT SUCCESS [  0.564 s]
[INFO] jersey-tests-integration-servlet-3-params 3.1.99-SNAPSHOT SUCCESS [  0.246 s]
[INFO] jersey-tests-integration-servlet-3-sse-1 3.1.99-SNAPSHOT SUCCESS [  0.372 s]
[INFO] jersey-tests-integration-servlet-4.0-mvc-1 3.1.99-SNAPSHOT SUCCESS [  0.525 s]
[INFO] jersey-tests-integration-servlet-tests 3.1.99-SNAPSHOT SUCCESS [  0.562 s]
[INFO] jersey-tests-integration-servlet-request-wrapper-binding 3.1.99-SNAPSHOT SUCCESS [  0.333 s]
[INFO] jersey-tests-integration-servlet-request-wrapper-binding-2 3.1.99-SNAPSHOT SUCCESS [  0.448 s]
[INFO] jersey-tests-integration-sonar-test 3.1.99-SNAPSHOT  SUCCESS [  0.231 s]
[INFO] jersey-thin-server 3.1.99-SNAPSHOT ................. SUCCESS [  0.107 s]
[INFO] jersey-tests-integration-tracing-support 3.1.99-SNAPSHOT SUCCESS [  0.405 s]
[INFO] jersey-tests-jmockit 3.1.99-SNAPSHOT ............... SUCCESS [  2.095 s]
[INFO] jersey-test-framework-memleak-test-common 3.1.99-SNAPSHOT SUCCESS [  0.116 s]
[INFO] jersey-tests-memleak 3.1.99-SNAPSHOT ............... SUCCESS [  0.027 s]
[INFO] jersey-tests-memleak-redeployment 3.1.99-SNAPSHOT .. SUCCESS [  0.041 s]
[INFO] jersey-tests-memleak-redeployment-leaking-test-app 3.1.99-SNAPSHOT SUCCESS [  0.233 s]
[INFO] jersey-examples-webapp-parent-pom 3.1.99-SNAPSHOT .. SUCCESS [  0.153 s]
[INFO] jersey-examples-helloworld-webapp 3.1.99-SNAPSHOT .. SUCCESS [  0.916 s]
[INFO] jersey-test-framework-maven 3.1.99-SNAPSHOT ........ SUCCESS [  0.025 s]
[INFO] jersey-test-framework-maven-container-runner-plugin 3.1.99-SNAPSHOT SUCCESS [ 15.457 s]
[INFO] jersey-tests-memleak-redeployment-hello-world-app-ref 3.1.99-SNAPSHOT SUCCESS [  0.095 s]
[INFO] jersey-tests-memleak-redeployment-no-jersey-app 3.1.99-SNAPSHOT SUCCESS [  0.250 s]
[INFO] jersey-tests-memleak-redeployment-threadlocals-app 3.1.99-SNAPSHOT SUCCESS [  0.295 s]
[INFO] jersey-tests-memleak-testcase 3.1.99-SNAPSHOT ...... SUCCESS [  0.078 s]
[INFO] jersey-tests-memleak-testcase-bean-param-leak 3.1.99-SNAPSHOT SUCCESS [  0.378 s]
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak 3.1.99-SNAPSHOT SUCCESS [  0.344 s]
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client 3.1.99-SNAPSHOT SUCCESS [  0.257 s]
[INFO] jersey-tests-memleak-testcase-leaking-test-app 3.1.99-SNAPSHOT SUCCESS [  0.337 s]
[INFO] jersey-tests-osgi 3.1.99-SNAPSHOT .................. SUCCESS [  0.069 s]
[INFO] jersey-tests-osgi-functional 3.1.99-SNAPSHOT ....... SUCCESS [ 10.393 s]
[INFO] jersey-tests-stress 3.1.99-SNAPSHOT ................ SUCCESS [  0.239 s]
[INFO] jersey-tests-performance 3.1.99-SNAPSHOT ........... SUCCESS [  0.079 s]
[INFO] performance-test-benchmarks 3.1.99-SNAPSHOT ........ SUCCESS [  3.574 s]
[INFO] jersey-tests-performance-runners 3.1.99-SNAPSHOT ... SUCCESS [  0.045 s]
[INFO] jersey-grizzly-runner 3.1.99-SNAPSHOT .............. SUCCESS [  1.095 s]
[INFO] jersey-tests-performance-testcase 3.1.99-SNAPSHOT .. SUCCESS [  0.035 s]
[INFO] jersey-tests-performance-assemblies 3.1.99-SNAPSHOT  SUCCESS [  0.077 s]
[INFO] jersey-tests-performance-filter-dynamic-test 3.1.99-SNAPSHOT SUCCESS [  0.885 s]
[INFO] jersey-tests-performance-filter-global-test 3.1.99-SNAPSHOT SUCCESS [  0.490 s]
[INFO] jersey-tests-performance-filter-name-test 3.1.99-SNAPSHOT SUCCESS [  0.431 s]
[INFO] jersey-tests-performance-interceptor-dynamic-test 3.1.99-SNAPSHOT SUCCESS [  0.550 s]
[INFO] jersey-tests-performance-interceptor-global-test 3.1.99-SNAPSHOT SUCCESS [  0.521 s]
[INFO] jersey-tests-performance-interceptor-name-test 3.1.99-SNAPSHOT SUCCESS [  0.508 s]
[INFO] jersey-tests-performance-custom-provider-test 3.1.99-SNAPSHOT SUCCESS [  0.504 s]
[INFO] jersey-tests-performance-json-jackson-test 3.1.99-SNAPSHOT SUCCESS [  0.477 s]
[INFO] jersey-tests-performance-json-moxy-test 3.1.99-SNAPSHOT SUCCESS [  1.108 s]
[INFO] jersey-tests-performance-mbw-kryo-test 3.1.99-SNAPSHOT SUCCESS [  0.594 s]
[INFO] jersey-tests-performance-text-plain-test 3.1.99-SNAPSHOT SUCCESS [  0.422 s]
[INFO] jersey-tests-performance-xml-jaxb-test 3.1.99-SNAPSHOT SUCCESS [  0.569 s]
[INFO] jersey-tests-performance-xml-moxy-test 3.1.99-SNAPSHOT SUCCESS [  0.964 s]
[INFO] jersey-tests-performance-param-srl 3.1.99-SNAPSHOT . SUCCESS [  0.562 s]
[INFO] jersey-tests-performance-proxy-injection-test 3.1.99-SNAPSHOT SUCCESS [  0.493 s]
[INFO] performance-test-tools 3.1.99-SNAPSHOT ............. SUCCESS [  0.322 s]
[INFO] Jakarta RESTful WS Compliance for Jersey 3.1.0 ..... SUCCESS [06:32 min]
[INFO] jersey-examples-assemblies 3.1.99-SNAPSHOT ......... SUCCESS [  0.092 s]
[INFO] jersey-examples-bookmark 3.1.99-SNAPSHOT ........... SUCCESS [  0.432 s]
[INFO] jersey-examples-bookmark-em 3.1.99-SNAPSHOT ........ SUCCESS [  0.471 s]
[INFO] jersey-examples-bookstore-webapp 3.1.99-SNAPSHOT ... SUCCESS [  1.013 s]
[INFO] jersey-examples-cdi-webapp 3.1.99-SNAPSHOT ......... SUCCESS [  0.628 s]
[INFO] jersey-examples-clipboard 3.1.99-SNAPSHOT .......... SUCCESS [  0.379 s]
[INFO] jersey-examples-clipboard-programmatic 3.1.99-SNAPSHOT SUCCESS [  0.297 s]
[INFO] jersey-examples-declarative-linking 3.1.99-SNAPSHOT  SUCCESS [  0.500 s]
[INFO] jersey-examples-entity-filtering 3.1.99-SNAPSHOT ... SUCCESS [  0.671 s]
[INFO] jersey-examples-entity-filtering-selectable 3.1.99-SNAPSHOT SUCCESS [  0.424 s]
[INFO] jersey-examples-entity-filtering-security 3.1.99-SNAPSHOT SUCCESS [  0.439 s]
[INFO] jersey-examples-extended-wadl-webapp 3.1.99-SNAPSHOT SUCCESS [ 10.803 s]
[INFO] jersey-examples-exception-mapping 3.1.99-SNAPSHOT .. SUCCESS [  0.242 s]
[INFO] jersey-examples-freemarker-webapp 3.1.99-SNAPSHOT .. SUCCESS [  0.486 s]
[INFO] jersey-examples-groovy 3.1.99-SNAPSHOT ............. SUCCESS [  9.727 s]
[INFO] jersey-examples-helloworld 3.1.99-SNAPSHOT ......... SUCCESS [  0.224 s]
[INFO] jersey-examples-helloworld-benchmark 3.1.99-SNAPSHOT SUCCESS [  1.209 s]
[INFO] jersey-examples-helloworld-cdi2-se 3.1.99-SNAPSHOT . SUCCESS [  0.452 s]
[INFO] jersey-examples-helloworld-netty 3.1.99-SNAPSHOT ... SUCCESS [  0.321 s]
[INFO] jersey-examples-helloworld-programmatic 3.1.99-SNAPSHOT SUCCESS [  0.322 s]
[INFO] jersey-examples-helloworld-pure-jax-rs 3.1.99-SNAPSHOT SUCCESS [  0.284 s]
[INFO] jersey-examples-helloworld-weld 3.1.99-SNAPSHOT .... SUCCESS [  0.396 s]
[INFO] jersey-examples-http-patch 3.1.99-SNAPSHOT ......... SUCCESS [  0.703 s]
[INFO] jersey-examples-http-trace 3.1.99-SNAPSHOT ......... SUCCESS [  0.376 s]
[INFO] jersey-examples-https-clientserver-grizzly 3.1.99-SNAPSHOT SUCCESS [  0.327 s]
[INFO] jersey-examples-https-server-glassfish 3.1.99-SNAPSHOT SUCCESS [  0.362 s]
[INFO] jersey-examples-java8-webapp 3.1.99-SNAPSHOT ....... SUCCESS [  0.397 s]
[INFO] jersey-examples-jaxb 3.1.99-SNAPSHOT ............... SUCCESS [  0.641 s]
[INFO] jersey-examples-jaxrs-types-injection 3.1.99-SNAPSHOT SUCCESS [  0.229 s]
[INFO] jersey-examples-ejb 3.1.99-SNAPSHOT ................ SUCCESS [  0.236 s]
[INFO] jersey-examples-json-binding-webapp 3.1.99-SNAPSHOT  SUCCESS [  0.541 s]
[INFO] jersey-examples-json-jackson 3.1.99-SNAPSHOT ....... SUCCESS [  0.294 s]
[INFO] jersey-examples-json-jettison 3.1.99-SNAPSHOT ...... SUCCESS [  0.357 s]
[INFO] jersey-examples-json-moxy 3.1.99-SNAPSHOT .......... SUCCESS [  0.323 s]
[INFO] jersey-examples-json-processing-webapp 3.1.99-SNAPSHOT SUCCESS [  0.436 s]
[INFO] jersey-examples-json-with-padding 3.1.99-SNAPSHOT .. SUCCESS [  0.256 s]
[INFO] jersey-examples-managed-beans-webapp 3.1.99-SNAPSHOT SUCCESS [  0.326 s]
[INFO] jersey-examples-managed-client 3.1.99-SNAPSHOT ..... SUCCESS [  0.275 s]
[INFO] jersey-examples-managed-client-webapp 3.1.99-SNAPSHOT SUCCESS [  0.406 s]
[INFO] jersey-examples-managed-client-simple-webapp 3.1.99-SNAPSHOT SUCCESS [  0.322 s]
[INFO] jersey-examples-multipart-webapp 3.1.99-SNAPSHOT ... SUCCESS [  0.566 s]
[INFO] jersey-examples-open-tracing 3.1.99-SNAPSHOT ....... SUCCESS [  1.404 s]
[INFO] jersey-examples-osgi-helloworld-webapp 3.1.99-SNAPSHOT SUCCESS [  0.043 s]
[INFO] jersey-examples-osgi-helloworld-webapp-lib 3.1.99-SNAPSHOT SUCCESS [  1.059 s]
[INFO] jersey-examples-osgi-helloworld-webapp-additional 3.1.99-SNAPSHOT SUCCESS [  0.296 s]
[INFO] jersey-examples-osgi-helloworld-webapp-alternate-version 3.1.99-SNAPSHOT SUCCESS [  0.206 s]
[INFO] jersey-examples-osgi-helloworld-webapp-wab 3.1.99-SNAPSHOT SUCCESS [  0.918 s]
[INFO] jersey-examples-osgi-helloworld-webapp-test 3.1.99-SNAPSHOT SUCCESS [  1.846 s]
[INFO] oauth-client-twitter 3.1.99-SNAPSHOT ............... SUCCESS [  0.135 s]
[INFO] jersey-examples-reload 3.1.99-SNAPSHOT ............. SUCCESS [  1.021 s]
[INFO] jersey-examples-rx-client-webapp 3.1.99-SNAPSHOT ... SUCCESS [  1.286 s]
[INFO] jersey-examples-server-async 3.1.99-SNAPSHOT ....... SUCCESS [  0.351 s]
[INFO] jersey-examples-server-async-managed 3.1.99-SNAPSHOT SUCCESS [  0.331 s]
[INFO] jersey-examples-server-async-standalone 3.1.99-SNAPSHOT SUCCESS [  0.038 s]
[INFO] jersey-examples-server-async-standalone-client 3.1.99-SNAPSHOT SUCCESS [  0.567 s]
[INFO] jersey-examples-server-async-standalone-webapp 3.1.99-SNAPSHOT SUCCESS [  0.217 s]
[INFO] jersey-examples-server-sent-events-jaxrs 3.1.99-SNAPSHOT SUCCESS [  0.298 s]
[INFO] jersey-examples-servlet3-webapp 3.1.99-SNAPSHOT .... SUCCESS [  0.381 s]
[INFO] jersey-examples-simple-console 3.1.99-SNAPSHOT ..... SUCCESS [  0.213 s]
[INFO] jersey-examples-sse-item-store-jersey-webapp 3.1.99-SNAPSHOT SUCCESS [  0.415 s]
[INFO] jersey-examples-sse-item-store-jaxrs-webapp 3.1.99-SNAPSHOT SUCCESS [  0.402 s]
[INFO] jersey-examples-sse-twitter-aggregator 3.1.99-SNAPSHOT SUCCESS [  0.571 s]
[INFO] jersey-examples-system-properties 3.1.99-SNAPSHOT .. SUCCESS [  0.253 s]
[INFO] jersey-examples-moxy 3.1.99-SNAPSHOT ............... SUCCESS [  0.302 s]
[INFO] jersey-test-framework-maven-custom-enforcer-rules 3.1.99-SNAPSHOT SUCCESS [  0.481 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  14:19 min
[INFO] Finished at: 2023-02-01T10:06:26Z
[INFO] ------------------------------------------------------------------------
Finished: SUCCESS